Your DHCP server has options 66 and 67 set right?
66: yourfogerverip
67: undionly.kpxe
Posts made by BPSTravis
-
RE: Fog 0.33b doesn't begin uploading after task scheduled.
-
RE: FOG kernel updater GUI will not install kernels
I have no idea what would’ve caused your kernel updates not to work, I just did a fresh install of .32 and was able to download a kernel.
Maybe try changing the name.
To manually download the latest kernel that Tom has made, use this(Will likely work with the machines you were having trouble with):
Kernel Issues: [url]http://fogproject.org/wiki/index.php/FAQ[/url]
-
RE: Help with Dell Optiplex 9020
Try Tom’s kernel:
Kernel Issues: [url]http://fogproject.org/wiki/index.php/FAQ[/url] -
RE: Dell XT3
Give 33b a try, it should be able to image the 4k drives.
[QUOTE]There are a few ways to get this file.
First method is the preferred.
Thru subversion. You may need to install the package for your particular system:
Code:svn checkout [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url] fog_0.33b
cd fog_0.33b/bin
./installfog.shThe next is to download the tarball from my website:
Code:
wget --no-check-certificate [url]https://mastacontrola.com/fog_0.33b.tar.bz2[/url]
tar -xjf fog_0.33b.tar.bz2
cd fog_0.33b/bin
./installfog.shThe next method is to download from sourceforge as a zip. Change the number to the latest revision (if 1487 change the number after code- to 1487.
Code:
wget [url]http://sourceforge.net/code-snapshots/svn/f/fr/freeghost/code/freeghost-code-1473-trunk.zip[/url]
unzip freeghost-code-1473-trunk.zip
cd freeghost-code-1473-trunk/bin
./installfog.shThe next method is you can pull the git hub clone. You need to have the git package installed for your particular system:
Code:
git clone [url]https://github.com/mastacontrola/fogproject.git[/url]
cd fogproject/bin
./installfog.shHopefully this helps clarify how to download and install.
[/QUOTE] -
RE: Image Information
Tom and I are working on this right now actually. We will see what we can do about adding in size on server while we are at it.
-
RE: Unable to access the FOG URL(remote user interface)
Did you ever get a page to show up on 192.168.1.5/fog/, even if it just said “Click here to upgrade database”?
-
RE: Unable to access the FOG URL(remote user interface)
Can you make sure the mysql service is running?
“sudo /etc/init.d/mysql start”
-
RE: Unable to access the FOG URL(remote user interface)
Are those the last 14 lines of the log or the first 14?
The newest are at the bottom, not the top.
-
RE: Unable to access the FOG URL(remote user interface)
If you entered no password on the FOG install wizard, make sure your config files have no passwords listed.
After that restart your apache2 service by typing “Sudo /etc/init.d/apache2 restart”
After that try accessing the webpage, if you cannot get to 192.168.1.5/fog then run the command “vi /var/log/apache2/error.log”
And grab the bottom 10 lines of it and post it here.
-
RE: Unable to access the FOG URL(remote user interface)
I edited my post above, please post the results of your apache2 error log.
It’s likely going to say the mysql password was incorrect.
-
RE: Unable to access the FOG URL(remote user interface)
Can you post what your /var/log/apache2/error.log contains?
Also make sure Apache2 is running by going to 192.168.1.5
You should get a page that says “It works”
-
RE: FOG 33b - installation - HP Elite 8300 SFF
That would depend on your device. As for finding the options, again… google searches will save your life…
We don’t mind helping out but you need to start searching for the basic info you are looking for especially when it’s related to your own hardware.
-
RE: Fog wont load past kernal_thread_helper+0x6/0x10
[url]http://stackoverflow.com/questions/11188351/how-to-run-mysql-in-ubuntu-through-terminal[/url]
instead of select you will run the truncate table tasks.
Google searches will save your life…
as for [SIZE=13px][FONT=arial][COLOR=#262626]“[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=arial][COLOR=#262626][URL=‘http://%7Bfogserverip%7D/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX’]http://{fogserverip}/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX[/URL] spits out (where the x’s are the systems MAC ADDRESS)”[/COLOR][/FONT][/SIZE]
You put that into any browser on any client on the network, replace {fogserverip} with your fog servers IP address, and replace [SIZE=13px][FONT=arial][COLOR=#262626]“[/COLOR][/FONT][/SIZE]
[SIZE=13px][FONT=arial][COLOR=#262626][URL=‘http://%7Bfogserverip%7D/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX’]XX:XX:XX:XX:XX:XX[/URL] spits out (where the x’s are the systems MAC ADDRESS)” with the systems mac address.[/COLOR][/FONT][/SIZE] -
RE: FOG 33b - installation - HP Elite 8300 SFF
As long as option 67 is set to undionly.kpxe then when you are back in the office post some screen shots of the tasks page and what the client are seeing during their pxe boot.
-
RE: Errory deploying images
What chipset is on the motherboard the SSD does not work with?
-
RE: FOG 33b - installation - HP Elite 8300 SFF
[QUOTE]Server 2012 R2 already had DHCP scope options:
066 = fogserver[/QUOTE]Are you sure you set this ip to the ip of the NEW FOG server you made, not the old one?
Also that is not a bug, that is how the UI functions.
To add hosts to a group go under the groups tab and select a group then click membership and add the hosts you want.
-
RE: FOG 33b - installation - HP Elite 8300 SFF
can you include some screen shots of what you see, the task page for example and the booting clients??
You are giving us almost nothing to go off of and it makes identifying the problem very difficult…
-
RE: FOG 33b - installation - HP Elite 8300 SFF
Doesn’t seem like the hpa service is starting fully or is starting too soon.
You can always check the system logs and see if it’s providing any errors when it’s starting.
-
RE: Deployment Halts
Were there any backups of your images on other systems/storage solutions??
If not i’d recommend implementing backup going forward. As for checking their integrity you can only do that if you have a “known good” version of the original. As it’s likely yours are corrupted you will need to test deploying them and checking which ones will not complete, then delete/re-upload the corrupted images