From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4FB321389E6 for ; Thu, 14 Feb 2013 03:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3FB821C0B7; Thu, 14 Feb 2013 03:25:33 +0000 (UTC) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0335E21C01B for ; Thu, 14 Feb 2013 03:25:31 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id 9so2657039iec.32 for ; Wed, 13 Feb 2013 19:25:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=IAoYkXeWZ9xWnc44tGB2my1b+cjJpuWqmATRsgfAhWs=; b=laALnOIJsVNx05V40BlTf9hLLbd0QwA/r0nfRHcLxx8Z42xlmwXvlOWH3Syb4hF1Ue CYVgTVqEOBEZCSREYtMvDED/W/adIZudOvBYtVZFpCSSFmJGYoDWdeiXmVaocGOGTCi5 u1S+UbXiq1hfuFGu7zS1qSgSLHnKAJ5NSolvX3W3PHIz/6BM8IrfNysp9WvFvclXBA5Z 5vn2fy0U/jhWlzVUefBrXwv61QkWFj7Y2vBh0JxCPcCmV0lY0IaBgoDjxSaVYF4Mz1AV YUxGOfSudBDozZlR0Focr5dDvS/3aLis+qO+7IwY0AmYA2/M0C1lVHqxSmPF/3+BNFvR hx+w== X-Received: by 10.50.236.38 with SMTP id ur6mr16051105igc.19.1360812331281; Wed, 13 Feb 2013 19:25:31 -0800 (PST) Received: from [192.168.247.60] (76-10-184-249.dsl.teksavvy.com. [76.10.184.249]) by mx.google.com with ESMTPS id eg7sm40394381igc.7.2013.02.13.19.25.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 19:25:30 -0800 (PST) Message-ID: <511C5928.2050408@gmail.com> Date: Wed, 13 Feb 2013 19:25:28 -0800 From: Daniel Frey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130131 Thunderbird/17.0.2 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] Re: pam_get_uid: no such user References: <511BE981.6030803@gmail.com> <511C1907.6020801@gmail.com> In-Reply-To: <511C1907.6020801@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4d34449c-42bb-468f-bb7f-a5e8016bd938 X-Archives-Hash: 2322c6261ea8b3a210f563834c6a04e5 On 02/13/2013 02:51 PM, walt wrote: > > For sure there is no user named auth on my machines, so something must be > wrong somewhere. Just for fun I ran "emerge -p /etc/pam.d/ and got this: > > #emerge -p /etc/pam.d/ > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] sys-auth/pambase-20120417-r1 > [ebuild R ] sys-apps/shadow-4.1.5.1-r1 > [ebuild R ] net-mail/mailbase-1.1 > [ebuild R ] app-admin/sudo-1.8.6_p6 > [ebuild R ] sys-auth/polkit-0.110 > [ebuild R ] sys-apps/openrc-0.11.8 > [ebuild R ] net-print/cups-1.6.1 > [ebuild R ] net-misc/openssh-6.1_p1-r1 > [ebuild R ] net-fs/samba-3.6.12 > > I mention this mostly because I learned very recently that emerge will > accept a directory name and rebuild all of the packages that install > files there. Maybe it won't help you but I'm looking for any excuse > to use that new trick :) (Some wise gentooer posted that revelation > here in the last month or so and I can't recall who it was, sorry.) > Well, I did some poking around and googling, and it does appear like a configuration issue. I'm in the middle of syncing right now, hopefully an update will fix it. Others reported issues of not being able to log in at all. One other thing I noticed is my crons stopped running around the same time, I'll bet it's related. Dan