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 3BBBB138A03 for ; Wed, 13 Feb 2013 19:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC12121C08A; Wed, 13 Feb 2013 19:29:11 +0000 (UTC) Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48AA221C04C for ; Wed, 13 Feb 2013 19:29:10 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id k11so2209104iea.10 for ; Wed, 13 Feb 2013 11:29:09 -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 :content-type:content-transfer-encoding; bh=MWzf/dgMvcJH9w8VaEH5Cgt3g4DGuhCnImveRchKJEQ=; b=BHNkKNT9QIkJfWM9kVrUbqwthMHmTXdxR0qd7WvW/+GVA1tDPb6bxCqjhqmrDwm+zr v37fo/mUMz2szBvOiuOB1zSxVw+BJJhsqAPK4fpMIHgdadlbOSxi0ofOKSJAe6uoFDmd P3KMe9Ls2hQ6dmaFgHsQYA2g4mkLwtD3PUc6ZUQqlwseP7mN8xU8pmfObvIK9fLBGlEF NiZNelmoCU9JZP7v65wJGJAVA67i/X0w1RCEeDH0tIFjSvq/fAh//5dshFP+nNhJzscf 2xb0oNF67/QA0KDTZmQHkdJaS1LVhAMgDt3zor+iCdxdvPZEgisHdImW7kedrY3ceOM8 k7SQ== X-Received: by 10.50.47.168 with SMTP id e8mr13549620ign.50.1360783749559; Wed, 13 Feb 2013 11:29:09 -0800 (PST) Received: from [192.168.247.60] (76-10-184-217.dsl.teksavvy.com. [76.10.184.217]) by mx.google.com with ESMTPS id br7sm38204176igb.0.2013.02.13.11.29.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 11:29:08 -0800 (PST) Message-ID: <511BE981.6030803@gmail.com> Date: Wed, 13 Feb 2013 11:29:05 -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: [gentoo-user] pam_get_uid: no such user Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 36dfafaf-91ae-41af-9988-0e1d4ac88406 X-Archives-Hash: a86b6ba812d785fd3b5c53c569baec4b I updated my "server" a while back, and just recently I noticed this in /var/log/messages: Feb 13 11:26:14 coretwoduo login[25575]: pam_tally2(login:auth): pam_get_uid; no such user I have thousands of entries in my logs. It doesn't seem to prevent me from logging in though. I have figured out that it's looking for a user 'auth'? I don't see that on my system. Is this a misconfiguration of pam? Or update gone wonky? I've never seen this before. Dan