Bug#757835: nfs-kernel-server: after update 1.2.8-6-1.2.8-8 rpc.mountd starts crashing

2014-08-11 Thread Petr Vandrovec
Hi, it seems to be gcc bug. For inexplicable reason compiler optimized 'if (cp *cp)' to just 'if (*cp)' :-( Changing 'char *cp' to 'char * volatile cp' at line 468 in support/export/client.c is enough to explain to gcc that it has no idea what it is doing, and fixes the crash. I think that

Bug#757835: nfs-kernel-server: after update 1.2.8-6-1.2.8-8 rpc.mountd starts crashing

2014-08-11 Thread Petr Vandrovec
$gcc-4.9 -W -Wall -O1 client.c ./a.out $ Petr On Mon, Aug 11, 2014 at 12:15 PM, Steve Langasek vor...@debian.org wrote: On Mon, Aug 11, 2014 at 11:49:16AM -0700, Petr Vandrovec wrote: Hi, it seems to be gcc bug. For inexplicable reason compiler optimized 'if (cp *cp)' to just 'if (*cp

Bug#519774: libc6: causes many programs not to be able to resolve dns addresses

2009-03-15 Thread Petr Vandrovec
Hello, it seems that DNS resolver is grossly confused, and sends two DNS requests on same socket back to back (strace below is from 'lynx http://www.jeep.com'). In first one DNS server responded only to second packet sent by resolver, and resolve failed (after that mdns was tried, and

Bug#515229: New dash has serious problems with waiting for spawned processes

2009-02-14 Thread Petr Vandrovec
Package: dash Version: 0.5.5.1-1 Severity: critical Hello, new dash has some serious problems with waiting on spawned processes, which completely breaks apt-move - at the end apt-move spawns pipe as shown below: p...@gwy:~$ cat /tmp/err 20768 tty4 S+ 0:00 \_ dash

Bug#429619: openssh-server: password based authentication not working following upgrade

2007-06-21 Thread Petr Vandrovec
Hello, it is still not quite right. To work around 4.6p1-1 bug I enabled 'PasswordAuthenticaion yes' in sshd config file, and it worked great. But for 4.6p1-2 I'm prompted for password, and then thing crashes (Works fine with key based authentication): petr-dev3:/var/log# ssh localhost -l

Bug#428937: ncpfs: FTBFS: ncpm_common.c:1229: error: expected expression before 'struct'

2007-06-15 Thread Petr Vandrovec
Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on i386. Fix below should fix problem. Probably time to release ncpfs-2.2.7, it looks really bad that there is 2000+ warnings in the build.

Bug#375300: new tar behavior and --wildcards

2006-06-26 Thread Petr Vandrovec
no idea why GNU mode behavior should be changed in any way. Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375300: tar 1.15.91 breaks at least apt-listchanges

2006-06-24 Thread Petr Vandrovec
, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#341234: New dash 0.5.3-1 breaks apt-move

2005-11-29 Thread Petr Vandrovec
in his mailbox this way or another. For Debian I would apply patch below, which removes dash/ash detection and forces dash through #!. Thanks, Petr Vandrovec diff -urN apt-move

Bug#339136: Changes in stat package output break apt-move

2005-11-14 Thread Petr Vandrovec
. Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#328568: ssh 4.2p1-3 crash

2005-09-16 Thread Petr Vandrovec
Hello, due to pure luck (new ssh crashed on all my systems except one) I've found workaround - default_realm in [libdefaults] in /etc/krb5.conf must not be empty. default_realm = crashes, default_realm = x works... Petr -- To