Latest FOG 0.33b
-
I will give it a test Great Work tom.
-
Damn not only do we get updates almost daily, we can see you obviously spend a lot of time working on this, and we appreciate it!
Keep up the good Work Tom, time to update my VM as well
-
All,
r939 is out. With it everything that I accidentally broke from r927~ ish is now fixed. I moved the mainmenu.include.php file and forgot to add it to the commits. Again, Iām still getting used to svn so Iām very sorry. Itās all there now. It got moved from:
fog/management/includes/mainmenu.include.php to commons/mainmenu.php -
Hi Tom iāve had that issue with mainmenu.php yesterday, iāve made a fresh install from SVN repo and found the issue but I didnāt have an account on the forum, so I fixed it on my own hopping someone would report itā¦
Iāve also had issues with the FTP account, the fog+randomnumberpassword wonāt work out of box, i had to āpasswd fogā user and change settings in config files + in FOG webui.
Now iām stuck with classic 0xc000000e hardware has changed, is FOGPrep still ok ?Keep up the good work!
Alexandre GAUVRIT
-
I changed the fog storage (database user) password so it randomly generates a number between 0-1000000 (or something ridiculous like that) so it would have a more secure base line. This password is not the password you should use for TFTP_FTP Password or the Storage node password. That password should be changed, to my knowledge, as youāve described here with the sudo passwd fog or passwd fog if youāre already in as root. Make sure both spots, one under FOG Configuration->FOG Settings, and the one under your storage node match properly.
Also, I believe FOG Prep is still okay to use, but if your image is not of the same hardware, the hardware change is to be expected. Iāve never had to actually use FOG Prep where I work so Iām not sure exactly what it does. I do know, if youāre using 0.33b, youāre supposed to sysprep the image before uploading/deploying because thatās a change, I think, Chuck made to start allowing the support of Windows 8.
-
I think fogprep was used before uploading an image that wasnāt sysprepped. To be honest I a have not used it in the last two years so my memory is kinda vague on this
-
I agree with Falko, It was to my understanding that before the tweaks were made so that Win 7 and Win 8 could be uploaded you had to use FogPrep before uploading the image.
Now that we sysprep and the FOG server knows how to handle the partitions, I have not used FOGPrep.
To be honest I never used it on my XP images either
-
On versions before 0.32 you had to run FOGprep before running sysprep on vista and windows 7. Not needed on version 0.32.
We still run version 0.29 of init.gz so we still run FOGprep.
-
r941 out.
With it comes Select/Deselect all in services. Also, no more mass error due to no assigned image to host. It will not prompt you, so if you have no image setup, thatās up to you!.
-
r942 out, some minor changes to class files to make things more the same.
-
Hi Tom,
I havenāt been by the fog forums recently and I was delighted to see progress being made on .33. Iām managing 2000+ computer with fog right now, so I will defiantly be testing this out later today. (Not live, mind you. Igor and I shall be in the laboratory! )
-Tim
-
r943 is out.
I have some of my own system customizations that may not reach you guys. Iām sorry if this caused confusion.
-
Greetings all,
I am wondering, where can I download a copy of .33b? Iām eager to do some testing and if I can contribute any to the project I would love to.
Thanks,
Michael -
You can use SVN, or download the tarballās Iāve already created, or let sourceforge create them for you.
First,
Tarball from Sourceforge is at:
[url]http://sourceforge.net/p/freeghost/code/HEAD/tarball?path=/trunk[/url] It will download as a zip file.Tarball from my site is at:
[url]https://mastacontrola.com/fog_0.33b.tar.bz2[/url]To checkout through svn perform:
svn co [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url] fog_0.33b
Then cd into fog_0.33b directory created and perform normal install procedures.
-
[LEFT]r944 released. Schema now inserts Windows 8 associations.[/LEFT]
-
r945, had error were it thought there was a duplicate key, itās fixed now.
-
Thanks!
I will try this out out over the weekend in a VM and go from there! -
r948 is out. It should have everything, I imagine, needed for Scheduled Tasks to work. On the Tasks Management Page, comes the scheduled tasks list as well. It displays the type of task, and provides the needed items to delete the task.
-
r949 is out. Iāve been able to test and watch tasks be created on a schedule. They never cleanup though, probably because I donāt have a real thing to test it with. The only thing I could watch be created on a schedule goes to the active tasks, and because the task doesnāt truly run the job doesnāt cleanup from active. Itās only cron jobs that I could test. Iām looking at some issues with entry so I couldnāt figure out how to do the single/delayed start.
Thank you,
-
Scheduled tasks, I hope, work on an actual basis now.
Iāve, still, only tested the cron style as that was the most difficult to figure out for me. Maybe over the week Iāll try to fix and test single/delayed.