[issue15285] test_timeout failure when system on IPv4 10.0.x.x subnet

Florent Xicluna report at bugs.python.org
Sun Jul 8 10:13:30 CEST 2012


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

actually, this is the mapping table I have, when it fails with [Errno 13] Permission denied:


$ ifconfig |grep inet
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
	inet 127.0.0.1 netmask 0xff000000 
	inet 10.20.24.208 netmask 0xfffff000 broadcast 10.20.31.255

$ netstat -r
Routing tables

Internet:
Destination        Gateway            Flags        Refs      Use   Netif Expire
default            10.20.16.1         UGSc           44        0     en1
10.20.16/20        link#6             UCS            11        0     en1
10.20.16.1         0:c:42:7:1d:80     UHLWI          50      198     en1   1200
10.20.20.29        3c:d0:f8:79:2c:78  UHLWI           0        0     en1    903
10.20.20.77        e4:ce:8f:3c:8f:c8  UHLWI           0        0     en1    816
10.20.20.170       4:54:53:6d:cc:54   UHLWI           0        0     en1    946
10.20.24.3         0:26:bb:6:58:31    UHLWI           0        0     en1   1015
10.20.24.191       3c:d0:f8:a5:76:dc  UHLWI           0        0     en1   1021
10.20.24.208       localhost          UHS             0        0     lo0
10.20.25.89        0:26:8:73:e7:ab    UHLWI           0        0     en1   1190
10.20.25.159       18:3d:a2:10:5e:24  UHLWI           0        0     en1   1146
10.20.25.219       ac:72:89:2e:c9:17  UHLWI           0       78     en1   1142
10.20.29.78        0:1f:3b:3a:6c:8f   UHLWI           0        0     en1   1025
10.20.31.17        68:a8:6d:80:70:de  UHLWI           0        0     en1   1080
127                localhost          UCS             0        0     lo0
localhost          localhost          UH              3   106290     lo0
169.254            link#6             UCS             0        0     en1

Internet6:
Destination        Gateway            Flags         Netif Expire
localhost          localhost          UH              lo0
fe80::%lo0         localhost          Uc              lo0
localhost          link#1             UHL             lo0
fe80::%en0         link#4             UC              en0
ff01::             localhost          Um              lo0
ff02::             localhost          UmC             lo0
ff02::             link#4             UmC             en0
ff02::fb           link#4             UHmLW           en0

----------

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


More information about the Python-bugs-list mailing list