This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anpetral
Recipients anpetral, barry, ned.deily
Date 2018-01-13.00:29:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515803372.39.0.467229070634.issue32502@psf.upfronthosting.co.za>
In-reply-to
Content
Moving doesn't work, but even removing the firewire adapter (which was unused on my system), doesn't remove it from the output of ifconfig.

I did however work around the issue by just patching up uuid in a suboptimal manner (truncated the 64bit int to 48bit).

A proper fix would probably need to discard EUI-64 addresses and look for EUI-48 specifically.
History
Date User Action Args
2018-01-13 00:29:32anpetralsetrecipients: + anpetral, barry, ned.deily
2018-01-13 00:29:32anpetralsetmessageid: <1515803372.39.0.467229070634.issue32502@psf.upfronthosting.co.za>
2018-01-13 00:29:32anpetrallinkissue32502 messages
2018-01-13 00:29:32anpetralcreate