Bug#339042: buffer overflow in bsdmainutils/column [patch included]

2005-11-14 Thread Lars Ellenberg
+= DEFCOLS; } if ((t->list = calloc(coloff, sizeof(char *))) == NULL) Thanks, -- : Lars Ellenberg Tel +43-1-8178292-0 : : LINBIT Information Technologies GmbHFax +43-1-8178292-82 : : Schoenbrunner Str. 244

Bug#639551: csync2 sqlite3 support?

2011-08-29 Thread Lars Ellenberg
2.0, I can find some time this week and tag it as such, as it is. If you get any bug reports or other feedback, contact me, and if the bug report is well written, we should be able to deal with it promptly. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consu

Bug#248300: nfs-kernel-server: exportfs -f uses wrong path in init script

2007-06-14 Thread Lars Ellenberg
nd the umount is happy... I have no idea why there are still nfsd threads after "nfs-kernel-server stop"... depending on circumstances, you may need to "echo $somenumber > /proc/fs/nfsd/threads" afterwards. if that works for you, too, feel free to notify upstream :) -- : Lar

Bug#248300: nfs-kernel-server: exportfs -f uses wrong path in init script

2007-07-14 Thread Lars Ellenberg
he nfs-utils package really can do anything > about. What kernel are you using? this is reproducable with various kernels. I seem to remember some "home grown" (kernel.org) 2.6.16, as well as debian default 2.6.18, and backports 2.6.20. > Could a reassign be appropriate?

Bug#310968: segfault after starttls fixed upstream in libesmtp 1.0.4 since years

2008-05-16 Thread Lars Ellenberg
this bug is fixed upstream. also see my bug report about the same issue in https://bugs.launchpad.net/ubuntu/+source/libesmtp/+bug/227677 please upgrade to libesmtp 1.0.4. (plus the one-line patch for set_sender provided in https://bugs.launchpad.net/ubuntu/+source/libesmtp/+bug/227680) L

Bug#294231: this bug still present in recent sid upload! libesmtp-dev: libesmtp segfaults when trying to set Sender: Header

2008-06-05 Thread Lars Ellenberg
tag 294231 patch thanks. the patch given in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=294231#5 is incorrect, imho. mbox->next was intentionally set to NULL. the bug was a copy'n'paste error from elsewhere, the correct patch against libesmtp 1.0.4 is: --- headers.c.orig 2008-05-07 12:33:23

Bug#352341: aptitude hung in 100% cpu endless loop in prompt_string() [patch to fix included]

2006-02-11 Thread Lars Ellenberg
Package: aptitude Version: 0.2.15.9-2 aptitude sometimes goes into an endless loop. problem is the implementation of prompt_sting in src/cmdline/cmdline_prompt.cc line 263 ... static string prompt_string() { string rval; char buf[1024]; cin.getline(buf, 1023); rval

Bug#598549: [Linux-ha-dev] Fwd: [Debian-ha-maintainers] Bug#598549: cluster-agents: CVE-2010-3389: insecure library loading

2010-10-01 Thread Lars Ellenberg
On Thu, Sep 30, 2010 at 10:44:42AM +0900, Simon Horman wrote: > Hi linux-ha-dev, > > I received this through the Debian bug tracker. > Its not immediately clear to me what an appropriate fix would be. > > - Forwarded message from Raphael Geissert - > > Date: Thu, 30 Sep 2010 00:36:56 +0

Bug#508834: grub-common: grub-probe is painfully slow to execute due to excessive ioctl(BLKFLSBUF)

2010-01-12 Thread Lars Ellenberg
as I just now was in the situation to call update-grub quite a few times and hit this bug, and found it somewhat annoying, I tried to track it down. # time update-grub Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /bo

Bug#543941: Ping! OpenVPN with LDAP+TLS authentication runs into file exhaustion

2009-11-08 Thread Lars Ellenberg
On Thu, Nov 05, 2009 at 10:43:29AM +0100, Simon Josefsson wrote: > Lars Ellenberg writes: > > > OpenVPN with LDAP+TLS authentication runs into file exhaustion > > > >> Issue is only happening when LDAP is used with TLS support. On every > >> authenticati

Bug#543941: OpenVPN with LDAP+TLS authentication runs into file exhaustion -- Analysis and suggested workaround.

2009-10-24 Thread Lars Ellenberg
~/src/try$ strace -e open ./try 2>&1 | grep urandom open("/dev/urandom", O_RDONLY) = 4 Cheers, -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Aus

Bug#890901: multiple pv -c : terminal left in -icanon -echo tostop

2018-02-20 Thread Lars Ellenberg
Package: pv Version: 1.6.6-1 Severity: normal Dear Maintainer, On almost every try, seq 200 | pv -abc -N A | pv -abc -N B | pv -abc -N C > /dev/null leaves my terminal with echo disabled (no reaction to typing). It can be restored by blindly typing "reset" and/or "stty sane". This happens bec