• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. MarkM1970
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    MarkM1970

    @MarkM1970

    0
    Reputation
    210
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Pennsylvania Age 54

    MarkM1970 Unfollow Follow

    Latest posts made by MarkM1970

    • RE: Trouble with registering

      Okay, gave up on this since I needed an operational image server to finish deploying PCs that replaced the last of our XP boxes. Uninstalled Fog on 14.04 following these instructions ([B]excluding[/B] the removal of the /images directory):

      [URL=‘http://www.fogproject.org/wiki/index.php?title=Uninstall_FOG’]http://www.fogproject.org/wiki/index.php?title=Uninstall_FOG
      [/URL]
      Re-installed Fog 1.2.0 on same Ubuntu 14.04 server. Existing images from old Fog server still in /images. I opted not to try to import anything else from the old Fog 0.32 server. Created new image entries and assigned the corresponding image file names. I did a trial run by uploading an image from a Dell OptiPlex 390 with some success. Will be testing more today for functionality and stability.

      posted in FOG Problems
      M
      MarkM1970
    • RE: Trouble with registering

      Correct. I just walked through the process again to be sure. Create New Host -> enter info -> Add. After clicking Add, I go back to the the list of hosts, but no added host.

      posted in FOG Problems
      M
      MarkM1970
    • RE: Trouble with registering

      Old server host list

      [IMG]http://tinypic.com/r/254yqes/8[/IMG]
      [IMG]http://i60.tinypic.com/254yqes.jpg[/IMG]

      New server host list

      [IMG]http://i60.tinypic.com/2qstcgi.jpg[/IMG]

      No error messages when trying to manually add via web interface.

      The host name and associated MAC address DID exist on the new server previously (all carried over during the migration from old server to new server). But I deleted that host thinking it might have been causing a problem when I ran into issues trying to get that machine to upload it’s image to the new Fog server. However, as stated, recreating it has been unsuccessful.

      😞

      posted in FOG Problems
      M
      MarkM1970
    • RE: Trouble with registering

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

      Did a host get created with the right MAC Address that’s being sent?[/quote]

      No, no host entry for that MAC address in the hosts list.

      Interestingly enough, I tried to manually add a host entry for the node in question, and although it accepted the input (and no error messages)… there is no new host entry in the hosts list.

      :: scratching head ::

      posted in FOG Problems
      M
      MarkM1970
    • RE: Trouble with registering

      Here’s the DHCPD.CONF config file from the DHCP server:

      [CODE]

      DHCP Server Configuration file.

      see /usr/share/doc/dhcp*/dhcpd.conf.sample

      This file was created by FOG

      use-host-decl-names on;
      ddns-update-style interim;
      ignore client-updates;
      allow booting;
      allow bootp;

      subnet 192.168.0.0 netmask 255.255.255.0 {
      option subnet-mask 255.255.255.0;
      range dynamic-bootp 192.168.0.20 192.168.0.95;

          option domain-name "mylan.lan";
      option routers 192.168.0.99;
      option domain-name-servers 192.168.0.99, 192.168.0.251;
      option broadcast-address 192.168.0.255;
      
          default-lease-time 21600;
          max-lease-time 43200;
      
      next-server 192.168.0.253;
          filename "undionly.kpxe";
      

      }
      [/CODE]

      posted in FOG Problems
      M
      MarkM1970
    • Trouble with registering

      I have an Ubuntu 10.04.4 LTS server running FOG v 0.32. This was initially just a test run to get FOG working the way I wanted before committing to a better platform (the test-bed only has a 160GB drive). Having gotten FOG up and running with success in uploading and downloading images, I was eager to move forward to a new server

      New server is Ubuntu 14.04 LTS running FOG 2.2.0.2 (I was VERY excited to learn of new versions of FOG!). I’ll be up front and state that I didn’t do due diligence on migration from old FOG to new FOG and probably didn’t do something right. Nevertheless, I did copy all of the system images from old to new and followed the link below to migrate the database from old to new:

      [url]http://fogproject.org/forum/threads/mass-export-host-information.902/[/url]

      After all of that, I’m able to get PCs to the FOG menu but when I attempt to do a full or quick registration, I get the following message at the end of the prompts:

      [QUOTE]attempting to send inventory… no host found for MAC address xx:xx:xx:xx:xx:xx[/QUOTE]

      Anyone want to shed some light on this? Muchas gracias!

      posted in FOG Problems
      M
      MarkM1970
    • RE: Nfs mount - bad file descriptor / permission denied

      I ran into this recently this problem as well with the following error(s) from TFTP boot,

      [QUOTE][I][SIZE=12px]/images/dev on /images failed: bad file descriptor[/SIZE][/I][/QUOTE] and
      [QUOTE][I][SIZE=12px]fatal error: failed to mount nfs volume[/SIZE][/I][/QUOTE]

      The difference in my case was that where the OP had encountered
      [QUOTE][I][SIZE=12px]/images/dev/ failed, reason given by server: permission denied[/SIZE][/I][/QUOTE], I had encountered
      [QUOTE][I][SIZE=12px]/images/dev/ failed, reason given by server: no such file or directory[/SIZE][/I][/QUOTE].

      Why did I run into this? Well, it’s because I was running FOG off of an old converted XP box with limited hard drive space. I had planned the whole platform to a newer box but, well, we know how 'I was planning on getting to it" works. In any event, I had run out of storage space and had moved some of the images off of the current FOG platform’s HDD to an external storage device. In the process, I inadvertently moved the [I]/images/dev[/I] directory. This was the root of the issue.

      TL;DR version:
      Check to make sure you didn’t delete/move your [I]/images/dev directory[/I]

      posted in FOG Problems
      M
      MarkM1970