Bug#860454: docker-compose: new upstream release

2017-04-17 Thread Joern Heissler
Package: docker-compose Version: 1.8.0-2 Severity: wishlist Tags: ipv6 Hi, there's a new upstream release 1.12.0 available. In particular, I'd want to use the new feature "enable_ipv6". Could you please update the package? Cheers -- System Information: Debian Release: 9.0 APT prefers

Bug#832804: RFP: asn1crypto -- Python ASN.1 library with a focus on performance and a pythonic API

2016-07-28 Thread Joern Heissler
Package: wnpp Severity: wishlist * Package name: asn1crypto Version : 0.18.1 Upstream Author : Will Bond * URL : https://github.com/wbond/asn1crypto * License : MIT Programming Lang: Python 2+3 Description : Python ASN.1 library with a

Bug#830614: docker-compose: New version

2016-07-09 Thread Joern Heissler
Package: docker-compose Version: 1.5.2-1 Severity: normal Hi, I would like to use the new config syntax (Version 2) of docker-compose, but documentation says it's only available since version 1.6.0+. Could you please upload a new release? https://github.com/docker/compose/releases Thank you!

Bug#820579: msktutil: new upstream

2016-04-10 Thread Joern Heissler
Package: msktutil Version: 0.5.1+git8158aa2b-1+b1 Severity: normal Tags: upstream Hello, I noticed a bug in the msktutil package: Using the --verbose option causes a stack overflow on 64 bit systems. msktldap.cpp:304 should be a ber_len_t, not a sasl_ssf_t. The upstream homepage

Bug#818343: python-apt: incorrectly handles MixedCase package names

2016-03-16 Thread Joern Heissler
at "HelloWorld" is "NONE" even though it's installed. Best Regards Joern Heissler -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (600, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-1-amd64 (SM

Bug#796014: urandom seed not saved on shutdown

2015-08-18 Thread Joern Heissler
Package: initscripts Version: 2.88dsf-59.2 I noticed that /var/lib/urandom/random-seed had a modify date in July (or June?) 2014, i.e. more than a year old, on my debian sid system (packages up2date) which I reboot every few days/weeks. On another system, xubuntu 15.04 (version 2.88dsf-53.2),

Bug#777133: php5-xhprof: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/20-xhprof.ini

2015-02-07 Thread Joern Heissler
On Sat, Feb 07, 2015 at 02:18:53PM +0100, László Böszörményi (GCS) wrote: On Thu, Feb 5, 2015 at 1:38 PM, Joern Heissler debb...@joern.heissler.de wrote: I installed the php5-xhprof package. First problem (not sure if a bug or by intention) is that this module is not enabled by default

Bug#777133: php5-xhprof: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/20-xhprof.ini

2015-02-05 Thread Joern Heissler
Package: php5-xhprof Version: 0.9.4-1+b1 Severity: normal Hello, I installed the php5-xhprof package. First problem (not sure if a bug or by intention) is that this module is not enabled by default; php5enmod xhprof fixed it. Now every time I start php, I get this message: PHP Deprecated:

Bug#752075: RFH: Re: Bug#752075: daemontools-run: Add systemd support

2014-07-05 Thread Joern Heissler
On Fri, Jul 04, 2014 at 03:49:19PM +0200, Michael Biebl wrote: Joern, could you copy the attached file to /etc/systemd/system, run systemctl enable svscanboot.service and report back if your daemontools services are properly started on the next reboot. I don't use daemontools myself, so

Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Joern Heissler
Hi, On Fri, Jul 04, 2014 at 09:08:21AM +, Gerrit Pape wrote: This package hooks into /etc/inittab, does systemd not automatically manage services from inittab? Isn't it systemd having release critical For clarity: daemontools-run does *not* include a file in /etc/init.d/ which systemd

Bug#752075: daemontools-run: Add systemd support

2014-06-19 Thread Joern Heissler
Package: daemontools-run Version: 1:0.76-3 Severity: grave Justification: renders package unusable Hi, Debian decided to use systemd. I'm using a local dnscache (djbdns) for recursive dns lookups, but this service isn't started automatically. I assume that it's because daemontools-run only

Bug#624202: libpci3: lspci -i x crashes

2011-04-26 Thread Joern Heissler
= malloc(len - 2); memcpy(new_name, a-id_file_name, len - 3); new_name[len - 3] = 0; pci_set_name_list_path(a, new_name, 1); return gzopen(a-id_file_name, rb); } Patch: if (len 3 || memcmp(a-id_file_name + len - 3, .gz, 3) != 0) return result; Cheers, Joern Heissler -- System

Bug#622918: manpages-posix-dev: POSIX.1-2008 manpages

2011-04-15 Thread Joern Heissler
Joern Heissler -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions

Bug#562518: how to reproduce

2009-12-25 Thread Joern Heissler
Hi, you can reproduce the problem with this little program, more or less copied from man-db source. If you use it on the mandb.8 file from man-db package, it reads 4096 bytes; the second call to gzread returns 0, although the file size is 6554 bytes. Upgrading to zlib_1.2.3.4.dfsg-2 seems

Bug#247857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247857

2009-02-18 Thread Joern Heissler
Hi, This just happened to me, too. The program processes audio data. For each 16384 byte chunk read, it kills *all* of my processes with kill(-1, SIGTERM); cli[cnum].pid is set to -1 in the signal handler for SIGCHLD. void xdisp_terminate(int cnum) { if (cnum 0 || cnum = NUMCLI)