[Touch-packages] [Bug 1718386] [NEW] package libpam-systemd:amd64 229-4ubuntu20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-09-20 Thread Muelli
Public bug reported: just tried to update packages ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libpam-systemd:amd64 229-4ubuntu20 Uname: Linux 4.12.0-999-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 Date: Wed Sep 20 11:21:02 2017 ErrorMessage: subprocess

[Touch-packages] [Bug 1596198] [NEW] unable to decode qr code from image file

2016-06-25 Thread Muelli
Public bug reported: zbarimg --verbose=7 /tmp/qr.png scanned 0 barcode symbols from 1 images in 0.1 seconds WARNING: barcode data was not detected in some image(s) things to check: - is the barcode type supported? currently supported symbologies are: EAN/UPC (EAN-13, EAN-8, UPC-A,

[Touch-packages] [Bug 1551274] Re: creating SRP file crashes openssl

2016-03-08 Thread Muelli
The following patch helps me --- openssl-1.0.2f/crypto/srp/srp_vfy.c 2016-01-28 14:38:31.0 +0100 +++ openssl-1.0.2f-patched/crypto/srp/srp_vfy.c 2016-03-02 12:18:01.320339059 +0100 @@ -588,8 +588,12 @@ BN_free(N_bn); BN_free(g_bn); } -OPENSSL_cleanse(vf,

[Touch-packages] [Bug 1551274] [NEW] creating SRP file crashes openssl

2016-02-29 Thread Muelli
Public bug reported: the following, with "test", "test" as passwords, make openssl crash: touch passwd.srpv ; openssl srp -srpvfile passwd.srpv -add user ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: openssl 1.0.2f-2ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1 Uname:

[Touch-packages] [Bug 1493067] [NEW] ssh-copy-id does not work with fish on the other machine

2015-09-07 Thread Muelli
Public bug reported: ssh-copy-id 10.200.17.160 /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys

[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
*** This bug is a duplicate of bug 1445949 *** https://bugs.launchpad.net/bugs/1445949 ** Also affects: python-pip (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1445949] Re: Version does not conform to PEP440

2015-08-27 Thread Muelli
Are we going to see this fix backported to, say, 15.04? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-apt in Ubuntu. https://bugs.launchpad.net/bugs/1445949 Title: Version does not conform to PEP440 Status in

[Touch-packages] [Bug 1489443] [NEW] python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
Public bug reported: I'm trying to use pip freeze, but it fails: pip freeze Exception: Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in main status = self.run(options, args) File

[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
*** This bug is a duplicate of bug 1445949 *** https://bugs.launchpad.net/bugs/1445949 I think the duplicate status is wrong. I did a sudo apt-get install -t wily python-apt to get 1.0.0~beta3.1ubuntu1 which is the version which is supposed to fix the problem. However, pip freeze still

Re: [Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
*** This bug is a duplicate of bug 1445949 *** https://bugs.launchpad.net/bugs/1445949 On Thu, Aug 27, 2015 at 02:36:19PM -, Barry Warsaw wrote: There's no need, it's already fixed. I confirm that the wily version makes pip freeze work. Will we see a fix in vivid? -- You received this

[Touch-packages] [Bug 1433761] Re: apt-key and add-apt-repository don't honor Acquire::http::Proxy

2015-05-06 Thread Muelli
This is a very annoying bug that hits me very often. It's also the source of yet another place to configure the proxy server. My usual work around is trying to patch all executions of apt-key and friends to use --keyserver-options http-proxy=$http_proxy. It might be possible to patch

[Touch-packages] [Bug 556372] Re: Please remove the plymouth dependency from mountall / cryptsetup

2015-04-09 Thread Muelli
** Tags added: trusty vivid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mountall in Ubuntu. https://bugs.launchpad.net/bugs/556372 Title: Please remove the plymouth dependency from mountall / cryptsetup Status in

[Touch-packages] [Bug 1442051] Re: python2.7 crashed with SIGSEGV in gst_mini_object_init()

2015-04-09 Thread Muelli
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs/1442051 Title: python2.7 crashed with SIGSEGV in

[Touch-packages] [Bug 349469] Re: debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable

2015-03-07 Thread Muelli
I wanted to update my freshly installed 15.04. ** Tags added: vivid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to debconf in Ubuntu. https://bugs.launchpad.net/bugs/349469 Title: debconf: DbDriver config:

[Touch-packages] [Bug 1366799] [NEW] enable copying the stacktrace to clipboard or to export details to a file

2014-09-08 Thread Muelli
Public bug reported: I am debugging a custom Java application with native code (i.e. a shared library via JNI). Not surprisingly, it crashes somewhere. Apport shows me the stacktrace which is very nice. I would like to be able to right click and copy to clipboard so that I can file a bug with the