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

Response Error multiple hosts returned for list of mac addresses

Scheduled Pinned Locked Moved Solved
Bug Reports
2
10
3.4k
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
    Matthieu Jacquart
    last edited by Aug 25, 2016, 2:56 PM

    Server
    • Version: 1.3-RC8
    • OS: Debian 8.5
    Client
    • Version: 0.11.5
    • OS: Win 10
    Description

    I’ve just deployed image on a laptop, and I’ve got this error :

    ------------------------------------------------------------------------------
    --------------------------------Authentication--------------------------------
    ------------------------------------------------------------------------------
     25/08/2016 16:19 Client-Info Version: 0.11.5
     25/08/2016 16:19 Client-Info OS:      Windows
     25/08/2016 16:19 Middleware::Authentication Waiting for authentication timeout to pass
     25/08/2016 16:21 Middleware::Communication Download: http://fog-server/fog/management/other/ssl/srvpublic.crt
     25/08/2016 16:21 Data::RSA FOG Server CA cert found
     25/08/2016 16:21 Middleware::Authentication Cert OK
     25/08/2016 16:21 Middleware::Communication POST URL: http://fog-server/fog/management/index.php?sub=requestClientInfo&authorize&newService
     25/08/2016 16:21 Middleware::Response Error multiple hosts returned for list of mac addresses
    

    I found some topics on this subject but I didn’t resovle it yes, there is no virtual adapter nor USB-RJ adapter.
    Maybe duplicate mac adress ?

    Fog 1.5.9.138
    Debian 11
    Vmware ESXi

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Aug 25, 2016, 3:45 PM

      Run the command getmac on the computer via command prompt. What does it return?

      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/

      M 1 Reply Last reply Aug 25, 2016, 3:48 PM Reply Quote 0
      • M
        Matthieu Jacquart @Wayne Workman
        last edited by Aug 25, 2016, 3:48 PM

        @Wayne-Workman

        C:\WINDOWS\system32>getmac
        
        Adresse physique    Nom du transport
        =================== ==========================================================
        B8-70-F4-C3-4D-7F   Support déconnecté
        E0-CA-94-1E-3A-7E   N/A
        B4-74-9F-96-6A-E7   Support déconnecté
        

        Fog 1.5.9.138
        Debian 11
        Vmware ESXi

        1 Reply Last reply Reply Quote 0
        • W
          Wayne Workman
          last edited by Aug 25, 2016, 3:52 PM

          Now, please run this command against the FOG db, via MySQL:

          SELECT hmHostID FROM hostMAC where hmMAC IN ('b8:70:f4:c3:4d:7f','e0:ca:94:1e:3a:7e','b4:74:9f:96:6a:e7');

          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/

          M 1 Reply Last reply Aug 25, 2016, 4:01 PM Reply Quote 0
          • M
            Matthieu Jacquart @Wayne Workman
            last edited by Aug 25, 2016, 4:01 PM

            @Wayne-Workman said in Response Error multiple hosts returned for list of mac addresses:

            SELECT hmHostID FROM hostMAC where hmMAC IN (‘b8:70:f4:c3:4d:7f’,‘e0:ca:94:1e:3a:7e’,‘b4:74:9f:96:6a:e7’);

            ok, it returns 2 hosts 😉
            I can’t access to DB now (lot of image deployment ^^) but I’ll take a look tomorrow morning ! Thanks

            Fog 1.5.9.138
            Debian 11
            Vmware ESXi

            W 1 Reply Last reply Aug 25, 2016, 4:01 PM Reply Quote 0
            • W
              Wayne Workman @Matthieu Jacquart
              last edited by Wayne Workman Aug 25, 2016, 10:02 AM Aug 25, 2016, 4:01 PM

              @Matthieu-Jacquart If you can’t access the DB, how do you know it returns 2 hosts? Running this command won’t affect deployments.

              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/

              M 1 Reply Last reply Aug 25, 2016, 4:04 PM Reply Quote 0
              • M
                Matthieu Jacquart @Wayne Workman
                last edited by Aug 25, 2016, 4:04 PM

                @Wayne-Workman I launch command and just after that my colleague start deployment of 50 hosts ! Just a weird timing 😉
                So server is very slow and I can’t access web interface or DB any more…

                Fog 1.5.9.138
                Debian 11
                Vmware ESXi

                1 Reply Last reply Reply Quote 0
                • M
                  Matthieu Jacquart
                  last edited by Aug 25, 2016, 4:13 PM

                  ok for me, solved, thanks !

                  Fog 1.5.9.138
                  Debian 11
                  Vmware ESXi

                  W 1 Reply Last reply Aug 25, 2016, 4:45 PM Reply Quote 0
                  • W
                    Wayne Workman @Matthieu Jacquart
                    last edited by Aug 25, 2016, 4:45 PM

                    @Matthieu-Jacquart What was it?

                    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/

                    M 1 Reply Last reply Aug 25, 2016, 4:57 PM Reply Quote 0
                    • M
                      Matthieu Jacquart @Wayne Workman
                      last edited by Aug 25, 2016, 4:57 PM

                      @Wayne-Workman There was a laptop with secondary mac adress identical to another laptop pirmary mac adress

                      Fog 1.5.9.138
                      Debian 11
                      Vmware ESXi

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      1 / 1
                      • First post
                        7/10
                        Last post

                      151

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project