• Changed kernel name on client page, will not revert.

    3
    0 Votes
    3 Posts
    1k Views
    S

    Chad,

    Thanks, that took care of it, deleted the old pxe boot file and voila’

  • PXE not start

    9
    0 Votes
    9 Posts
    3k Views
    Jaymes DriverJ

    Did you run the commands?

    What was the outcome?

  • 0 Votes
    8 Posts
    3k Views
    J

    Awesome work Kamz87! It generally is something simple. I’ve had so many little things like that happen. Just make sure you always try and it never hurts to ask or read the wiki or forums for answers. Have a good one!

  • Imaging to working

    8
    0 Votes
    8 Posts
    4k Views
    E

    Installed 12.04 but ran into the same problem. I had thought that after physical machine restart, restarting tftpd-hpa, portmap and nfs-kernel-server had fixed the problem, but I came in today and ran into the problem again.

  • How to configure your fog server to support UEFI PXE boot

    3
    0 Votes
    3 Posts
    6k Views
    K

    Many thanks, Jason, much appreciated. Cheers

    Chris

  • Refuse to boot on my DHCP

    12
    0 Votes
    12 Posts
    5k Views
    Jaymes DriverJ

    Leon, are you still having issues?

    From reading your statement I have gathered that you want to save your images from your FOG server on a network space, is this correct?

    I know that FOG is going to need access to this folder with read and write permissions, I would first start with checking there and trying to make a public space where it will not be affected but network policies.

    We use a Novell Network here and I run into problems with permissions all the time.

    However I am not familiar with adding a space for the FOG server to save an image to, in my FOG server there is a drop down box where I can select “default” and possibly a node if I had installed one. I don’t know what is involved with locating the space on the network and adding it to the drop down list.

    I would also install the Samba service of Ubuntu to help alleviate some of the problems your going to run into using a Linux box in Windows environment.

  • Removed fog user from WebUI and can't get back in with new user I created

    8
    0 Votes
    8 Posts
    3k Views
    Jaymes DriverJ

    edit your /etc/rc.local

    to include
    [code]
    /bin/sleep 30 && /etc/init.d/tftpd-hpa restart
    [/code]

    this should tell your linux to restart the service in 30 seconds after it starts this should take care of having to manually enter the command after a reboot.

  • Snapin will not execute

    Locked
    1
    0 Votes
    1 Posts
    683 Views
    No one has replied
  • DVD doesn't read or write after image... Help!

    4
    0 Votes
    4 Posts
    2k Views
    C

    I second the sysprep test. Sounds like Windows is confused about where the drive is located. Usually on dells, they are all on the same controller in the same slot, using the same hardware revisions. Maybe you have a different hardware setup due to ship dates or model revisions. Sysprep might help this.

  • Same ip, no pxe boot

    11
    0 Votes
    11 Posts
    5k Views
    C

    Just verify your IPCOP setup is issuing the next-server and filename options. I believe option 66 and 67 are windows DHCP specific option numbers. the rest of the world uses next-server-name and filename options.

  • Scheduled Tasks not Working

    10
    0 Votes
    10 Posts
    7k Views
    x23piracyX

    Hi,

    this problem still exists, lindsay S explained the problem the exact same way i feel that issue.
    I have exactly the same situation as lindsay so there must be still a bug in the scripts.

    chad-bisd if i can help you with testing or something iam your man, iam hardly interested to
    get that fixed. We like to use fog in our company but i need scheduling.

    If i can speedup things with a donation let me know it then i will talk to my boss.

    Iam just one step ahead from buying a 6TB Raid 5 System to have enough space for images
    from about ~250 Computers.

    Greetz X23

  • Black screen while trying to upload an image

    2
    0 Votes
    2 Posts
    1k Views
    C

    There is a small edit you can make to the task status screen to show progress for imaging. Out of the box, FOG only shows status for Single Partition - Resizable image type tasks. If you search the forums, you can find the thread that shows how to add the progress bar for other types of image tasks (Multiple Partition - Single Disk). I think it’s in the tutorials forums.

    As for error messages while booting the FOG kernel, it’s pretty normal to get quite a few warnings about drivers, chipsets, etc. The FOG kernel tries to load a wide variety of device drivers in order to work on as many devices as possible. It may try to load drivers for things you don’t have in your systems, and you get errors or warnings. The acerhdf is the most commonly asked about because it’s only for a small subset of acer laptops.

    Have you tried a different kernel available through the FOG web interface? Sometimes older kernels work better, sometimes newer ones do. If you can’t easily find a kernel that works for you, it’s not that hard to compile your own if you know what you need in it.

  • List all images only lists 10

    2
    0 Votes
    2 Posts
    1k Views
    C

    What version of FOG on which OS? Also, have you tried different browsers to make sure it isn’t a browser rendering/ajax type error? I have 19 images and all show up on the list screen for me. (FOG 0.32, Ubuntu 10.04 LTS, Chrome on Mountain Lion)

  • Multicasting issues

    9
    0 Votes
    9 Posts
    4k Views
    A

    [quote=“Raff, post: 11706, member: 298”]Make sure the only computers that are in the Multicast group are the 2 computers you wish to deploy too. If there are additional computers in the group, they will sit at the please wait screen for a while until all computers are switch on or the timeout is reached.[/quote]

    It was that Raff!

    The Mac address was declared twice, so the fog server was wainting for the second host with the same Mac address.

    Thank you!

  • Error mounting filesystem /images/dev on an NFS

    23
    0 Votes
    23 Posts
    28k Views
    M

    Finally got it working!

    My FTP settings on my FreeNAS box were not correct. I had to add a user to the FTP service called fog with the password used for the management console.

    Of course, when I say working, I mean the upload portion. I now get a permission denied error when trying to send an image to a system.

    So if I run it with Capone, it says [code]mount: <ipaddress>:/images/ failed, reason given by server: permission denied

    mount: mounting <ipaddress>:/images/ on /images failed :Bad file descriptor[/code]

    I have two storage nodes setup like suggested, following the instructions listed in this thread by icarus.

    When I deploy an image, it tries to load the image off of defaultmember, which fails, then it tries to load off of my second storage node, which works fine, loads as it should.

    Why does Capone fail, but host deploying work?

    EDIT:

    When typing [code]sudo exportfs -a[/code]

    I get the following:

    [code]exportfs: Warning: /images/dev does not support NFS export.
    exportfs: Warning: /images does not support NFS export.[/code]

    My /etc/exports looks like
    [code]/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,no_subtree_check)
    /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,no_subtree_check)[/code]

    Sorry if it feels like I am hijacking this thread, not trying to, just didn’t think my issue deserved a whole new thread.

  • Fog Management Page is Blank

    4
    0 Votes
    4 Posts
    3k Views
    B

    I too have performed said fix for tasks… and the results are good.

  • Memory almost 100% even after image complete

    2
    0 Votes
    2 Posts
    1k Views
    M

    I think you’ll probably find that most of that is cached. Linux has a habit of using loads of ram for caching and then giving it back in chunks as needed. Perhaps someone with more of a grasp could explain it to you a little better… but I’m guessing that your RAM is probably not going to cause you and issues.

    If you want to test that out though do some benchmarking with your images etc before and after dumping the cached memory… Try this simple little script I use on some of my servers for ejecting it…

    #! /bin/bash
    clear
    echo MEM before cache clear up:
    echo
    free && sync && echo 3 > /proc/sys/vm/drop_caches
    echo
    echo MEM after cache clear up:
    echo
    free

    Write the above into a text file with vi/nano/whatever and chmod +x the file then run. Sorry if that’s patronising in any way, I just dont know what level of experience you have.

  • Unable to upload file

    17
    0 Votes
    17 Posts
    6k Views
    B

    Ok fixed it. I just re-ran the installer over the install. Then went back and made sure my Database passwords were in the config file. It seems to work fine now. I am having severe throughput problems with this though. Looks to me though it is a ubuntu running as a VM thing though not part of FOG.

    Thank you for your help.

  • Failed command write fpdma queued

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PXE-E32: TFTF open timeout

    11
    0 Votes
    11 Posts
    5k Views
    B

    [quote=“Jaymes Driver, post: 11647, member: 3582”]bjennings, can we start a new thread for you? Lets start with what the problem is, if it’s this PXE-E32 Time out issue, what linux version you are running and the fog version you have installed, then we can start troubleshooting your issue directly, so we don’t confuse topics or information expressed here.[/quote]
    Yes, sorry, I will start a new thread.

186

Online

12.4k

Users

17.4k

Topics

155.9k

Posts