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

    r5767 Host is not registered / Invalid MAC after I set an image

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    8
    34
    9.5k
    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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      Moved to bugs.

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator
        last edited by Quazz

        [Tue Jun 28 14:44:57.877194 2016] [:error] [pid 12917] [client 192.168.1.154:43948] PHP Fatal error: Uncaught exception 'Exception' with message 'Invalid MAC Address!' in /var/www/html/fog/lib/fog/wakeonlan.class.php:12\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogpage.class.php(1002): WakeOnLan->send()\n#1 /var/www/html/fog/lib/fog/fogpagemanager.class.php(72): FOGPage->wakeEmUp()\n#2 /var/www/html/fog/management/index.php(23): FOGPageManager->render()\n#3 {main}\n thrown in /var/www/html/fog/lib/fog/wakeonlan.class.php on line 12
        

        Apache error entry at capture task creation

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          Similar issue:

          https://forums.fogproject.org/topic/7934/authentication-error-could-not-get-security-token

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • S
            Stilty @Quazz
            last edited by

            I dont know if this is similar but I’m also seeing no available images to associate to when registering a new host. The list is blank.

            I did try one that was registered but now when it try and capture it wouldnt work, well that was because of this bug you found. The machine wasn’t registered when i went and looked.

            1 Reply Last reply Reply Quote 0
            • S
              Seraphin692
              last edited by

              Tracking the database I see hostEnforce gets a “0” when you use the web interface. Simply editing the ImageID in database works.

              1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                Crosslinking similar issue:
                https://forums.fogproject.org/topic/7938/not-capturing-images-trunk-revision-8279

                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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • Q
                  Quazz Moderator
                  last edited by Quazz

                  I think this is related to this issue as well, when you choose Quick image it will say there are no images on the server.

                  All these issues trigger the same “Invalid mac address” bug in wakeonlan.class.php it seems

                  I think it might be a problem with isset as it always shows up explaining how to use it (indicating it’s not properly set?)

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    SHould be fixed in latest, please update again.

                    Sorry that’s the last time I try to cater to a warning thrown that isn’t really impeding function.

                    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 3
                    • shirdS
                      shird
                      last edited by

                      Also having this issue after upgrading to Running Version 8279 - SVN Revision: 5767

                      Checked Apache error log and it is identically to that posted by Quazz

                      Q 1 Reply Last reply Reply Quote 0
                      • Q
                        Quazz Moderator @shird
                        last edited by

                        @shird Should be fixed if you update again.

                        shirdS 1 Reply Last reply Reply Quote 0
                        • shirdS
                          shird @Quazz
                          last edited by

                          @Quazz On doing it now. Tom posted while I was writing my post out!

                          1 Reply Last reply Reply Quote 0
                          • shirdS
                            shird
                            last edited by shird

                            Updated to SVN R5769 and now getting “Cannot register host (/bin/fog.auto.reg)” when attempting to Quick Reg.
                            Full Registration sticks on trying to register and a blinking cursor while text flows upward off the screen.

                            Apache error log showing the following:

                            PHP Fatal error:  Call to a member function get() on string in /var/www/fog/lib/fog/host.class.php on line 373
                            MRCURM Tom ElliottT 2 Replies Last reply Reply Quote 1
                            • MRCURM
                              MRCUR Testers @shird
                              last edited by

                              @shird Same here.

                              Tom ElliottT 1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott @shird
                                last edited by

                                @shird any way we can get you to run a little test?

                                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

                                shirdS 1 Reply Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott @MRCUR
                                  last edited by

                                  @MRCUR Same for you?

                                  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

                                  MRCURM A 2 Replies Last reply Reply Quote 0
                                  • S
                                    Stilty @Seraphin692
                                    last edited by

                                    I’m now seeing

                                    [Tue Jun 28 11:30:53.031551 2016] [:error] [pid 1299] [client 10.93.16.174:57276] PHP Fatal error: Call to a member function getMasterStorageNode() on null in /var/www/html/fog/lib/reg-task/taskqueue.class.php on line 27
                                    

                                    And I am unable to image or capture anything. IT will say its checking in but failed, and there are 0 before me.

                                    Tom ElliottT 2 Replies Last reply Reply Quote 0
                                    • MRCURM
                                      MRCUR Testers @Tom Elliott
                                      last edited by

                                      @Tom-Elliott I can test if you need.

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        ahooks @Tom Elliott
                                        last edited by

                                        @Tom-Elliott seeing the same issues here. Attempting to register in an endless loop never registers. Happy to test whatever I can to help.

                                        1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott @Stilty
                                          last edited by

                                          @Stilty, @MRCUR, @shird I was able to replicate the not able to register issues and this should now be fixed in latest.

                                          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

                                          MRCURM 2 Replies Last reply Reply Quote 0
                                          • Tom ElliottT
                                            Tom Elliott @Stilty
                                            last edited by

                                            @Stilty said in r5767 Host is not registered / Invalid MAC after I set an image:

                                            This is most often due to a bad storage node being found. Please check all settings for storage nodes are appropriate for your layout.

                                            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
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            129

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project