Latest Development FOG
-
SVN 2907 released.
Should fix fresh installs from trying to create an NFS share without a folder actually existing (/opt/fog/clamav). Rather than copying non-existent folder, it just simply makes the directory on the system. This should allow nfs to startup properly.
It should also, more accurately, detect if a system is a node or not for any Linux OS. This is because ifconfig might not be in POSIX standard and return the IP with a phrase in it. If for some reason the ip addr method fails, it will try the ifconfig. This should help out for more modern Redhat/Fedora/CentOS os’s too.
-
[quote=“Tom Elliott, post: 40904, member: 7271”]SVN 2907 released.
[/quote]Thank you Tom for All of your hard work
-
SVN 2913 Released.
With this comes an attempt to run fixparts if for some reason the disk isn’t able to be uploaded. All that’s update here is the script files, but init’s are updated with these changes as well.
-
Running SVN 2922 and after creating a task to deploy and network booting, it dumps out of PXE, and does a local drive boot. Systems can network boot to the FOG menu. If you create a task to deploy via FOG menu, or web UI, the system will not image. Currently unable to deploy any systems. Uh oh…
-
I’m taking a look, but is it any or all tasks? Or a specific tasking?
-
I think I know what’s wrong with your system UpACreek.
The sourceforge pages have been acting up all day. I’m in the works to see if I can get you your files, but from what I can tell, it fails to boot into Tasking simply because when you updated the init.xz/init_32.xz and bzImage/bzImage32 files have not been downloaded.
-
Creating a unicast deployment. Just hooked up another system, created a deployment task and similar results.
Let me know if there is a place I can get you more info. -
Ah, ok. I’ll keep an eye out here.
-
can you try manually downloading the files to your system with:
[code]wget http://downloads.sourceforge.net/project/freeghost/InitList/init_32.xz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FInitList%2F&ts=1421942752&use_mirror=superb-dca2 -O /var/www/fog/service/ipxe/init_32.xz
wget http://downloads.sourceforge.net/project/freeghost/InitList/init.xz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FInitList%2F&ts=1421942842&use_mirror=superb-dca2 -O /var/www/fog/service/ipxe/init.xz
wget http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FKernelList%2F&ts=1421942869&use_mirror=superb-dca2 -O /var/www/fog/service/ipxe/bzImage
wget http://downloads.sourceforge.net/project/freeghost/KernelList/bzImage32?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffreeghost%2Ffiles%2FKernelList%2F&ts=1421942901&use_mirror=iweb -O /var/www/fog/service/ipxe/bzImage32[/code]Then try your tasking again?
-
Working on this now… Will report back in a few minutes.
-
SVN 2923 released.
Should fix the Invalid Mac address happening on non-imaging related tasks.
-
Looks to be the same problem. I may have had a firewall issue when downloading. Now moved the system to an unrestricted proxy.
This is what the system flashes for a mere second before it dumps.[ATTACH=full]1624[/ATTACH]
[url=“/_imported_xf_attachments/1/1624_Screenshot_2015-01-22-10-26-53.png?:”]Screenshot_2015-01-22-10-26-53.png[/url]
-
Looks like it’s not downloading the init.xz or init_32.xz.
Hence the exec error.
-
Trying to wget those two items again. Will reboot and see what happens.
-
I did the manual wget again, as well as for good measure, updated to the newest SVN. Successful deployment. Yay!
-
SVN 2929 released.
Fixes wait time issues for multicast tasks and fixes issues with displaying the task management page. Also moves commons/system.php to lib/fog/System.class.php so as to make more commonality with the rest of how fog operates.
-
This post is deleted! -
SVN 2934 released.
Technically, it is now possible to create (and use) themes in FOG. I may work on getting a mechanism to read all possible themes automatically, but for now you just enter the text in FOG Configuration->FOG Settings->Web Server->FOG_THEME as folder/file.css
Construct of the folder scheme should contain:
folderThemeName <- directory
folderThemeName/filename.css <- Actual stylesheet
folderThemeName/images <- The images your theme uses to present all the information.Of course it’s all customizable but I’m sure some components will be needed. For example, the menu icons all follow the name of: icon-<nameofmenuitem (e.g. home, host, user, image, etc…)>.png.
These are loaded with the construct of:
css/folderThemename/images/<imagefilename>So bare this in mind if you plan to make your own themes. Just a heads up, but should be fairly straight forward to work with.
Also, it should hopefully work better with imaging tasks. At least uploads shouldn’t try to load up extended partition as if it actually contains data as it really shouldn’t. It also tries to better acquire the partition table’s and re-read into the system while if there’s an error doing so it should now Fail.
-
SVN 2951 released.
With this should come a fix to the generation of the multi-part all disk on multicast tasks.
-
SVN 2966 released.
With this comes some GUI changes. Most notably is the use of Font-awesome icons for the menu system. Eventually I want to retheme the “default” theme and potentially the “compact” theme to allow a more suitable scheme of design on the page. However, I don’t think it’s hurting anything too much, it’s more just “different” from what we’ve all become accustomed to.
Because of the new theming of menu stuff, I did change the icons even for plugins to follow the new pattern. What’s nice about this new method, though, is I don’t have to make a ton of img tags and can just specify the class object relevant to what icon we want/need to use for a particular area. Eventually I hope things will just be more themed appropriately.