Bug#819204: iputils-ping: ping -I no longer functional (unknown iface)

2016-03-24 Thread Stilgar
Package: iputils-ping Version: 3:20150815-2 Severity: important Dear Maintainer, as of iputils-s20121221, i can use ping -I on my eth0:x or br0:x IP Aliases : root@Magi# ping -I 192.168.1.204 google.com PING google.com (74.125.206.139) from 192.168.1.204 : 56(84) bytes of data. 64 bytes from wk-

Bug#663927: python2.7: urllib throws socket.timeout error instead of urllib2.URLError

2012-11-12 Thread Stilgar aka Eugeniusz Gilewski
I can reproduce that every time on Debian Wheezy/Sid (2.7.3~rc2-1 as well as 2.7.3-3 from Sid). Also it it can be reproduced on Python 3 (3.2.3-5): >>> import urllib.request >>> urllib.request.urlopen("http://linux.org.ru/";, timeout=0.1) Traceback (most recent call last): File "", line 1, in