• [SOLVED] Memdisk Bootstrap Too Large To Load

    20
    0 Votes
    20 Posts
    14k Views
    Tom ElliottT

    I had to chain boot pxe to ipxe using the pxelinux.0 but not the pxelinux.0.old but one that was provided by ibm in the pxedir folder.

    It boots to the ipxe.krn and launches the grub.cfg which then loads img2a and img3a.

    (From our conversations) akwan stated this. It’s quite convoluted, but it works.

  • Having an issue uploading FOG Version: 3254

    6
    0 Votes
    6 Posts
    2k Views
    G

    Right now I am trying another computer with a different image to see what happens.

  • Strange error message

    12
    0 Votes
    12 Posts
    3k Views
    G

    Ok thanks Guys appreciate the help.

  • Quick Registration Option

    3
    0 Votes
    3 Posts
    1k Views
    F

    Turns out that even thou the machines are the same. The hard dick are made by two different manufacturers. That explains it.

  • Database errors during installation

    21
    0 Votes
    21 Posts
    11k Views
    Tom ElliottT

    sql_mode=STRICT_ALL_TABLES is not default for either mysql or mariadb to my knowledge.

  • Fog 1.2.0 Kernal Errors

    6
    0 Votes
    6 Posts
    2k Views
    D

    I have had to accept defeat for the time being and I have gone back to Fog 0.32 to get me around the Kernel issues. It has caused a back log of stations needing to be imaged.

    Can I ask if anyone has any tutorials or links I can read up on to see about compiling fog kernels for 1.2.0, im a complete Ubuntu numb nuts and struggle with getting my head around the commands etc.

    Thanks all

  • Multicasting

    26
  • Lenovo MT-M 9964-A1U - can't register, fails compatibility test

    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    So, good news on this…

    We were eventually able to image the system (probably luck), but we wanted to change something on the image and upload a new one.

    So, we made our changes and tried to upload again… it just wouldn’t work. Kept saying failure 0 or something… I think it’s HDD related. We messed with this for quite a bit, and I decided to update FOG because Tom said he changed how hardware was detected in the latest svn.

    We’re running r3277 now and it started uploading on the 1st try.

  • PXE boot not connecting to Fog Server

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    Should be.

    You’ll need to re-install and just choose DHCP this time.

    There is an answer file somewhere that the FOG install script uses, it’ll try to pull answers from that.
    You might need to delete that file. You might want to try modifying it first.

    To use DHCP, change that option from 0 to 1

    Here’s an article saying where the answer file is: [url]http://fogproject.org/wiki/index.php/Upgrading_the_FOG_Server[/url]

  • How do you start the Fog server?

    3
    0 Votes
    3 Posts
    1k Views
    P

    Indeed it did the second time I rebooted the machine it’s on. Thanks!

  • Fatal Error: Failed to mount nfs volume timed out

    42
    0 Votes
    42 Posts
    21k Views
    A

    I know this is a bit old but I just wanted to send off a “Fixed my problem” message. I had moved my /images from a directory on the root partition to a new larger partition mounted to /images. When I made the cp -a it did not, for some odd reason, copy either of the .mntcheck files in /images or /images/dev. After creating and setting permissions on those two files everything started to work again. Thanks much!!

  • SVN 3275 Memory issues

    4
    0 Votes
    4 Posts
    1k Views
    B

    Nice, thanks! I didn’t know that setting existed. Everything loads okay now.

  • FOG Images got deleted suddenly from /images/dev path

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    What do you mean?

    FOG Doesn’t magically delete files from the system. There is the slight potential of losing [b]AN[/b] image based what we can tell on the size of the file and the length of time it takes to copy the old and the new back over. But it would only delete the image that you are currently working on uploading anyway. FOG does not randomly delete images from your server. The few things I can think of,

    First, the /images is not a local disk system on the server but rather a mounted disk that mounts to /images, potentially by a USB connection. Maybe the USB lost access due to standby? This would cause the mount point to no longer exist which would appear as if your images are lost.

    Second, the /images is local but there’s a problem with the main drive it’s loaded on? It stops being able to be read, which would give the impression of the drive no longer existing. This would assume you have two hdd’s on the system, one that’s hosting your OS, and one that’s dedicated to your images.

  • FOG::HostnameChanger Domain Error! ('Unknown Error' Code: 2)

    5
    0 Votes
    5 Posts
    2k Views
    S

    Ah ok I understand now - brilliant this has resolved the issue I wasn’t aware that specifying the default OU would have a knock on effect.

    Thanks again for your help

  • SVN 3267 DB errors during install

    2
    0 Votes
    2 Posts
    763 Views
    Wayne WorkmanW

    They are non-impacting. Ignore them.

    Those DB commands are related to upgrading from much older versions of FOG, for backwards compatibility.

    So yeah, you’re ready to get Fogging.

  • Config.php?

    7
    1 Votes
    7 Posts
    3k Views
    I

    Yes, if I go to /images it takes me to the mounted /images volume.

  • Problems after upgrading from 0.32 to latest svn

    1
    0 Votes
    1 Posts
    682 Views
    No one has replied
  • PXE reboot

    18
    0 Votes
    18 Posts
    4k Views
    ?

    Ok lol, sorry

    Yes, the machine I am using to image is an Ubuntu Desktop 14.04 and machine that is being imaged is an Ubuntu Server

  • TFTP issues

    16
    0 Votes
    16 Posts
    5k Views
    Wayne WorkmanW

    The file is here: /etc/dhcp/dhcpd.conf

    Here is my reference: [url]http://askubuntu.com/questions/221329/how-do-i-configure-dhcpd[/url]

    If FOG has configured DHCP for itself, it’s almost surely correct. Also, if FOG is doing DHCP, you only need option 67 configured for it, which should already be done.

    Please do a TCP dump on your FOG server.

    Taken from another post by Uncle Frank:

    [CODE]sudo tcpdump -w issue.pcap -i eth0[/CODE]

    You might need to change the interface name in the above command, seems like I have never had an interface named eth0 in Linux… This command will list all available interfaces. Pick the right one.
    [CODE]ip link show[/CODE]

    Run the above capture command on the FOG machine, then start the remote target host. Wait till it fails, then stop tcpdump (ctrl+c), transfer the PCAP file to your PC and examine it using wireshark. After the capture is completed, please use the MAC address of the target host as the filter for sender & receiver. This address will filter out ALL traffic that isn’t coming from or going to the target client.

    Example Filter (change the MAC addresses):
    [CODE]eth.dst == 00:0C:CC:76:4E:07 || eth.src==00:0C:CC:76:4E:07[/CODE]

    Please also post this PCAP file so we can look at it and see what’s going on. And if you don’t filter the file for us, we will need the target host’s MAC as well so we can filter it.

    #LetsMakeScripts

  • SVN 3254 not responding after update

    11
    0 Votes
    11 Posts
    3k Views
    Joseph HalesJ

    Looks like installing the SVN the first time when it added MySQL Connection Type: MYSQLI_ASYNC to the .fogsettings it corrupted the entry for sqluser placing the local host in that place and losing a semicolon. Fixing that and restarting sql fixed it. This is the threads that lead me to it [url]http://community.spiceworks.com/topic/564935-fog-database-error[/url] and [url]http://fogproject.org/forum/threads/fog-is-inoperable-after-server-reboot.11460/[/url]

157

Online

12.3k

Users

17.4k

Topics

155.6k

Posts