• 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.

  • Checking Package PHP Failed

    7
    0 Votes
    7 Posts
    5k Views
    R

    I fixed my issue by upgrading to Ubuntu 11.10. After that the Fog installer was able to finish without the php-gettext holding up the process. Thank you to those who responded.

  • DHCP Help

    2
    0 Votes
    2 Posts
    1k Views
    M

    oops, nevermind…I changed the subnet mask under eth0 because I had a typo, but it didn’t accept the change…stupid Ubuntu haha…got it going now!

  • Changing IP Address

    12
    0 Votes
    12 Posts
    7k Views
    M

    Nevermind…I made a wrong change in the dhcpd.conf.

  • Default gateway win 7

    4
    0 Votes
    4 Posts
    2k Views
    C

    Check your windows network configuration on the clients. If you use DHCP, make sure they are set for that. If not, check with your network administrator to make sure your TCP/IP settings are correct.

  • Need Help Moving Fog Settings

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • How to create a image

    1
    0 Votes
    1 Posts
    641 Views
    No one has replied
  • Error Mounting Filesystem

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Locked out of FOG

    3
    0 Votes
    3 Posts
    2k Views
    J

    Thanks! I had done the mysql pwd change, and rebooted the computer, but maybe the password was still cached somewhere. After another reboot I was able to get back in. Everything’s copacetic now.

  • NFS host unreachable through VLAN

    3
    0 Votes
    3 Posts
    2k Views
    F

    Hmm, I guess everything’s forwarded correctly considering I was able to mount it using a random fedora live-cd:
    [LEFT][IMG]http://i.imgur.com/RgdIyzp.png[/IMG][/LEFT]

    Maybe an issue with the kernel? with the debug option when pxebooting, can you manually mount NFS for testing?

  • Task Management not doing anything

    8
    0 Votes
    8 Posts
    4k Views
    C

    search the forums. there are at least 4 posts describing in detail the changes that need to be made.

  • Fog Server - Image Creation Question

    5
    0 Votes
    5 Posts
    2k Views
    B

    Understood, thank you very much for your help.

  • HostnameChanger Domain Error! Wrong Password Code: 1323

    9
    0 Votes
    9 Posts
    6k Views
    S

    Hello,
    thanks for the answer.
    Unfortunally, this parameter was already set to off.

    I have Ubuntu 12.04.1 LTS

  • Issue with Dell E6430

    2
    0 Votes
    2 Posts
    1k Views
    A

    Hello,

    I’ve some good news here, I’ve solved my problem with this solution :

    Disable Secureboot Enable Legacy Bios Erase the table partition Reinstall your OS (Win8 or Win7)

    This solution work on Win8 and Win7 for Fog .33 and Fog .32.

  • Can't read the following image file...

    2
    0 Votes
    2 Posts
    2k Views
    J

    Additional informations : I tried to change kernel loaded on PXE boot for clients with no change.

    Finally, and last try before complete reinstallation, I run the FOG install/update script. After that, everything seems to work fine ! The problem is somewhere in a configuration file used by FOG, but I don’t know what file precisely.

122

Online

12.3k

Users

17.4k

Topics

155.8k

Posts