Are you using fog .32 or .33?
.33 ues undionly.kpxe not pxelinux.0
Also this may help:
[url]http://www.fogproject.org/wiki/index.php/Integrating_FOG_into_an_Existing_Network_in_non_intrusive_mode[/url]
Are you using fog .32 or .33?
.33 ues undionly.kpxe not pxelinux.0
Also this may help:
[url]http://www.fogproject.org/wiki/index.php/Integrating_FOG_into_an_Existing_Network_in_non_intrusive_mode[/url]
Your DHCP server has options 66 and 67 set right?
66: yourfogerverip
67: undionly.kpxe
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]
Try Tom’s kernel:
Kernel Issues: [url]http://fogproject.org/wiki/index.php/FAQ[/url]
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.sh
The 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.sh
The 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.sh
The 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.sh
Hopefully this helps clarify how to download and install.
[/QUOTE]
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.
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”?
Can you make sure the mysql service is running?
“sudo /etc/init.d/mysql start”
Are those the last 14 lines of the log or the first 14?
The newest are at the bottom, not the top.
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.
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.
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”
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.
[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]
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.
What chipset is on the motherboard the SSD does not work with?
[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.
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…
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.