[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: don't upgrade! libpam problem! [PATCH]



On Tue, Jun 26, 2001 at 12:03:18AM +0200, Harald Dunkel wrote:

> There seems to be a problem with libpam 0.72-26. After an upgrade I
> couldn't login anymore. Even root was gone.

Log in using single-user mode, and apply the following patch:

--- 037_sigCHLD_blocking        Mon Jun 25 15:16:07 2001
+++ 037_sigCHLD_blocking.fix    Mon Jun 25 15:38:56 2001
@@ -15,7 +15,7 @@
 
 +    /* Block SIGCHLD */
 +    sigemptyset(&sigset);
-+    sgaddset(&sigset, SIGCHLD);
++    sigaddset(&sigset, SIGCHLD);
 +    sigprocmask(SIG_BLOCK, &sigset, 0);
 +
      /* fork */

Cheers,
--Andrew



Reply to: