• default.ipxe timeout - maybe a dhcp problem? Wireshark logs inside.

    Solved
    14
    2 Votes
    14 Posts
    9k Views
    cmlC

    @Wayne-Workman

    Sure,

    I follow the steps in the wiki for the most part, except for the ipxescript I use:

    #!ipxe ifclose ifopen && goto bootme || goto netstart :netstart dhcp || shell ifopen || reboot :netboot chain tftp://192.168.1.20/default.ipxe || goto shell

    Where of course 192.168.1.20 is replaced with your FOG IP.

    But, reading back over the wiki the section labeled Custom ipxe script has a way that bypasses default.ipxe entirely.

  • ---[ end Kernel panic - not syncing

    Unsolved
    4
    0 Votes
    4 Posts
    4k Views
    B

    @Fritch94 I ran into this exact problem after upgrading FOG to the latest svn. It took me a while to track it down, but this solution worked:

    https://forums.fogproject.org/topic/3433/unable-to-upload-first-image/5

    It was a suggestion Tom made a while ago to another user with similar issues. Replacing pxelinux.0 with a sym-link to ipxe.kpxe did the trick for me. Hopefully it will work in your case.

  • Procedure Question

    Unsolved
    3
    0 Votes
    3 Posts
    964 Views
    Tom ElliottT

    Fog is a multitude of packages, but those packages have their own controllers. These controllers are designed in such a way that they handle their own startup and shutdown. Of course you can also start or shutdown or restart them as you see fit as well. The simplest way to shutdown is to type the command:
    sudo poweroff or sudo shutdown -P now

    To restart type:
    sudo restart or sudo shutdown -r now

  • Small Image taking up Big space.

    Unsolved
    18
    0 Votes
    18 Posts
    5k Views
    JunkhackerJ

    does that computer have 32 gigs of ram, by chance?
    by default, i believe windows creates a pagefile equal in size to the amount of ram in the computer.
    btw, fog automatically deletes the pagefile and hibernate files before uploading the image to the server, since they will automatically be recreated and they consume a lot of wasted space.

  • FOGFTP: Login failed Version 4582

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    Wayne WorkmanW

    @Kiweegie said:

    Thanks Tom,

    I did move it myself. Uploading a new image ended with the same result though. I’m happy to continue manually moving from /images/dev/macaddress to /images/imagename if necessary just wondered if this was down to something I’d done wrong…

    regards, Kiweegie.

    The only reason that FOG wouldn’t move it itself would be due to FTP credentials…

    Knowing now what credentials are set on the master storage node, try to connect via CLI using FTP with those credentials you have set. If it doesn’t work, there’s your problem.

  • Ubuntu 14 php session purging

    4
    0 Votes
    4 Posts
    2k Views
    JunkhackerJ

    i would add a note that it’s only specific versions of Ubuntu

  • Fog 1.2 replicating issue on master node

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    JunkhackerJ

    if you’re still having issues with the “vista” setting, your best bet would be to upgrade to a trunk version of fog where it’s already fixed.

  • git 4551: Error: Required Domain Joining information is Missing

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    M

    I have similiar issue, trying to join Windows 7 machine to AD.

    I’ve tried different variations of parameters, in different ways I give administrator name and password and nothing, all the time error 1326.

    But I noticed today that when HostnameChanger try to add machine to the AD, password in the database is changing as if it was encrypted again. Is this normal?

    On the machine is installed FOGService 0.9.4 and on server FOG 4586 from git

  • Finished my whole image on laptop and was very happy, THEN!!

    Solved
    22
    0 Votes
    22 Posts
    9k Views
    ch3iC

    @Wayne-Workman said:

    if we could ever get the forum’s search feature to actually work. 🙂

    😈

  • Sharing NICs between laptops

    Solved
    8
    0 Votes
    8 Posts
    4k Views
    Wayne WorkmanW

    @jeffzimmm So from what I’m gathering - duplicate MACs need to be allowed in the DB. So the “unique” requirement needs removed - and any web code amended to prevent deletion. And - perhaps even a little area added that shows you the hosts with duplicate MACs (just so you can easily see without having to find them via MySQL manually).

    @Tom-Elliott , what do you think?

  • Upgrade fog 1.2.0 to the svn version 4499 Debian Wheezy, All service won't start.

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    @frenk Can you verify that your storage node’s “interface” setting is set correctly?

    Storage Management -> [your storage node] -> Interface

    You can get a listing of the interfaces available with this command:

    ip link show

    For example, in the previous output you supplied, it would appear that the “eth0” interface is the one that should have been set for the PREVIOUS build.
    Can you get us some logs for the multicast manager? they should be here:
    FOG Configuration -> Log Viewer -> Multicast

  • Host Management says "Connection Refused"

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    Wayne WorkmanW

    Tom is right, we need more details.

    Is this setup at home? Are you using a consumer grade router combo-device ?

    Are you in a private network? 172.16.x.x is a reserved range for private networks… So I’m assuming you’re either working for a very well established employer - or this is a home setup and you chose that range just to be slick 🙂

  • Adding needed repository....Failed! - upgrading from 1.2.0

    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @moto_ryan Comment out the exit code for that line in the script code - for debian.

    trunk/lib/ubuntu/config.sh

    (or is there a directory in 1.2.0 just for Debian, I have no clue)

    Search for “exit 0” where the failure code is and just put a hashmark in front of that line, like this:

    #exit 0

    Be sure to comment out the correct exit line.

    This will allow that part to fail, but the script to continue.

    Might I ask why you’re using an off-the-beaten-trail version of Linux?

  • 0 Votes
    3 Posts
    2k Views
    Tom ElliottT

    @dustindizzle11 This is a well known issue with 1.2. I fixed it almost two revs after releasing 1.2.0, but had many other bits that made it unfeasible to come out with another fix (and it was mid imaging season.)

  • Multicast issue: FOG specifying wrong interface when starting udp-sender

    Solved
    8
    0 Votes
    8 Posts
    6k Views
    N

    @Wayne-Workman I checked that, but I’ll check @tom-elliott’s suggestion next time I’m working with it.

  • [git 4577] Create new image page is blank

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    R

    @Wayne-Workman yes, as long as I set the local server storage node to master, the create new image page works.
    I also have my fognode1 server, in a different storage group, set to master.

  • FOG Git Installation on Ubuntu 14.04

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    B

    Can you be more specific on where to enable the “size on server” setting? I’ve looked in the FOG settings and am not seeing it.

    EDIT: Nevermind, found it! FOG_FTP_IMAGE_SIZE. Thanks!

  • SVN 4577 MySQL.class.php error

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @Raymond-Bell Is anything not working?

  • Fog imaging error

    Solved
    11
    0 Votes
    11 Posts
    5k Views
    Wayne WorkmanW

    @kverkiss Good !!! The next time I see a jumble of nonsense errors such as this I’ll recommend trying a different drive.

  • Storage Node Pxe not working

    Unsolved
    21
    0 Votes
    21 Posts
    16k Views
    abstertA

    @Tom-Elliott
    Yes all the nodes are on the same version as the main server. They had the files/folder in the path /var/www/html/fog/service/ipxe, but the clients booting from one of the storage nodes would not display the menu until we copied over the folder from the main server. We did make some modifications to the main server’s FOG_TFTP_PXE_KERNEL so that is why I had to copy it over to the clients.

94

Online

12.7k

Users

17.6k

Topics

156.8k

Posts