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

Help - Invalid Mac Address

Scheduled Pinned Locked Moved
FOG Problems
4
18
6.3k
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.
  • T
    Tom Elliott
    last edited by Jul 9, 2014, 11:34 AM

    That explains the mac issue.

    I’ll fix the Pre_Stage1.php.

    Basically, right now, it doesn’t parse through an array of MAC’s. So the “Singular” mac systems shouldn’t have any issues.

    This will take a just a couple minutes. When done I’ll let you know and give you the steps you need to “fix” this issue.

    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
    • S
      scottmcmullan8
      last edited by Jul 9, 2014, 11:36 AM

      Another update (Sorry lol). Have now managed to get the machines to send the image by disabling one of the NICs in the BIOS menu. This means that the only mac address being picked up in the logs is for the one which is enabled. However I have previously sent images to the same machines, all the same make and model, with two NICS with both being enabled in the bios. Is it possible that IPXE doesn’t like having two NICS enabled on a machine and since I have only been using this method this week is why I have been having problems?

      1 Reply Last reply Reply Quote 0
      • S
        scottmcmullan8
        last edited by Jul 9, 2014, 11:36 AM

        Ah right ok I see - thanks that would be great appreciate it 🙂

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Jul 9, 2014, 11:41 AM

          Alright All is posted to svn. These commands below should get you back to an operational state.

          [code]wget -O /var/www/fog/service/Pre_Stage1.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Pre_Stage1.php
          wget -O /var/www/fog/service/Post_Stage2.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Stage2.php
          wget -O /var/www/fog/service/Post_Stage3.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Stage3.php
          wget -O /var/www/fog/service/Post_Wipe.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Wipe.php[/code]

          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
          • S
            scottmcmullan8
            last edited by Jul 9, 2014, 11:49 AM

            Ok thanks - going to give this a go. Will the commands mean that only a single mac address will be added as the host as opposed to both mac addresses?

            Also not 100% how to make the change to SVN - where can I find this to edit? Is it easy enough to complete?

            1 Reply Last reply Reply Quote 0
            • S
              scottmcmullan8
              last edited by Jul 9, 2014, 12:21 PM

              Are these commands just overwriting the files:

              /var/www/fog/service/Pre_Stage1.php
              /var/www/fog/service/Post_Stage2.php
              /var/www/fog/service/Post_Stage3.php
              /var/www/fog/service/Post_Wipe.php

              If so can I download new files from:
              [URL=‘https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Pre_Stage1.php’][U][COLOR=#0066cc]https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Pre_Stage1.php[/COLOR][/U][/URL]
              [url]https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Stage2.php[/url]
              [url]https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Stage3.php[/url]
              [URL=‘https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Wipe.php’][U][COLOR=#0066cc]https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/service/Post_Wipe.php[/COLOR][/U][/URL]

              and then upload to /var/www/fog/service/ myself?

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Jul 9, 2014, 12:22 PM

                Yes, they’re just overwriting. If you want to upload yourself you most certainly can.

                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
                • S
                  scottmcmullan8
                  last edited by Jul 9, 2014, 12:23 PM

                  Thank you - will give it a go. Appreciate your help and will let you know the results.

                  1 Reply Last reply Reply Quote 0
                  • S
                    scottmcmullan8
                    last edited by Jul 9, 2014, 3:58 PM

                    I have uploaded the new files and the issue has now been resolved fog is recognising the correct mac address. Thank you for taking the time to look at this. 🙂

                    1 Reply Last reply Reply Quote 0
                    • C
                      csavo
                      last edited by Mar 2, 2016, 9:45 PM

                      Scott, Tom,

                      I am having a similar issue to this using fog Version 1.20.

                      I had an HP Elitebook that was not able to be registered at all. I updated the Kernal to the most recent bzImage files (posted on 2015-07-13) and then it booted into the screen to add the host but I got the “Invalid Mac Address Issue” (similar to this post): https://forums.fogproject.org/topic/4755/invalid-mac-address)

                      Wondering if I should try the update mentioned in this ticket or if this was something already built into 1.20. Any help would be greatly appreciated.

                      Thanks!

                      • Chris
                      W 1 Reply Last reply Mar 2, 2016, 10:19 PM Reply Quote 0
                      • W
                        Wayne Workman @csavo
                        last edited by Mar 2, 2016, 10:19 PM

                        @csavo The fix is to update to FOG Trunk - that will likely fix it.

                        However understand that FOG Trunk is the developmental version of FOG, it is what WILL be FOG 1.3.0 some day. Right now things are very stable IMHO and it’s getting close to release, but that’s not to say there is no possibility of bugs. FOG Trunk gets updated many times a day - and most bugs are minor, and if you find them, just report them here so we can fix them and get to FOG 1.3.0 faster.

                        If you would like to upgrade to trunk, you can pick one of the methods described here, I would recommend GIT:
                        https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

                        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
                        • C
                          csavo
                          last edited by Mar 4, 2016, 3:26 PM

                          @Wayne-Workman

                          Just as a little background, I am using my FOG server with dnsmasq as I do not have access to the DHCP server on the network I am working with. Is there any known issues with updating to the FOG Truck and using it with dnsmasq?

                          W 1 Reply Last reply Mar 4, 2016, 3:38 PM Reply Quote 0
                          • W
                            Wayne Workman @csavo
                            last edited by Mar 4, 2016, 3:38 PM

                            @csavo Nope. It will function exactly how it is now. FOG doesn’t bother with your dnsmasq configuration - but I’d still make a copy of the configuration just because it’s good practice to have copies of configurations.

                            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 1
                            • C
                              csavo
                              last edited by Mar 4, 2016, 5:15 PM

                              Working great now after moving to the Trunk. I was pleasantly surprised with how well the upgrade process worked. All I had to do after the update was reconfigure some of my settings for dnsmasq and then I was up and running.

                              Thank you for your help @Wayne-Workman !

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

                              214

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.3k

                              Posts
                              Copyright © 2012-2024 FOG Project