[New-bugs-announce] [issue9678] uuid._ifconfig_getnode can't work on NetBSD

Takayuki SHIMIZUKAWA report at bugs.python.org
Wed Aug 25 05:09:58 CEST 2010


New submission from Takayuki SHIMIZUKAWA <shimizukawa at gmail.com>:

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.

----------
components: Library (Lib)
files: uuid-ifconfig_getnode-netbsd.patch
keywords: patch
messages: 114878
nosy: shimizukawa
priority: normal
severity: normal
status: open
title: uuid._ifconfig_getnode can't work on NetBSD
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1
Added file: http://bugs.python.org/file18641/uuid-ifconfig_getnode-netbsd.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9678>
_______________________________________


More information about the New-bugs-announce mailing list