• Fog, Router DHCP and PXE now not working

    9
    0 Votes
    9 Posts
    10k Views
    Jaymes DriverJ

    I set up DNSMasq when I work at home with home networking equipment. a lot of the home issued stuff won’t have settings to be able to designated the tftp/boot server or the next-server. Using a DHCP proxy service like dnsmasq has prooved beneficial.

    Something else I have done is turn the DNS portion of FOG on and use a hub and keep it separate from the network unless an internet connection is required, which I have not needed DURING imaging, only after.

  • Prematurely ending upload task

    1
    0 Votes
    1 Posts
    544 Views
    No one has replied
  • No setup signature found...

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    Glad to be of help.

  • Including patch for udpcast install error in 0.32 release

    9
    0 Votes
    9 Posts
    2k Views
    F

    s
    [quote=“Tom Elliott, post: 21615, member: 7271”]That may still be a need, but if you can document the process slightly, I might be able to automate this within the FOG Scripts so we don’t have to do as much.[/quote]
    see some message up…

  • 0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    One, add more CPU’s to it. On an upload process, it has to compress the image as it’s being uploaded.

    Two, check the compression setting, it’s on the FOG Configuration->FOG Settings menu called: FOG_PIGZ_COMP and should appear as a slider bar. 9 is best/most compression (most cpu intensive and takes time) and 0 is the worst/fastest compression (less compression means more space is used)

  • Fujistsu esprimo 85+

    3
    0 Votes
    3 Posts
    1k Views
    G

    no will try that monday thanks for the reply

  • Storage size under Disk Information wrong

    8
    0 Votes
    8 Posts
    4k Views
    M

    Yes, thanks. I will use parted now. Apparently using cfdisk to create partitions is not good for me. 😉 😄

  • [howto] list of bug and foxes to make fog run with 0.32 version

    2
    0 Votes
    2 Posts
    1k Views
    Jaymes DriverJ

    This is much easier and from a command line.

    [quote=“Tom Elliott, post: 21463, member: 7271”]

    [code]
    wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz
    rm -f udpcast-20071228.tar.gz
    sed -i ‘s/udpcastout=“udpcast-20071228”/udpcastout=“udpcast-20120424”/’ …/lib/common/config.sh
    sed -i ‘s/udpcastsrc=“…/packages/udpcast-20071228.tar.gz”/udpcastsrc=“…/packages/udpcast-20120424.tar.gz”/’ …/lib/common/config.sh
    cd …/bin
    ./installfog.sh
    [/code]

    [/quote]

  • Problem with multicast deploy

    5
    0 Votes
    5 Posts
    2k Views
    F

    [quote=“Tom Elliott, post: 21377, member: 7271”]I don’t know for sure how to get them started, but I know that the Regular Active Tasks should NOT be displaying the multicast tasks.[/quote]

    to start unicast:

    group management -> list all group -> click on group name -> image association -> x
    group management -> list all group -> click on group name -> os association -> x
    group management -> list all group -> click on group name -> basic task -> deploy

    to start multicast:

    task management -> list all group -> deploy multicast, but don’t work giving the error in first message of this thread

  • Fog server multicast issue

    11
    0 Votes
    11 Posts
    4k Views
    F

    [quote=“Tom Elliott, post: 21449, member: 7271”]Are you looking at multicast tasks or active tasks[/quote]

    clicking on
    group management -> list all group -> click on group name -> image association -> x
    group management -> list all group -> click on group name -> os association -> x
    group management -> list all group -> click on group name -> basic task -> deploy

    starts unicast imaging.

    task management -> list all group -> deploy multicast, but don’t work giving the error in first message of this thread

  • Task won't start, unable to connect to tftp server

    9
    0 Votes
    9 Posts
    4k Views
    S

    Apparently, had not re run installfog.sh after starting nfs. Tried that first and the error. So, I ran the commands above and still get the error. Just in case, I did re set the password for the Fog user to match the Fog settings in the gui. Also checked permissions of /tftpboot and it is 0755 and the owner is Fog.

  • Reboot after Deploy?

    5
    0 Votes
    5 Posts
    2k Views
    M

    I am running fog 0.32. I uploaded an image and then I booted the drive, added a folder to desktop, and then deployed the image and when it booted the folder was gone so I believe that there is an image uploaded. Then when I put in the blank drive it does the restarting business.

    V/R
    Adam

  • FOG Server Communications Issues

    32
    0 Votes
    32 Posts
    19k Views
    Tom ElliottT

    Your default file (that’s the name sorry) is located at:
    /tftpboot/pxelinux.cfg/default

    On the bottom line you should see:
    [code]TIMEOUT 30[/code]
    This means 3 seconds. Thirty seconds would be:
    [code]TIMEOUT 300[/code]
    I

  • Confirmation Page Doesn't Show

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    0.33 doesn’t have the same issues.

  • Minor bugs every time we install and use fog: repackage the release

    1
    0 Votes
    1 Posts
    810 Views
    No one has replied
  • Installation Failed on php-fettext

    20
    0 Votes
    20 Posts
    9k Views
    Tom ElliottT

    no problem.

  • Problem with customized image directory

    2
    0 Votes
    2 Posts
    743 Views
    Tom ElliottT

    does this new location have .mntcheck files:

    [code]
    sudo touch /images/.mntcheck
    sudo touch /images/dev/.mntcheck[/code]

    Also check that your ftp information operates as expected as well. The storage username and password should be that of the FOG Servers (or storage nodes) fog user (on the server/node) not the database username and password.

  • Uplad image button on the fog site dont' work.

    4
    0 Votes
    4 Posts
    1k Views
    F

    solved! thanks

  • Error uploading image

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    If you run the system in debug mode. What this means, is setup the task you’re trying to perform as a Download Debug Task (under advanced options) or Upload Debug.

    On the client, the file should be under /tmp/status.fog

    It’s just a text file, but it’s main purpose is to store the errors thrown from partimage. There are common thrown errors with is what the progress reads/gets its data from.

  • 0 Votes
    9 Posts
    4k Views
    E

    Hi Tom,

    I wanted to give you an update on my issue… I was able to get the server back up and running by re-running the installation, as it may have seemed that I was missing some of the proper software on Ubuntu 12.04 for Fog to run properly. After re-running the installation all I had to do then was edit config.php with the proper mysql password and now get back to imaging all my machines now.

    Stay Warm, as where i am located, HELL as frozen over in ND at -26 degrees (without wind chill of course.)

122

Online

12.3k

Users

17.4k

Topics

155.8k

Posts