And you have restarted apache2?
Is there another line in the config with a different timezone set? If there is one further down it will override the line you are setting.
And you have restarted apache2?
Is there another line in the config with a different timezone set? If there is one further down it will override the line you are setting.
Viper, check your DHCP server and make sure it points to undionly.kpxe not pxelinux.0.
If that does not work open a mysql terminal and type [SIZE=13px][FONT=arial][COLOR=#262626]“truncate table tasks” this will clear up any tasks from .32.[/COLOR][/FONT][/SIZE]
If none of that works [SIZE=13px][FONT=arial][COLOR=#262626]what is the output of “[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=arial][COLOR=#262626][url]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 can type it into any machine on the network.[SIZE=13px][FONT=arial][COLOR=#262626][/COLOR][/FONT][/SIZE]
For the record this is why we recommend a fresh install vs a update when going from .32 to .33b. If you can, back up your images and hosts and do a clean install of .33b and you will not have to hunt down all of these little changes.
Can you include a screen shot of the task you created?
Are you sure you created a task for the correct host?
Did you get any errors when creating the task?
Not trying to sound harsh but this error is fairly self explanitory…
[QUOTE]Saving partitiion tables … invalid partition data [/QUOTE]
Now that you’ve disabled UEFI, wipe the disk of all formatting, set it as MBR, THEN start the windows install.
Just download both kernels from here, keep them named as they show and copy them to the ipxe directory.
[SIZE=13px][FONT=arial][COLOR=#262626]svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage[/COLOR][/FONT][/SIZE]
[SIZE=13px][FONT=arial][COLOR=#262626]svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage32[/COLOR][/FONT][/SIZE]
[SIZE=13px][FONT=arial][COLOR=#262626][/COLOR][/FONT][/SIZE]
Tom’s site is down right now.
You can still get the kernel from here:
[SIZE=13px][FONT=arial][COLOR=#262626]svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage[/COLOR][/FONT][/SIZE]
[SIZE=13px][FONT=arial][COLOR=#262626][SIZE=13px][FONT=arial][COLOR=#262626]svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage[/COLOR][/FONT][/SIZE]32[/COLOR][/FONT][/SIZE]
That depends on which kernel that tom.elliot is.
If it’s 32 bit then it needs to be bzImage32.
The storage server is actually down right now.
You can download the kernel from
[SIZE=13px][FONT=arial][COLOR=#262626]svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/ipxe/bzImage32[/COLOR][/FONT][/SIZE]
Do you have a specific kernel set under the FOG UI for that host??
Also a recheck of what Tom posted above:
[QUOTE]Are you sure you’re using the correct bzImage and init.xz pair? A 32 bit bzImage needs the 32 bit init_32.xz file. A 64 bit bzImage needs the 64 bit kernel.
As you say you’ve upgraded the fog system (I would typically recommend a fresh install) you likely need to adjust the values in FOG Configuration ( ? ) icon -> FOG Settings -> TFTP Server
Make the following changes to the relevant lines:
FOG_TFTP_PXE_KERNEL = bzImage (Exactly, NOT fog/kernel/bzImage)
FOG_TFTP_PXE_KERNEL_32 = bzImage32 (Should already be set)
If using Debian variant (e.g. Ubuntu, Debian, mint):
FOG_TFTP_PXE_KERNEL_DIR = /var/www/fog/service/ipxe/
If using Redhat Variant (e.g. Redhat, Fedora, CentOS, Scientific Linux)
FOG_TFTP_PXE_KERNEL_DIR = /var/www/html/fog/service/ipxe/
FOG_PXE_BOOT_IMAGE = init.xz (Exactly, NOT fog/images/init.gz)
FOG_PXE_BOOT_IMAGE_32 = init_32.xz [/QUOTE]
Yes, it needs to be named bzImage
Sounds like you will need to build a kernel for the machine so it recognizes the SSD.
For that you will need to find the actual driver for the SSD and include it in the kernel.
[url]http://fogproject.org/wiki/index.php?title=Building_a_Custom_Kernel[/url]
[SIZE=13px][FONT=arial][COLOR=#262626]Other Information->FOG Settings->General Settings->FOG_PROXY_IP and FOG_PROXY_PORT[/COLOR][/FONT][/SIZE]
Open a terminal and type in sudo nautilus
That will give you a GUI with copy permissions after entering your password.
otherwise use the copy command
cd /var/www/fog/service/ipxe
mv bzImage bzImage.orig.4-15-2014
cp /location/of/your/downloaded/file / /var/www/fog/service/ipxe
Have you tried clearing cache on firefox? You do not need to “unlock” the server terminal window every time it goes to sleep.
What do your apache error logs say? right after you try the correct login?
/var/log/apache2/error.log
The variable you want is [SIZE=13px][FONT=arial][COLOR=#262626]$path which should return the path of your drive ex: “[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=arial][COLOR=#262626]/dev/sda2”[/COLOR][/FONT][/SIZE]
It should be [SIZE=12px][I]date.timezone=“Europe/Paris”[/I][/SIZE]
Are you sure you restarted apache2 after the change?
And you altered your time zone to be our actual time zone not just <YOUR TIMEZONE NAME> right?
Here are the time zones you can use:
[url]https://php.net/manual/en/timezones.php[/url]
I really love how you ask if a project is stagnant yet obviously didn’t look at any of the development forums as there is a 67 page thread with every time Tom has updated 33b and it’s usually several updates a day…
Next time please take the 3 minutes required to do some research for yourself.