From owner-freebsd-stable@FreeBSD.ORG Fri Aug 24 18:31:36 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 526E216A419 for ; Fri, 24 Aug 2007 18:31:36 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF7713C45E for ; Fri, 24 Aug 2007 18:31:35 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOdwL-0002Uc-Pa for freebsd-stable@freebsd.org; Fri, 24 Aug 2007 20:31:25 +0200 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 20:31:25 +0200 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 20:31:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Fri, 24 Aug 2007 20:31:14 +0200 Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.6) Gecko/20070821 SeaMonkey/1.1.4 In-Reply-To: Sender: news Subject: Re: Recent PAM changes worth an UPDATING entry? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:31:36 -0000 Doug Barton wrote: > Howdy, > > I just rebuilt and installed my world on my 6-stable box, and ran into a > snag. Like a lot of users I use -DNO_CLEAN in buildworld since this is a > very slow box that I use mostly as a file/dns server. After rebooting I > could ssh in ok (probably because I don't use PAM for sshd) but couldn't > su, or log in at the console. > > After looking at the errors, I figured out that I needed to completely > recompile stuff related to PAM. Just to be on the safe side I did > libpam, login, su, and getty. After that I was able to log in normally > from the console, and su from either terminal. > > IMO this is worth an entry in UPDATING since I probably won't be the > only user who stumbles across this. > > Doug > Doug, Could it possibly be related to the following issue of mine ?? : http://lists.freebsd.org/pipermail/freebsd-questions/2007-July/153137.html Cheers, Martin