From owner-freebsd-current@FreeBSD.ORG Sat May 14 03:40:56 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 B16C916A4CE for ; Sat, 14 May 2005 03:40:56 +0000 (GMT) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE6043D70 for ; Sat, 14 May 2005 03:40:55 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from sentinel (195.198.193.104) by pne-smtpout1-sn1.fre.skanova.net (7.1.026.7) id 42650A3B00649F2F for freebsd-current@FreeBSD.org; Sat, 14 May 2005 05:40:54 +0200 From: "Daniel Eriksson" To: Date: Sat, 14 May 2005 05:40:50 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcVYNrjnOXYcvuShRs+XUH1JU3x1Pw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: 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 03:40:56 -0000 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 /Daniel Eriksson