From owner-freebsd-current@FreeBSD.ORG Sat May 14 07:25:15 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E044F16A4CE for ; Sat, 14 May 2005 07:25:15 +0000 (GMT) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495BE43D97 for ; Sat, 14 May 2005 07:25:15 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 1D4C24EFCFB; Sat, 14 May 2005 15:25:13 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 1287E4EFCFA; Sat, 14 May 2005 15:25:13 +0800 (CST) Date: Sat, 14 May 2005 15:25:13 +0800 (CST) From: Tai-hwa Liang To: Daniel Eriksson In-Reply-To: Message-ID: <0505141523488.66026@www.mmlab.cse.yzu.edu.tw> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-current@FreeBSD.org Subject: Re: PAM breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 07:25:16 -0000 On Sat, 14 May 2005, Daniel Eriksson wrote: > > Somewhere between 2005.05.12.19.00.00 and 2005.05.13.18.10.00 PAM (or > something PAM relies on) got messed up. Installing a system with the later > date will prevent you from logging in, both via ssh and on the console. > Using ssh results in the following console output: > > sshd[530]: fatal: openpty returns device for which ttyname fails. > sshd[530]: error: chown 0 0 failed: No such file or directory > sshd[530]: error: chmod 0666 failed: No such file or directory Does backing out ttyname related changes work for you? http://lists.freebsd.org/pipermail/cvs-src/2005-May/046254.html