• Fog Servers on Ubuntu bootup

    5
    0 Votes
    5 Posts
    2k Views
    P

    Thanks mon!! Hopefully i find it! Thats what i was thinking of was a delay starting that process up but i never scripted in linux

  • FOG screen appears and disappears

    9
    0 Votes
    9 Posts
    4k Views
    C

    You can also just push the arrow up or down key and it will stop the timer and give you all day long to read the menu. I set mine short so the end users are not slowed down too much when booting, and to keep the students from trying to mess with the fog menu.

  • FOG and SSDs

    6
    0 Votes
    6 Posts
    3k Views
    J

    In case anybody goes digging through this, I thought I’d share my experiences.

    We finally got around to our upgrade and performed these steps:

    Used Server Management program Webmin to perform Filesystem backups of the /tftpboot, /var/www folders and our users home directory too, since some ssh settings and such were stored there(in a tar format). Also used it to export the mySQL database to a sql file.

    Did a fresh Ubuntu 10.04 install on the SSD. Performed the steps for optimization listed here: [url]http://www.howtogeek.com/62761/how-to-tweak-your-ssd-in-ubuntu-for-better-performance/[/url]

    Installed new 1tb hard drive and mounted as /images, outlined here: [url]http://www.fogproject.org/wiki/index.php/Moving_your_images_directory/Adding_Storage_to_the_Images_directory[/url]

    Switched back to original hard drive, remount 1tb drive and transferred image files. (This step could be performed so many ways that I’ll leave it to you)

    Switched to new SSD again. Installed a fresh install of FOG. Once it’s finished, installed Webmin to restore filesystem backups of TFTPBOOT and VAR/WWW.

    Then performed this command in terminal to restore MySQL database:

    [CODE]sudo mysql fog < fog.sql[/CODE]

    That assumes that your mySQL exported file was called fog.sql

    All in all, the transition was smooth, after I learned the right order in which to import stuff. The performance of the website/system was noticeable as the system now booted in 6 seconds flat. This speed increase seemed to have caused an issue in tftpd-hpa (which is what drives the FOG tftp server), in that the service was trying to start before eth0 was ready (with an ip address) and would fail out. Manually starting the service showed that there were no problems. . This also seemed to be part of a bug that a newer version of tftpd-hpa has, as none of my other 10.04 servers have this issue.

    It took me several hours of reading, but I finally figured out a fix (not sure if it’s a good fix, but it worked for me)

    From the terminal:

    [CODE]sudo nano /etc/init/tftpd-hpa.conf

    [/CODE]

    Add this text after the line beginning with “author” (line 4 for me)

    [CODE]pre-start script
    #take a nap so eth0 can wake up
    sleep 15s
    end script[/CODE]

    and then finally, change the line beginning with “start on” (line 11 after you add the information above) to resemble this:

    [CODE]start on (filesystem and net-device-up IFACE!=bond0.80)[/CODE]

    After a reboot, run

    [CODE]status tftpd-hpa[/CODE]

    To see if your service auto started. If so, you’re all set.

    There is probably a better way to have transferred the information around, but I’m kind of new at this kind of stuff, this is just what worked for me. Hopefully it’s helpful to you.

  • Help TFTP Password

    2
    0 Votes
    2 Posts
    1k Views
    C

    Please post your support requests in the Technical Help forum. This area is reserved for developers of Fog looking for help.

  • Using Fog in multi-gateway/scope environment

    2
    0 Votes
    2 Posts
    1k Views
    C

    Yes, it should work without issue IF you have your network configured properly. Fog works just fine for multiple subnets, even with ProxyDHCP (with minor modifications to base config).

    The thing that may trip you up is making sure your layer 3 devices forward dhcp broadcasts from the subnet of the client to the subnet of the DHCP server. Which, should already be setup if you can get a DHCP address on a client in a different subnet.

  • Manual SQL Insert for Group Membership

    1
    0 Votes
    1 Posts
    750 Views
    No one has replied
  • Can I install Fog on one network and move it to another?

    3
    0 Votes
    3 Posts
    1k Views
    C

    I think you can set it up at your office with the IP address it will have at the other network. If you configure DHCP services, make sure you set it up for the other network also. The Fog server will not function at the office, i.e. you can’t really test it by imaging/registering computers, but you can once you get to the new network.

    I would probably choose to set it up in the current network, verify it’s working, then move it to the new network by updating the IP address via the wiki article linked in Roberts response. Deploy the server and troubleshoot from there if needed.

  • Stuck on Booting to local disk...

    3
    0 Votes
    3 Posts
    3k Views
    B

    I got it. What I did was replace the pxelinux.0 file from version .28 and now my computers boot. I am not sure what I am loosing, but it works for me.

    This is what I did (going from memory and a very basic linux user, so you might not want to take these commands word for word):
    Install Fog .32
    Download and extract the installations files for version .28
    sudo su
    cp /tftpboot/pxelinux.0 /tftpboot/pxelinux.0.v32
    rm /tftpboot/pxelinux.0
    cp ~/Downloads/fog_2.8/packages/tftpboot/pxelinux.0 /tftpboot/pxelinux.0

    -bj
    [URL=‘http://www.edlisten.com’]EdListen.com[/URL]

  • Multicast Deployment and basic deployment & deployment speed dropping

    2
    0 Votes
    2 Posts
    1k Views
    M

    At least you can multicast LOL! When I get a task started for multicast all machines load up fine but then freeze on “Please Wait.” I can deploy machines but only about 10 or so at a time. We started at trying 20 machines but a few of them will come up with errors when trying to image…“NOHZ: local_softirq_pending 08.” This is nerve racking…I have done well with building the machine and installing Fog…I have it running stand alone with independent DHCP through a Cisco unmanaged 24-port switch. We are imaging laptops and have about 1000 to go. We are in a bad situation. It would be nice if someone could help me out as well. I am still fairly new to Ubuntu and not totally comfortable with this new education yet…LOL.

    Server Specs:
    HP Compaq 5100 Small Form Factor
    Pentium 4 Duo-Core 3.2GHz
    2 GB RAM
    Using a PCI Intel PRO/1000 GT low-profile NIC
    Running Ubuntu 10.04 with Fog 0.32

    I realize this hardware is minimal but right now its the only thing I have to work with. The system monitor shows to barely have any CPU usage or RAM usage. The network activity is steady at about 75%.

  • "Job not found for MAC address" when booting to network card

    6
    0 Votes
    6 Posts
    2k Views
    M

    When i went in to delete the files in the [B]/tftpboot/pxelinux.cfg/[/B] they won’t go to the trash, and if you click ‘delete now’, nothing happens. All hosts were deleted, so are they stuck in a limbo? (Not an intentional reference to Inception…)

  • Trouble imaging Windows 7 with Vmware version of FOG - Newbie

    4
    0 Votes
    4 Posts
    2k Views
    R

    The logs are on the local PC that was imaged(c:\foglog [or something]), they don’t usally help though (for me). Ensure you’re using the correct syntax for the AD integration. Are you doing it per group?

  • 0 Votes
    1 Posts
    890 Views
    No one has replied
  • PXE issue - file not found?

    8
    0 Votes
    8 Posts
    5k Views
    C

    There is a great section in the user guide about uploading your first image.

  • Fog wont send certain images to certain machines

    7
    0 Votes
    7 Posts
    2k Views
    W

    Well I’ve tried deploying the image in different HDD modes. Didn’t make any difference. I have attempted yet to upload an image in legacy mode. I will be testing that next.

  • Unable to move /images/dev/macaddress to /images/name-of-image

    7
    0 Votes
    7 Posts
    7k Views
    A

    I apologize for the late reply! That is cool.

  • Host Import formatting for multiple MAC addresses

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Image Definition File not being created

    2
    0 Votes
    2 Posts
    1k Views
    K

    Another issue may be disk space. I ran into that only today. Check that you have enough free space on the server to upload a new image to.

    Tom

  • Bios error when deploying image

    2
    0 Votes
    2 Posts
    998 Views
    K

    I used to freak out too when I saw that - started around Fog 0.30 I think from memory but doesn’t seem to stop anything from working. And when I asked similar question some time ago was told by those more in the know than myself that its not something to worry about. Wish it would get sorted though!

    Tom

  • UDPCAST DELL Optiplex

    6
    0 Votes
    6 Posts
    3k Views
    F

    Im having the same problem with Dell 620 while trying to multicast. As a matter of fact i cant Multicast Lenovo PC as well. Im using Fog 0.32 on Ubuntu 10

  • Restart Multicasting

    1
    0 Votes
    1 Posts
    791 Views
    No one has replied

107

Online

12.2k

Users

17.4k

Topics

155.6k

Posts