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 ronaldoussoren
Recipients Jeffrey.Kintscher, ned.deily, remi.lapeyre, ronaldoussoren, terrygreeniaus, veky
Date 2020-10-31.14:30:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604154626.29.0.498582555448.issue41552@roundup.psfhosted.org>
In-reply-to
Content
An option is to use the host UUID instead of libuuid (as used by the _uuid extension). This has two problems though: (1) the RFC prescribes that the node id is a IEEE 802 MAC address, and (2) the host UUID is a full UUID and would have to be post processed.   Because of this I don't think this is a usable alternative.

The relevant API is gethostuuid().

Related stackoverflow: https://stackoverflow.com/questions/933460/unique-hardware-id-in-mac-os-x

Related elastic issue (where I found gethostuuid): https://github.com/elastic/beats/issues/14439
History
Date User Action Args
2020-10-31 14:30:26ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, veky, remi.lapeyre, Jeffrey.Kintscher, terrygreeniaus
2020-10-31 14:30:26ronaldoussorensetmessageid: <1604154626.29.0.498582555448.issue41552@roundup.psfhosted.org>
2020-10-31 14:30:26ronaldoussorenlinkissue41552 messages
2020-10-31 14:30:26ronaldoussorencreate