From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JK5Px-000428-EM for garchives@archives.gentoo.org; Wed, 30 Jan 2008 05:23:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17746E07C2; Wed, 30 Jan 2008 05:22:50 +0000 (UTC) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by pigeon.gentoo.org (Postfix) with ESMTP id F201AE07C2 for ; Wed, 30 Jan 2008 05:22:49 +0000 (UTC) Received: by py-out-1112.google.com with SMTP id w53so125391pyg.25 for ; Tue, 29 Jan 2008 21:22:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=7OOqyfEttG7CpNnVT5sGfhA4AodxOHmghmyQgdanZPM=; b=MvjNaJiCLFqQeax93jNgZs4RLaKpGtIJHunDLLcKXVdJ+fh0oKHpI+RSv6E2HQcrr0nqu0vemEzpmTPuuC4HVMjQsHp4Vn9IAHZKw9Dz9SJz2fzuU3m/wbRMDCywIptNVqqJHXR3ko0h7PtiCrJrch7xBAzTiZaXyGM0uBZfC5I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Ic4B5nEHBU5szx3hMLvKcKOuttnyBxRqJ/iSxQXv3jBo7Um8V9kTRNcMEOzg0YawnwiTD+L8CSL6RMACUB3q96WtIgosKLCVFKFd1xa2oBN98AlzeUq1WHJupqNZ+VgMwezlu/wHBLyYCsu/sLU8ysrqJ89gPUnHnkRAsXx3Tdo= Received: by 10.35.26.14 with SMTP id d14mr385422pyj.8.1201670569809; Tue, 29 Jan 2008 21:22:49 -0800 (PST) Received: from ?10.1.1.39? ( [216.106.97.197]) by mx.google.com with ESMTPS id f16sm293779qba.26.2008.01.29.21.22.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Jan 2008 21:22:49 -0800 (PST) Message-ID: <47A009D7.1060707@gmail.com> Date: Wed, 30 Jan 2008 00:23:35 -0500 From: Hal Martin User-Agent: Thunderbird 2.0.0.9 (X11/20071125) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] pam upgrade issue References: <697772.28752.qm@web31704.mail.mud.yahoo.com> In-Reply-To: <697772.28752.qm@web31704.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0acd64ac-736a-4ade-834f-398093c0b4e9 X-Archives-Hash: 677e2bf49305450a2268e8ac2ac3c223 maxim wexler wrote: > Hi group, > > Now emerge -uD world barfs at pam-0.99 and directs me > to > > http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml > Yeah, that guide is useless. I'm assuming that you're trying to update PAM from 0.99.8.1-r1 to 0.99.9.0? > Here, among other things, it says to edit certain > files, but it doesn't say which ones? Unless it means > all of the ones under /etc/pam.d/ I checked several of > them and none mentions pam_stack.so > > It mentions two new packages pam_userdb and > pam_chroot. > 'cd /etc/pam.d/' 'grep pam_chroot *' 'grep 'pam_userdb *' If that doesn't come up with anything, then do this (probably not right, but it worked for me): 'mv /etc/pam.d /etc/pam.d.0.99.8.1-r1' 'mkdir /etc/pam.d' 'emerge -av pam shadow' 'revdep-rebuild' And then after that you have to re-emerge all the applications at have auth files in /etc/pam.d. Probably gonna be (at least) cron, cups, cvs, login, passwd, shadow (already done...), sshd, sudo, and possibly more. Speaking of which, if you can't get to root, you're going to have to do this from a liveCD. Also, I would suggest popping in the Gentoo channel on Freenode, there are some very helpful people there. > Doesn't say to emerge them but I tried nonetheless. > Attempts to emerge them fail with the same notice for > both of them: > > > * Your current setup is using the pam_stack module. > * This module is deprecated and no longer supported, > and since version > * 0.99 is no longer installed, nor provided by any > other package. > * The package will be built (to allow binary package > builds), but will > * not be installed. > * Please replace pam_stack usage with proper include > directive usage, > * following the PAM Upgrade guide at the following > URL > * > http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml > * > > I took a chance and unmerged the deprecated pam and > now I can't su and probably other stuff I don't know > about yet. > Yeah, time for a LiveCD. Probably not the "right" way of doing it, but then again, there is no firmly documented "right" way since I forgot to take notes! >.< -Hal > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > -- gentoo-user@lists.gentoo.org mailing list