classification
Title: uuid._ifconfig_getnode can't work on NetBSD
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.2, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: shimizukawa, terry.reedy
Priority: normal Keywords: patch

Created on 2010-08-25 03:09 by shimizukawa, last changed 2011-06-01 06:19 by terry.reedy.

Files
File name Uploaded Description Edit
uuid-ifconfig_getnode-netbsd.patch shimizukawa, 2010-08-25 03:09
Messages (2)
msg114878 - (view) Author: Takayuki SHIMIZUKAWA (shimizukawa) Date: 2010-08-25 03:09
uuid.getnode() not work correctly on NetBSD5, then uuid.getnode() return random value per Python interpreter instance.
This problem is caused by the uuid._ifconfig_getnode() not supporting a 'ifconfig' / 'arp' output format of NetBSD.

I create a patch for this problem and attached.
msg137419 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2011-06-01 06:19
2.5 is closed and 2.6 and 3.1 are or soon will be security fix only.
I do not know if any developer works with NetBSD.
History
Date User Action Args
2011-06-01 06:19:52terry.reedysetnosy: + terry.reedy

messages: + msg137419
versions: + Python 3.2, - Python 2.6, Python 2.5, Python 3.1
2010-08-25 03:09:51shimizukawacreate