Bug#1027932: SpellFix: programming error in itcl 3.4.4

2023-01-04 Thread Joern
Package: itcl3 Version: 3.4.4-1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of t

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 unstabl

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 focus on performa

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 http://fuhm.net/

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

2016-03-16 Thread Joern Heissler
Uninstall the package and install the other. Rerun python code. - You can see that "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&#

Bug#796014: urandom seed not saved on shutdown

2015-08-18 Thread Joern Heissler
), the date of that file is August 06 2015, which is the date I installed the system. I reboot that one daily. To make sure it's not simply a timestamp that doesn't get updated, I compared the files between two reboots. Is that normal behaviour? Cheers Joern

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 > 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 de

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: Comm

Bug#774116: this could be a solution...

2015-01-30 Thread Joern Koerner
http://de.tabos.org/forum/viewtopic.php?f=6&t=3832&p=6170&hilit=jessie#p6170 Solution: apt-get source roger-router and change debian/rules to --with-cups and --with-gstreamer1 to "no" -- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

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. > >

Bug#752075: daemontools-run: Add systemd support

2014-07-04 Thread Joern Heissler
e any better way? My knowledge of Debian's policies is limited, so if you believe that my reasoning above is flawed, please point me to the relevant sections of the docs. Cheers Joern -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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 suppor

Bug#719326: mysql-client-5.5: innotop does not work because perl lib is missing

2013-08-10 Thread Joern Bredereck
Package: mysql-client-5.5 Version: 5.5.31+dfsg-0+wheezy1 Severity: normal Dear Maintainer, there seems to be a missing dependency on the package "libterm-readkey-perl". Running "innotop" without the above package being installed leads to the following error message: perl5 /usr/share/perl5 /us

Bug#706484: racy creation of logrotate.state file causing lost logfiles

2013-04-30 Thread Joern Engel
Package: logrotate Version: 3.7.8-6 Severity: critical Tags: upstream Justification: causes serious data loss Bug occurred with 3.7.8-6ubuntu3.1, but is present in Debian and all upstream versions up to and including 3.8.4. When writing the state file, logrotate essentially does fopen(); fprinf(

Bug#624202: libpci3: lspci -i x crashes

2011-04-26 Thread Joern Heissler
s in .gz even if it's shorter than 3 chars */ new_name = 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_na

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

2011-04-15 Thread Joern Heissler
regards 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 /

Bug#593465: squirrelmail: Unimplemented function, sqimap_run_literal_command() after security update

2010-10-15 Thread Joern Merkel
Hi, this funtion simply does not exist in imap_general.php. Copied it over from here: http://squirrelmail.org/docs/stable-code/__filesource/fsource_squirrelmail_imap_functionsimap_general.php.html#a79 I do not know why this function is missing. Was there an security issue? Kind regards JM

Bug#476519: happen on debian 5, too

2010-10-14 Thread Joern Merkel
Hi, I got the same Problem on a freshly installed Debian 5-box. # uname -a Linux mail3 2.6.26-2-amd64 #1 SMP Thu Sep 16 15:56:38 UTC 2010 x86_64 GNU/Linux trying: # su cyrus cy...@mail3:/tmp$ dexit however, if I tried to strace it, it won't happen: # strace su cyrus rt_sigprocmask(SIG_BL

Bug#562518: how to reproduce

2009-12-25 Thread Joern Heissler
= gzdopen(0, "r"); if(!zlibfile) abort(); for(;;) { char buffer[4096]; int r = gzread (zlibfile, buffer, 4096); if(r <= 0) break; if(fwrite(buffer, 1, (size_t) r, stdout) < (size_t) r) break; } gzclose(zlibfile);

Bug#559347: gcrontab: the gcrontab helpfile is not linked correctly (debian lenny)

2009-12-03 Thread Joern Bottenhorn
tab-DOC.000.html". (found using "locate gcrontab | grep gcrontab-DOC.000.html") Please let me know if you need any further details. Regards, Joern

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)

Bug#502071: ktorrent: Ktorrent uses 100% CPU and leaks memory at about 100MB/hour

2008-10-18 Thread Joern Engel
Package: ktorrent Version: 3.1.3+dfsg.2-1 Followup-For: Bug #502071 Problem did not occur after a fresh install, but showed up some time later. Might depend on the torrents actually being downloaded. If you need a core dump or anything similar, I'd love to provide one. -- System Information: De

Bug#428035: libc6: timmes() returns large negative integer in case of failure instead of -1.

2007-06-08 Thread Dr. Joern Wuestenfeld
Package: libc6 Version: 2.5-10 Severity: important -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.12.5-om (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh l

Bug#356267: joe does not preserve timestamps of backup files

2006-03-10 Thread Joern Tappe
Package: joe Version: 3.1-0.2 Upon saving a modified file, joe 3.1-0.2, as well as joe 3.3-2, retains the original file as file~, but sets its timestamp to that of the newly edited file: # ls -l -rw-r--r--1 root root 276 Dec 31 1999 test # jstar test # ls -l -rw-r--r--1 root root

Bug#307066: xmms: skips all songs but the last one in a playlist

2005-04-30 Thread Joern
The libkvixmms module does work again: I unloaded the libkvixmms module, restarted kVirc and XMMS and then loaded the module again - made both work perfectly again. So I suppose the bug could be closed :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#307066: xmms: skips all songs but the last one in a playlist

2005-04-30 Thread Joern
I totally forgot about the libkvixmms.so plugin I had loaded in KVirc, seems like that it was interacting with xmms in a unwanted way causing the strange behaviour. So I guess it`s very probably not an XMMS bug, sorry for the inconvenience and thanks to Christopher Martin giving a hint to the probl

Bug#307066: xmms: skips all songs but the last one in a playlist

2005-04-30 Thread Joern
Subject: xmms: skips all songs but the last one in a playlist Package: xmms Version: 1.2.10+cvs20050209-2 Severity: grave Justification: renders package unusable *** Please type your report below this line *** XMMS skips all tracks in a playlist and just plays the last song. If you put more songs

Bug#254785: purging dhcp3-server gives an error

2005-01-12 Thread Joern Abatz
&& rmdir --ignore-fail-on-non-empty /var/lib/dhcp3/ - -- Joern -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFB5Pl7vMfQeSoJHBkRAqz9AJ90ErUVoTe+FgcE/hRzUCNBxnvRFgCeO+xS 9tL0bhD9AOKBRrrasbsYN0M= =a3i/ -END PGP SIGNATURE---