[Reportbug-maint] Bug#768533: ImportError: cannot import name HTTPSConnection

2014-11-08 Thread 積丹尼 Dan Jacobson
Package: reportbug Version: 6.6.0 Severity: grave $ reportbug --template apt-show-versions Traceback (most recent call last): File /usr/bin/reportbug, line 38, in module from reportbug import utils File /usr/lib/python2.7/dist-packages/reportbug/utils.py, line 70, in module import

[Reportbug-maint] Bug#768535: reportbug : Cannot import name HTTPSConnection

2014-11-08 Thread Ludovic Lebègue
Package: reportbug Version: 6.6.0 Severity: grave Hi, reportbug cannot be launch. It show a stacktrace : Traceback (most recent call last): File /usr/bin/reportbug, line 38, in module from reportbug import utils File /usr/lib/python2.7/dist-packages/reportbug/utils.py, line 70, in

[Reportbug-maint] Processed: merging 768533 768535

2014-11-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: merge 768533 768535 Bug #768533 [reportbug] ImportError: cannot import name HTTPSConnection Bug #768535 [reportbug] reportbug : Cannot import name HTTPSConnection Merged 768533 768535 thanks Stopping processing here. Please contact me if you

[Reportbug-maint] Bug#741930: Re: Bug#741930: reportbug: add current init system information

2014-11-08 Thread Jonathan de Boyne Pollard
Sandro Tosi: what is the recommended way to identify sysvinit? from the info provided above one requires to check a dir existence and the checking a command and then execute it to parse its output. it seems a bit fragile, and maybe only upstart check really the running processes There

[Reportbug-maint] Bug#768533: ImportError: cannot import name HTTPSConnection

2014-11-08 Thread Salvatore Bonaccorso
Control: severity -1 important Hi, On Sat, Nov 08, 2014 at 02:50:44PM +0800, 積丹尼 Dan Jacobson wrote: Package: reportbug Version: 6.6.0 Severity: grave $ reportbug --template apt-show-versions Traceback (most recent call last): File /usr/bin/reportbug, line 38, in module from

[Reportbug-maint] Processed: Re: Bug#768533: ImportError: cannot import name HTTPSConnection

2014-11-08 Thread Debian Bug Tracking System
Processing control commands: severity -1 important Bug #768533 [reportbug] ImportError: cannot import name HTTPSConnection Bug #768535 [reportbug] reportbug : Cannot import name HTTPSConnection Severity set to 'important' from 'grave' Severity set to 'important' from 'grave' -- 768533:

[Reportbug-maint] Bug#768533: downgrading openssl doesn't help

2014-11-08 Thread Salvatore Bonaccorso
Hi Dan, On Sun, Nov 09, 2014 at 04:23:01AM +0800, 積丹尼 Dan Jacobson wrote: # set openssl # apt-cache policy $@ openssl: Installed: 1.0.2~beta3-1 Candidate: 1.0.2~beta3-1 Version table: *** 1.0.2~beta3-1 0 990 http://ftp.tw.debian.org/debian/ experimental/main i386 Packages

[Reportbug-maint] Bug#768533: downgrading openssl doesn't help

2014-11-08 Thread 積丹尼 Dan Jacobson
OK thanks Salvatore! I am now back in business with # aptitude install libssl1.0.0/unstable The following packages will be DOWNGRADED: libssl1.0.0 dpkg: warning: downgrading libssl1.0.0:i386 from 1.0.2~beta3-1 to 1.0.1j-1 # aptitude forbid-version libssl1.0.0

[Reportbug-maint] Processed: reassign 768533 to libssl1.0.0

2014-11-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 768533 libssl1.0.0 Bug #768533 [reportbug] ImportError: cannot import name HTTPSConnection Bug #768535 [reportbug] reportbug : Cannot import name HTTPSConnection Bug reassigned from package 'reportbug' to 'libssl1.0.0'. Bug reassigned

[Reportbug-maint] Bug#741930: Re: Bug#741930: reportbug: add current init system information

2014-11-08 Thread Steve Langasek
On Sat, Nov 08, 2014 at 10:15:46AM +, Jonathan de Boyne Pollard wrote: There isn't really a reliable way to identify any of these as the current running system, and upstart is not checking the running processes either. snip * To check for upstart as the running system manager, one