Bug#882777: ifupdown: ifup -a tries to bring up an interface that already is up

2019-04-24 Thread Dimitris Aragiorgis
Hi, I bumped into this issue as well. Upgrading from jessie to strech the networking service that calls `ifup -a` fails because the interface is already configured. I think this commit is to blame: https://salsa.debian.org/debian/ifupdown/commit/87ca29628d452d7eaa124a943ffb2382743f19e0 What if

Bug#920348: ca-certificates.crt bundle gets temporarily removed during update-ca-certificates

2019-01-24 Thread Dimitris Aragiorgis
Package: ca-certificates Version: 20141019+deb8u1 Severity: normal Tags: patch Hi, While updating CA certificates, one of my Python programs failed with: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/requests/api.py", line 70, in get retur

Bug#882229: Missing .egg-info in python-libvmdk and python3-libvmdk

2017-11-20 Thread Dimitris Aragiorgis
Package: python-libvmdk Version: 20160119-3+b1 Severity: important Tags: patch The Python packages generated from libvmdk do not ship any .egg-info and as a result other packages cannot use the libvmdk-python dependency in their setup.py. from pkg_resources import load_entry_point F