Bug#253119: Wrong exit status on start if nscd already running

2004-06-07 Thread Thomas Hood
Package: nscd Version: 2.3.2.ds1-13 Severity: normal Tags: patch The initscript returns 1 on start if nscd is already running. That violates policy. To correct this, add the --oknodo option to the start-stop-daemon command that runs on start. --- nscd_ORIG 2004-05-25 20:39:47.0 +0200

Bug#252284: Exits (does not reload) on HUP

2004-06-07 Thread Thomas Hood
If you send nscd the HUP signal (signal 1) then nscd exits; it does not reload as the author of the initscript supposed. If there is some signal that makes nscd restart then that signal should be used. Otherwise 'reload' should be made a synonym for 'restart'. -- Thomas Hood -- To

Bug#252284: Exits (does not reload) on HUP

2004-06-07 Thread Jeroen van Wolffelaar
On Mon, Jun 07, 2004 at 12:22:10PM +0200, Thomas Hood wrote: If you send nscd the HUP signal (signal 1) then nscd exits; it does not reload as the author of the initscript supposed. If there is some signal that makes nscd restart then that signal should be used. Otherwise 'reload' should be

Bug#230219: [PATCH] libc6: SIGSEGV in sunrpc/pmap_prot2.c

2004-06-07 Thread David Kimdon
Hi, So any comments or questions on this report? Any reason there hasn't yet been a response? To summarize: The current rpc code uses the 'next' pointer in a linked list element after after the element has been free()'d. The fix saves the value of the 'next' pointer and uses the saved value

libc6.1 2.3.2.ds1-13 ia64 is broken

2004-06-07 Thread GOTO Masanori
At Sun, 6 Jun 2004 20:21:57 +0200, Rene Engelhard wrote: as grep-excuses shows ncsd depends on libc6 on ia64 where the library is libc6.1 (as you surely know ;) ): glibc (2.3.2.ds1-12 to 2.3.2.ds1-13) Maintainer: GNU Libc Maintainers Too young, only 6 of 10 days old out of date

Bug#222130: [PATCH] : fix invalid __libc_dlclose() in nsswitch.c

2004-06-07 Thread David Kimdon
Hi, So any comments or questions on this report? Any reason there hasn't yet been a response? To summarize: Handles are marked as -1 (not as NULL) if a lookup fails. The code should look for that -1 before trying to free the handle or it will call free() with an invalid pointer. Upstream cvs

Processed: Here's a new initscript

2004-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 229484 important Bug#229484: postinst fails when nscd already running Severity set to `important'. severity 252284 important Bug#252284: nscd: Initscript reload method fails Severity set to `important'. severity 253119 important Bug#253119:

Bug#229273: Here's a new initscript

2004-06-07 Thread Thomas Hood
severity 229484 important severity 252284 important severity 253119 important merge 229273 229484 252284 253119 tags 229273 patch thanks I attach a new initscript for nscd which solves these problems. Here is proof that it works. $ sudo /etc/init.d/nscd start ; echo Retval: $? ; sleep 3 ; ps -C

Re: libc6.1 2.3.2.ds1-13 ia64 is broken

2004-06-07 Thread Colin Watson
On Mon, Jun 07, 2004 at 09:31:23PM +0900, GOTO Masanori wrote: At Sun, 6 Jun 2004 20:21:57 +0200, Rene Engelhard wrote: as grep-excuses shows ncsd depends on libc6 on ia64 where the library is libc6.1 (as you surely know ;) ): [...] Ooh what has happened!? dpkg-deb -I

Bug#253030: libc6.1 2.3.2.ds1-13 ia64 is broken

2004-06-07 Thread LaMont Jones
On Tue, Jun 08, 2004 at 12:39:10AM +0100, Colin Watson wrote: On Mon, Jun 07, 2004 at 09:31:23PM +0900, GOTO Masanori wrote: At Sun, 6 Jun 2004 20:21:57 +0200, Ooh what has happened!? According to the GPG signature on the .changes, it was LaMont ... And I uploaded what the autobuilder

Bug#253119: Wrong exit status on start if nscd already running

2004-06-07 Thread Thomas Hood
Package: nscd Version: 2.3.2.ds1-13 Severity: normal Tags: patch The initscript returns 1 on start if nscd is already running. That violates policy. To correct this, add the --oknodo option to the start-stop-daemon command that runs on start. --- nscd_ORIG 2004-05-25 20:39:47.0 +0200

Bug#252284: Exits (does not reload) on HUP

2004-06-07 Thread Thomas Hood
If you send nscd the HUP signal (signal 1) then nscd exits; it does not reload as the author of the initscript supposed. If there is some signal that makes nscd restart then that signal should be used. Otherwise 'reload' should be made a synonym for 'restart'. -- Thomas Hood

Bug#252284: Exits (does not reload) on HUP

2004-06-07 Thread Jeroen van Wolffelaar
On Mon, Jun 07, 2004 at 12:22:10PM +0200, Thomas Hood wrote: If you send nscd the HUP signal (signal 1) then nscd exits; it does not reload as the author of the initscript supposed. If there is some signal that makes nscd restart then that signal should be used. Otherwise 'reload' should be

Bug#230219: [PATCH] libc6: SIGSEGV in sunrpc/pmap_prot2.c

2004-06-07 Thread David Kimdon
Hi, So any comments or questions on this report? Any reason there hasn't yet been a response? To summarize: The current rpc code uses the 'next' pointer in a linked list element after after the element has been free()'d. The fix saves the value of the 'next' pointer and uses the saved value

libc6.1 2.3.2.ds1-13 ia64 is broken

2004-06-07 Thread GOTO Masanori
At Sun, 6 Jun 2004 20:21:57 +0200, Rene Engelhard wrote: as grep-excuses shows ncsd depends on libc6 on ia64 where the library is libc6.1 (as you surely know ;) ): glibc (2.3.2.ds1-12 to 2.3.2.ds1-13) Maintainer: GNU Libc Maintainers Too young, only 6 of 10 days old out of date

Bug#222130: [PATCH] : fix invalid __libc_dlclose() in nsswitch.c

2004-06-07 Thread David Kimdon
Hi, So any comments or questions on this report? Any reason there hasn't yet been a response? To summarize: Handles are marked as -1 (not as NULL) if a lookup fails. The code should look for that -1 before trying to free the handle or it will call free() with an invalid pointer. Upstream cvs

Processed: Here's a new initscript

2004-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 229484 important Bug#229484: postinst fails when nscd already running Severity set to `important'. severity 252284 important Bug#252284: nscd: Initscript reload method fails Severity set to `important'. severity 253119 important Bug#253119:

Bug#229273: Here's a new initscript

2004-06-07 Thread Thomas Hood
severity 229484 important severity 252284 important severity 253119 important merge 229273 229484 252284 253119 tags 229273 patch thanks I attach a new initscript for nscd which solves these problems. Here is proof that it works. $ sudo /etc/init.d/nscd start ; echo Retval: $? ; sleep 3 ; ps -C

Re: libc6.1 2.3.2.ds1-13 ia64 is broken

2004-06-07 Thread Colin Watson
On Mon, Jun 07, 2004 at 09:31:23PM +0900, GOTO Masanori wrote: At Sun, 6 Jun 2004 20:21:57 +0200, Rene Engelhard wrote: as grep-excuses shows ncsd depends on libc6 on ia64 where the library is libc6.1 (as you surely know ;) ): [...] Ooh what has happened!? dpkg-deb -I

Bug#253030: libc6.1 2.3.2.ds1-13 ia64 is broken

2004-06-07 Thread LaMont Jones
On Tue, Jun 08, 2004 at 12:39:10AM +0100, Colin Watson wrote: On Mon, Jun 07, 2004 at 09:31:23PM +0900, GOTO Masanori wrote: At Sun, 6 Jun 2004 20:21:57 +0200, Ooh what has happened!? According to the GPG signature on the .changes, it was LaMont ... And I uploaded what the autobuilder