Error multiple hosts returned for list of mac addresses
-
I get the error below on a couple of my devices. I tried…
–deleting the device and re-registering
–resetting encryption
–checked AD settings
–Verified the MAC is correct on laptop and fog
–updated to latest SVN 5747 running version 8239
–restarting fog server.
-removing/updated fog client on deviceAny ideas?
Thanks!!6/23/2016 12:58 PM Controller Stop
6/23/2016 12:58 PM Service Stop requested
6/23/2016 12:58 PM Bus {
“self”: true,
“channel”: “Status”,
“data”: “{\r\n “action”: “unload”\r\n}”
}
6/23/2016 12:58 PM Bus Emmiting message on channel: Status
6/23/2016 12:58 PM Main Overriding exception handling
6/23/2016 12:58 PM Main Bootstrapping Zazzles
6/23/2016 12:58 PM Controller Initialize
6/23/2016 12:58 PM Entry Creating obj
6/23/2016 12:58 PM Controller Start6/23/2016 12:58 PM Service Starting service
6/23/2016 12:58 PM Bus Became bus server
6/23/2016 12:58 PM Bus {
“self”: true,
“channel”: “Status”,
“data”: “{\r\n “action”: “load”\r\n}”
}
6/23/2016 12:58 PM Bus Emmiting message on channel: Status
--------------------------------Authentication--------------------------------
6/23/2016 12:58 PM Client-Info Version: 0.11.1
6/23/2016 12:58 PM Client-Info OS: Windows
6/23/2016 12:58 PM Middleware::Authentication Waiting for authentication timeout to pass
6/23/2016 12:58 PM Middleware::Communication Download: http://10.1.0.7/fog/management/other/ssl/srvpublic.crt
6/23/2016 12:58 PM Data::RSA FOG Server CA cert found
6/23/2016 12:58 PM Middleware::Authentication Cert OK
6/23/2016 12:58 PM Middleware::Communication POST URL: http://10.1.0.7/fog/management/index.php?sub=requestClientInfo&authorize&newService
6/23/2016 12:58 PM Middleware::Response Error multiple hosts returned for list of mac addresses -
https://forums.fogproject.org/topic/7678/active-directory-join-fails
Please read this posting.
-
@Tom-Elliott I actually did and unfortunately, it didn’t fix it. I don’t have virtualbox installed on my image and I’m not sure what else to try out… any ideas? I’m trying a different image right now to make sure the one I’m working with isn’t bad.
Thanks for the quick reply! Let me know your thoughts when you get a chance
-
@GFm if it’s not the virtual box thing then it’s possible the same Mac is associated to multiple hosts. In olden days this was possible. Can you get a pull of the database?
-
@Tom-Elliott What’s the sql command for that? Thanks!
-
Try this:
SELECT `hmHostID` FROM `hostMAC` GROUP BY `hmHostID` HAVING COUNT(`hmMAC`) > 1
-
@Tom-Elliott 0_1466703416882_output.txt Here you go.
-
ALright you mind a remote session?
-
Maybe even try this:
SELECT * FROM `hostMAC` WHERE `hmMAC` IN (SELECT `hmMAC` FROM `hostMAC` GROUP BY `hmMAC` HAVING COUNT(`hmMAC`) > 1)
-
@Tom-Elliott no luck
-
@GFm Tom fixed it for me. found the mac to be attached to another host and deleted it