From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DwNZG-000837-8m for garchives@archives.gentoo.org; Sat, 23 Jul 2005 17:13:42 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6NHBrkt031863; Sat, 23 Jul 2005 17:11:53 GMT Received: from smtp107.mail.sc5.yahoo.com (smtp107.mail.sc5.yahoo.com [66.163.169.227]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6NH6Ns9018197 for ; Sat, 23 Jul 2005 17:06:24 GMT Received: (qmail 53452 invoked from network); 23 Jul 2005 17:07:04 -0000 Received: from unknown (HELO ?192.168.50.105?) (richard?j?fish@212.180.33.26 with plain) by smtp107.mail.sc5.yahoo.com with SMTP; 23 Jul 2005 17:07:03 -0000 Message-ID: <42E279E8.5020000@asmallpond.org> Date: Sat, 23 Jul 2005 19:10:00 +0200 From: Richard Fish User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050723) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] lost /lib/security/pam_console.so References: <42E182AE.6050702@gmail.com> <1122100203.18288.5.camel@localhost> <42E1F5DB.1080105@asmallpond.org> <42E25FCD.8080906@gmail.com> In-Reply-To: <42E25FCD.8080906@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 9343df95-449d-4e5d-b1c8-8a11e59b26de X-Archives-Hash: 5e0f0aa727d575e0ae0c55bc0c45fe5d George Roberts wrote: > Richard Fish wrote: > >> Peter Gordon wrote: >> >>> Try setting the "pam_console" USE flag and re-emerging pam: >>> # echo "sys-libs/pam pam_console" >> /etc/portage/package.use >>> # emerge sys-libs/pam >>> >>> Although, it's rather odd that you are unable to login. I do not have >>> pam_console either but I can still login through gdm just fine (with a >>> similar warning in my system log). >>> >>> >> >> If /etc/pam.d/gdm specifies pam_console, then this is why it is >> required. George, can you post the contents of that file? >> >> -Richard >> > I just downgraded my baselib and pam after I found a simular issue in > the forums. But gdm still not working. > I don't have the time to check the logs (yuck work) this morning, will > check them tonight. > Here is my currant /etc/pam.d/gdm > #%PAM-1.0 > auth optional pam_env.so > auth include system-auth > auth required pam_nologin.so > account include system-auth > password include system-auth > session include system-auth > Ok, so we include system-auth. Then we also need to look at /etc/pam.d/system-auth. Also, what you have is the version of the pam config file from gdm-2.6.0.9-r3 (the ~x86 version). Earlier (non ~x86) versions use a different gdm configuration for pam: #%PAM-1.0 auth required /lib/security/pam_env.so auth required /lib/security/pam_stack.so service=system-auth auth required /lib/security/pam_nologin.so account required /lib/security/pam_stack.so service=system-auth password required /lib/security/pam_stack.so service=system-auth session required /lib/security/pam_stack.so service=system-auth session optional /lib/security/pam_console.so As you can see, pam_console.so is referenced directly here. Can you confirm that you still get the error about pam_console.so with -r3, or only with earlier versions of gdm? -Richard -- gentoo-user@gentoo.org mailing list