From owner-freebsd-current Sat Apr 13 3:28:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from skaarup.org (skaarup.org [130.228.230.140]) by hub.freebsd.org (Postfix) with SMTP id EDEC837B416 for ; Sat, 13 Apr 2002 03:28:14 -0700 (PDT) Received: (qmail 15178 invoked by uid 0); 13 Apr 2002 10:28:13 -0000 Received: from localhost (HELO skaarup.org) (127.0.0.1) by localhost with SMTP; 13 Apr 2002 10:28:09 -0000 Received: (qmail 15170 invoked by uid 1039); 13 Apr 2002 10:28:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Apr 2002 10:28:09 -0000 Date: Sat, 13 Apr 2002 12:28:09 +0200 (CEST) From: Rasmus Skaarup To: freebsd-current@freebsd.org Subject: pam_unix.so error and lock order reversal Message-ID: <20020413122015.L15130-100000@skaarup.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 @skaarup.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have three issues. 1) When logging in, the following appears in messages: Apr 13 12:18:37 laptop login: in openpam_dispatch(): pam_unix.so: no pam_sm_open_session() Apr 13 12:18:38 laptop login: in openpam_dispatch(): pam_unix.so: no pam_sm_close_session() 2) When logged in as root, and su'd to a non-root user, I cannot ssh to a 4.5-STABLE machine.. It just hangs. But when logged in as non-root, it works fine. Is this somekind of security feature? :-) 3) lock order reversal when for instance doing a cvsup Apr 13 12:16:58 laptop kernel: lock order reversal Apr 13 12:16:58 laptop kernel: 1st 0xcc5928e4 KNOTE (UMA zone) @ /usr/src/sys/vm/uma_core.c:491 Apr 13 12:16:58 laptop kernel: 2nd 0xc082a724 PCPU KMAP ENTRY (UMA cpu) @ /usr/src/sys/vm/uma_core.c:1264 I'm running 5.0-CURRENT two hours old. Thanks! Best regards, Rasmus Skaarup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message