Bug#786784: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-05-25 Thread Chris Bainbridge
On 25 May 2015 at 16:11, Daniele Tricoli wrote: > Are you using the packaged version on urllib3? If yes there is something > really strange since I patched it as explained here: Sorry for the bogus bug report (I already closed it as invalid) - it turned out Python was picking up an older install

Bug#786784: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-05-25 Thread Chris Bainbridge
Package: python-urllib3 Version: 1.9.1-3 Severity: serious $ python Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import requests Traceback (most recent call last): File "", line 1, in File "reque

Bug#781858: apt: dangling pointer crash

2015-04-06 Thread Chris Bainbridge
On 6 April 2015 at 21:21, David Kalnischkies wrote: > > I wonder what is so special about aptdaemon that it has problems now - > so can someone please verify that this is really the problem and not > just the first thing someone stumbled over while trying to find > a culprit (no blame, it would be

Bug#781858: apt: dangling pointer crash

2015-04-06 Thread Chris Bainbridge
On 6 April 2015 at 13:46, Tomasz Buchert wrote: > This should do the trick. > > Tomasz >From browsing the code it appears Mode can be assigned to multiple times for the same Item, e.g. { Mode = "copy"; ... Mode = decompProg.c_str() } In which case using strdup to create a new string for each as

Bug#781932: xserver-xorg-video-intel: laptop display unusable (blank) if external monitor is connected

2015-04-04 Thread Chris Bainbridge
Package: xserver-xorg-video-intel Version: 2:2.21.15-2+b2 Severity: serious Dear Maintainer, Hardware: IvyBridge HD4000 GPU on Macbook Pro 13 To reproduce: - Connect an external monitor on DP - Boot jessie - Log in to Gnome - Laptop display immediately goes blank This bug appears to be fixed i

Bug#781858: apt: dangling pointer crash

2015-04-03 Thread Chris Bainbridge
Package: apt Version: 1.0.9.7 Severity: serious Dear Maintainer, The apt source includes in apt-pkg/acquire-item.cc: // FIXME: this points to a c++ string that goes out of scope Mode = decompProg.c_str(); } Mode is a char ptr decompProg is a std::string When decompProg goes o

Bug#781737: gparted: GUI hangs while doing libparted operations such as FAT16/FAT32 resizing

2015-04-02 Thread Chris Bainbridge
Package: gparted Version: 0.19.0-2 Severity: serious Tags: upstream Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=737022 The gparted GUI always hangs when gparted is doing some particular operations. If the screensaver/screenlock runs at this point, afterwards gparted windows will be gray,

Bug#781716: gparted: partitioning fails due to lack of udisks2 locking and automount

2015-04-01 Thread Chris Bainbridge
Package: gparted Version: 0.19.0-2 Severity: serious Tags: upstream Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=745349 Gparted does not lock the disk being partitioned, so it will be automounted whilst gparted is operating on it, resulting in gparted failing mid-operation. This has been

Bug#781604: `journalctl /dev/sda` shows empty log

2015-03-31 Thread Chris Bainbridge
Package: systemd Version: 215-12 Severity: serious `man journalctl` says: Show all logs of the kernel device node /dev/sda: journalctl /dev/sda But: debian # journalctl /dev/sda -- Logs begin at Tue 2015-03-31 11:57:43 BST, end at Tue 2015-03-31 14:43:04 BST. -- debian # It does no

Bug#781544: firmware-b43-installer breaks apt-get dist-upgrade to jessie

2015-03-30 Thread Chris Bainbridge
Package: firmware-b43-installer Version: 1:019-1 Severity: serious Dear Maintainer, On a dist-upgrade to jessie the network is not up at the point firmware-b43-installer.postinst is run, so the wget download fails. The script contains code that is supposed to ignore the error and exit 0 (success)

Bug#780143:

2015-03-14 Thread Chris Bainbridge
Axel's patch from upstream git fixes the issue (tested with fixedsc font in terminator).

Bug#758619:

2014-10-01 Thread Chris Bainbridge
This bug now exists in Testing (glib2.0-2.42.0 has just been migrated to Testing). "reportbug --ui=text xxx" still works. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#728312: closed by Andreas Henriksson (Re: Bug#728312: libpam-gnome-keyring: does not properly kill gnome-keyring-daemon before exit, race condition causes pam umount fail)

2014-09-30 Thread Chris Bainbridge
Does that mean the Wheezy package is being bumped to 3.12.0? -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#728312: libpam-gnome-keyring: does not properly kill gnome-keyring-daemon before exit, race condition causes pam umount fail

2014-09-30 Thread Chris Bainbridge
On 30 September 2014 12:48, Andreas Henriksson wrote: > Hello Chris Bainbridge! > > Can you please confirm that the issue you reported at [1] has been > resolved (as suggested by the upstream bug report)? > > [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728312 >

Bug#718272:

2014-06-25 Thread Chris Bainbridge
Luke-Jr wrote: > I agree with Scott's assessment, although I would note that Debian *does* have > a suite that addresses the needs of Bitcoin: stable-updates. Mandatory > protocol rule changes would seem to fall within the "broken by the flow of > time" category. Thoughts? I agree. Scott Howard w

Bug#718272:

2014-06-25 Thread Chris Bainbridge
> For example: if we release Debian Jessie with version 0.8 of bitcoin, and a > security bug is found in that version and fixed upstream, the fix may be based > on top of version 0.10 and unable to be ported to 0.8. A Debian package is allowed to bump versions for a security fix. Is this any diffe

Bug#746330: dependency on virtual package makes package uninstallable

2014-04-29 Thread Chris Bainbridge
Package: chromium Version: 33.0.1750.152-1 Followup-For: Bug #746330 Also fails to install with jessie: The following packages have unmet dependencies: chromium : Depends: libudev0 (>= 146) but it is not installable E: Unable to correct problems, you have held broken packages. Maybe chromium de

Bug#721847:

2014-02-16 Thread Chris Bainbridge
The severity of this bug should be higher as it breaks the Debian installer in many use cases that would otherwise work (eg. user creates partitions on a multiple OS system outside of debian installer, then boots into installer to do the install - this should work, but instead it now fails if the u

Bug#728312: libpam-gnome-keyring: does not properly kill gnome-keyring-daemon before exit, race condition causes pam umount fail

2013-10-31 Thread Chris Bainbridge
Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=711222 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#728312: libpam-gnome-keyring: does not properly kill gnome-keyring-daemon before exit, race condition causes pam umount fail

2013-10-30 Thread Chris Bainbridge
Package: libpam-gnome-keyring Version: 3.4.1-5 Severity: critical Tags: upstream security Justification: root security hole Dear Maintainer, The problem: at logout using pam-mount to umount an encrypted disk fails on Debian Wheezy because gnome-keyring-daemon has an open socket at in ~/.cache /ke