• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Trouble with registering

Scheduled Pinned Locked Moved
FOG Problems
4
12
3.2k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M
    MarkM1970
    last edited by Sep 10, 2014, 1:12 PM

    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!

    1 Reply Last reply Reply Quote 0
    • J
      Junkhacker Developer
      last edited by Sep 10, 2014, 3:39 PM

      FOG 2.2.0.2? where do i get a copy of that?
      did you reconfigure your DHCP server to serve out undionly.kpxe instead of pxelinux.0?

      signature:
      Junkhacker
      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

      1 Reply Last reply Reply Quote 0
      • M
        MarkM1970
        last edited by Sep 10, 2014, 3:56 PM

        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]

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Sep 10, 2014, 4:13 PM

          Hmmm,

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

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • M
            MarkM1970
            last edited by Sep 10, 2014, 4:59 PM

            [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 ::

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Sep 10, 2014, 5:01 PM

              No errors?

              The hostname you have on record that you’re attempting to assign for this host already exist?

              On that “same” hostname, does it have the MAC of the system stored either as Primary or Registered MAC?

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              1 Reply Last reply Reply Quote 0
              • M
                MarkM1970
                last edited by Sep 10, 2014, 6:48 PM

                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.

                😞

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Sep 10, 2014, 6:52 PM

                  When you say no error, there’s no message at the top of the screen either?

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • M
                    MarkM1970
                    last edited by Sep 10, 2014, 6:59 PM

                    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.

                    1 Reply Last reply Reply Quote 0
                    • Z
                      zilla1126 Banned
                      last edited by Sep 10, 2014, 9:16 PM

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Sep 10, 2014, 9:46 PM

                        [quote=“zilla1126, post: 36487, member: 25588”]I don’t other people’s experiences, but I and a bonified linux expert spent a few hours trying to get fog 1.2 working with ubuntu 14.

                        We gave up and installed Ubuntu 12.04.5 LTS. Worked nearly right out of the box.

                        YMMV[/quote]

                        I have Ubuntu 14.04 installed just for the reasons given here. I wanted to replicate what others have seen.

                        While I don’t recommend Ubuntu 14 for everybody, I also had no problems and it is now my primary dev box. My dev machine (the one I actually submit code from) is Centos 6.5, my three “test” servers are Centos 6.5, Ubuntu 14.04, and just for fun, a windows box running WAMP. I don’t see any issues with either of them.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • M
                          MarkM1970
                          last edited by Sep 12, 2014, 12:36 PM

                          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.

                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          1 / 1
                          • First post
                            12/12
                            Last post

                          207

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project