• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. BPSTravis
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 2
    • Topics 0
    • Posts 214
    • Best 1
    • Controversial 0
    • Groups 1

    Posts made by BPSTravis

    • RE: Problems with Hours on fog.

      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.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      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.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      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?

      posted in FOG Problems
      B
      BPSTravis
    • RE: FOG 33b - installation - HP Elite 8300 SFF

      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.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      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]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Error "driver Mdio-gpio Already Registered Aborting"

      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]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      That depends on which kernel that tom.elliot is.

      If it’s 32 bit then it needs to be bzImage32.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Hanging after choosing registration

      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]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      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]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      Yes, it needs to be named bzImage

      posted in FOG Problems
      B
      BPSTravis
    • RE: Errory deploying images

      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]

      posted in FOG Problems
      B
      BPSTravis
    • RE: FOG 0.32 - DefaultMember not contactable via proxy

      [SIZE=13px][FONT=arial][COLOR=#262626]Other Information->FOG Settings->General Settings->FOG_PROXY_IP and FOG_PROXY_PORT[/COLOR][/FONT][/SIZE]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Fog wont load past kernal_thread_helper+0x6/0x10

      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

      posted in FOG Problems
      B
      BPSTravis
    • RE: FOG 33b - installation - HP Elite 8300 SFF

      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

      posted in FOG Problems
      B
      BPSTravis
    • RE: Question about win7sys

      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]

      posted in General
      B
      BPSTravis
    • RE: Problems with Hours on fog.

      It should be [SIZE=12px][I]date.timezone=“Europe/Paris”[/I][/SIZE]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Problems with Hours on fog.

      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]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Is FOG still active?

      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.

      posted in General
      B
      BPSTravis
    • 1 / 1