Bug#45729: no docs in nscd package

1999-09-22 Thread Thomas Gebhardt
Package: nscd Version; 2.1.2-1 Hi, it seems that there is no documentation on the nscd contained in the package. At least some pointer to the relevant information should be provided in /usr/share/doc/nscd or in a dummy nscd man page. Kind Regards, Thomas -- Th. Gebhardt ([EMAIL PROTECTED])

Bug#45104: setsid() breakage

1999-09-22 Thread Marcus Brinkmann
On Wed, Sep 22, 1999 at 03:42:23PM +0200, Mark Kettenis wrote: After installation of a new libc with these changes, programs started from the console have stopped responding to ^C. The output from `ps' seems to indicate that there is no controlling terminal. Shouldn't we set the

Bug#45104: setsid() breakage

1999-09-22 Thread Roland McGrath
After installation of a new libc with these changes, programs started from the console have stopped responding to ^C. The output from `ps' seems to indicate that there is no controlling terminal. Shouldn't we set the controlling terminal in `runttys' (after doing the `setsid')? Hmm. I

Bug#45104: setsid() breakage

1999-09-22 Thread Mark Kettenis
Date: Wed, 22 Sep 1999 12:55:20 -0400 From: Roland McGrath [EMAIL PROTECTED] After installation of a new libc with these changes, programs started from the console have stopped responding to ^C. The output from `ps' seems to indicate that there is no controlling terminal.

Bug#45104: setsid() breakage

1999-09-22 Thread Mark Kettenis
Date: Wed, 22 Sep 1999 22:22:46 +0200 (CEST) From: Mark Kettenis [EMAIL PROTECTED] There something else going on. I'll try to debug the problem and see if I can come up with a solution. I think I found the problem. `getty' sets the controlling terminal, but `login' doesn't pass it

Bug#45104: setsid() breakage

1999-09-22 Thread Roland McGrath
D'oh! Ok, I reverted that change and checked in your other fix to login. But why did the extra ioctl do harm?