We are using deadline 7.1.2.1
We are having a mix Linux/Windows farm
Everything works like a charm on windows but Linux slaves report their MAC ID as FF:FF:FF:FF:FF:FF
Any clue on what is wrong there ?
This is not so problematic as it is but the Wake On LAN depends on this to power on slaves so I need to fix this in the end
What you have shown here is a broadcast address which will send packets to all machines on the network. Where are you looking at this? Can you send a screenshot or the log you are looking at. To find a the mac address of a Linux machine you would use the command “ifconfig” the mac address will appear under HWaddr: mac-address.
As you can see on screenshot it’s the deadline slave itself that is reporting wrong MAC ID,
Windows hosts on top are reporting correct information whereas Linux hosts are all erroneous
I guess this is related to the way the slave is launched and what it is authorized to do ?
This strikes me as potentially bug-ish. The Slave should report the proper MAC address. You mentioned the Deadline version is 7.1.2.1. Which Linux distro and version are the Slaves using? Could you share the output of the following commands run on one of the Slaves in question?
cat /etc/*-release
ifconfig
If you are concerned about the sensitivity of any of this info, please put the info into a new Support Ticket, and we can follow up privately from there.
One thing I’ve noted is that guys in the Linux team seem not to have updated to the latest 7.1 release (7.1.1.4 instead of 7.1.2.1)
In any case that may be causing the issue I’m still waiting for some TDs to come back from vacation before pushing the 7.2 release
Updating to the latest release version is always a good idea, so if you plan to do that anyway, we should wait and see whether that addresses the issue. The ifconfig results don’t show anything that should be tripping up Deadline, so either it’s a bug in Deadline, or there is an old or missing library somewhere somehow returning bad info. If you still have issues after the update, we can have our Support team test against your specific OS.