The kernel page is fixed in the latest revision now.
Glad to hear you are up and running!
The kernel page is fixed in the latest revision now.
Glad to hear you are up and running!
For now, whatever kernel you want to download, open a terminal to the fog sever and do this:
[CODE]cd /var/www/fog/service/ipxe
touch NAMEOFYOURDOWNLOADEDKERNEL
cd backup
touch NAMEOFYOURDOWNLOADEDKERNEL[/CODE]
And then use the UI to download the kernel, it should complete now.
Just make sure whatever name you are going to type into the box for the kernel is what you replace “NAMEOFYOURDOWNLOADEDKERNEL” with.
On a side note, if you leave the name bzimage it should download fine.
[QUOTE][SIZE=16px][FONT=Ubuntu][COLOR=#ff0000]Error: Download failed: filesize = 0[/COLOR][/FONT][/SIZE][/QUOTE]
We are working on that issue.
Then your FOG server sees no external connection(to the internet).
Did you set it up with two NIC’s or just one?
If those pages don’t work then FOG is not seeing an external connection OR something is blocking the traffic to get to Tom’s site.
Does the login page display the FOG site info below the login box?:
[CODE]Estimated FOG sites: 4354
Latest Version: 0.32[/CODE]
Permissions and owners:
[CODE]drwxr-xr-x 2 fog fog 4.0K Apr 23 15:27 backup
-rw-r–r-- 1 fog root 11M Apr 18 16:32 bzImage
-rw-r–r-- 1 fog fog 13M Apr 23 15:27 bzImage2
[/CODE]
I have exported my images table and imported it to another server, just keep the image names on the hdd the same and you won’t have to change anything.
Don’t forget to export your hosts and import them again.
1493?
If so the issue is likely password related.
Try setting your ftp info under the fog settings tab.
If that doesn’t work reset the password to what you have in the fog UI settings on the Ubuntu system itself.
[QUOTE]I’m still getting the same error with the latest revision. [/QUOTE]
Where did you get the latest version from?
“Ubuntu Server 14.04” This distro is barely a week old. I wouldn’t recommend using it for a server…
Also Revision [SIZE=13px][FONT=arial][COLOR=#262626]r1483 fixes your issue.[/COLOR][/FONT][/SIZE]
Here is the fix as you’ve already installed:
[LEFT] [/LEFT]
[QUOTE]
[LEFT][COLOR=#141414][SIZE=13px][FONT=Tahoma][COLOR=#141414][SIZE=13px][FONT=Tahoma][SIZE=13px][FONT=Tahoma][COLOR=#141414]The fix is to edit the /etc/passwd file[/COLOR][/FONT][/SIZE][/FONT][/SIZE][/COLOR][/FONT][/SIZE][/COLOR][/LEFT]
[CODE]sudo gedit /etc/passwd[/CODE]
[LEFT][COLOR=#141414][SIZE=13px][FONT=Tahoma][COLOR=#141414][SIZE=13px][FONT=Tahoma][SIZE=13px][FONT=Tahoma][COLOR=#141414]Edit the bottom line to look like the following[/COLOR][/FONT][/SIZE][/FONT][/SIZE][/COLOR][/FONT][/SIZE][/COLOR][/LEFT]
[CODE]fog
1001:1001::/home/fog:/bin/bash[/CODE]
[LEFT][COLOR=#141414][SIZE=13px][FONT=Tahoma][COLOR=#141414][SIZE=13px][FONT=Tahoma][SIZE=13px][FONT=Tahoma][COLOR=#141414]Save and reboot, all should be well.[/COLOR][/FONT][/SIZE][/FONT][/SIZE][/COLOR][/FONT][/SIZE][/COLOR][/LEFT][/QUOTE][LEFT][/LEFT]
[LEFT] [/LEFT]
Personally I only use the menu for joining new machines to FOG, after that I do everything from the webUI unless I need the debug menu.
And even now i’m not using that as much thanks to PDQ Invntory, I just export the machines from there into FOG.
From the wiki link I gave you about upgrading:
[QUOTE]
[SIZE=6][B]Clean out the old[/B][/SIZE]
[B]AS THERE ARE SO MANY CHANGES YOU WILL NEED TO MAKE ONE MINOR DATABASE CHANGE TO MAKE THINGS WORK[/B]
[LIST=1]
[]Login to your mysql system
[LIST]
[]MySQL with a password set:
[][CODE]mysql -u root -p’<YOURPASSWORDHERE>’ fog[/CODE]
[]MySQL without a password:
[][CODE]mysql -u root fog[/CODE]
[/LIST]
[]Run the following query once you see the mysql> prompt:
[LIST]
[][B]THIS REMOVES ALL TASKS FROM THE TASKS TABLE ESSENTIALLY MAKING THE TASKS AS IF THEY HAVE NEVER BEEN PERFORMED. IMAGING LOG IS UNTOUCHED SO IF YOU NEED RECORDS OF THE ACTUAL TASKS MAKE A BACKUP FIRST[/B]
[][CODE]truncate table tasks;[/CODE]
[/LIST]
[]Sign into the FOG GUI
[LIST]
[]Go to the link you normally go to and you should notice the upgrade/install database screen.
[]Click the submit button and it should move on to say, Click here to login, once complete.
[]Sign in with your normal user and password.
[/LIST]
[]Make necessary adjustments.
[LIST]
[]As the hostOS column has been moved to the images table rather than the hosts table, you need to specify the Operating system of the images currently on your system.
[]To do so, login to the FOG GUI and navigate to the Image Management Page. Click on each of your images and set the OSID accordingly.
[/LIST]
[]You will need adjust tftp values.
[LIST]
[]Login to the FOG GUI and navigate to FOG Configuration Page.
[]Click the FOG Settings link on the left hand side of the screen.
[]Select the TFTP Server heading on this page.
[]Change values accoringly:
[/LIST]
[/LIST]
[/QUOTE]
.32 does not officially support windows 8.
IF you can, set up a 33b server, it’s stable and nearing official release. It will handle windows 8 without problem.
If you feel daring here are the upgrade instructions but i STRONGLY recommend a fresh install of 33b.
[url]http://www.fogproject.org/wiki/index.php/Upgrade_to_0.33[/url]
Sometimes a machine will hang when the menu is already loaded causing it to skip right through due to the timeout being met already.
It should be 3 seconds by default.
Keep in mind most of us don’t want that menu hanging for a long period of time or users will ask us what it is or report the machines as not working just because a fog menu is there.
[url]https://help.ubuntu.com/community/PXEInstallServer[/url]
Specifically the configure dhcp section.
If you have an existing dhcp server, you should point it to your pxe server by doing something like the following
[CODE]subnet 192.168.0.0 netmask 255.255.255.0 {
<other config here>
filename “pxelinux.0”;
next-server <pxe host>;
}[/CODE]
Be sure to restart your dhcp server so that the changes take effect
[CODE]sudo /etc/init.d/dhcp3-server restart[/CODE]
filename “pxelinux.0”;
Should be
filename “undionly.kpxe”;
I would use .33
More features and is now a release candidate.