From owner-freebsd-stable@FreeBSD.ORG Tue Aug 28 23:01:41 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 CC48216A418 for ; Tue, 28 Aug 2007 23:01:41 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from slimak.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.freebsd.org (Postfix) with SMTP id 3A2FC13C459 for ; Tue, 28 Aug 2007 23:01:40 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: (qmail 33575 invoked by uid 0); 28 Aug 2007 22:34:58 -0000 Received: from r5j156.net.upc.cz (HELO ?86.49.9.156?) (86.49.9.156) by smtp.dkm.cz with SMTP; 28 Aug 2007 22:34:58 -0000 Message-ID: <46D4A312.3010805@users.sf.net> Date: Wed, 29 Aug 2007 00:34:58 +0200 From: mato User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.6) Gecko/20070821 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Doug Barton References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org 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: Tue, 28 Aug 2007 23:01:41 -0000 Doug Barton wrote: > On Fri, 24 Aug 2007, martinko wrote: > >> 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 >> > > Sure sounds that way. Have you tried doing clean recompiles of those > programs? > > Doug > Doug, I'm not quite sure why after buildworld & installworld I would need to recompile some stuff once again (apart from ports, if necessary, of course). Does it have something to do with -DNO_CLEAN and what exactly ? Anyway, I didn't use it while doing my buildworld. Anyway, I may try what you suggest (asap). Meanwhile, could you pls explain where you looked at for errors and what exactly you did afterwards ?? (I was at lost myself) Cheers, Martin