From owner-freebsd-current@FreeBSD.ORG Thu Mar 10 06:31:49 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 46C8116A4CE for ; Thu, 10 Mar 2005 06:31:49 +0000 (GMT) Received: from mx-out-02.forthnet.gr (mx-out.forthnet.gr [193.92.150.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B8D43D1D for ; Thu, 10 Mar 2005 06:31:47 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-01.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) j2A6VjjD018144; Thu, 10 Mar 2005 08:31:45 +0200 Received: from mx-as-02.forthnet.gr (mx-as.forthnet.gr [193.92.150.226]) j2A6Vj78031525; Thu, 10 Mar 2005 08:31:45 +0200 Received: from forthnet.gr (athmta05.forthnet.gr [193.92.150.26]) j2A6Vjji012329; Thu, 10 Mar 2005 08:31:45 +0200 Received: from [192.168.136.16] (ppp33-adsl-218.ath.forthnet.gr [62.1.244.218]) by forthnet.gr (8.12.11/8.12.11) with ESMTP id j2A6Vh5u030103; Thu, 10 Mar 2005 08:31:44 +0200 Message-ID: <422FE9D3.7090906@aueb.gr> Date: Thu, 10 Mar 2005 08:31:47 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Edwin Culp References: <7affaed605030917419fa3bd1@mail.gmail.com> In-Reply-To: <7affaed605030917419fa3bd1@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.ORG Subject: Re: Problem with ssh and pam on today's world and kernel. 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: Thu, 10 Mar 2005 06:31:49 -0000 Edwin Culp wrote: > When I try to login to a remote server with ssh I am seeing the > following in the auth.log on the remote server. > > Mar 9 19:24:21 local1 sshd[2450]: fatal: stat(/dev/#C:212:0x0) > failed: No such file or directory > Mar 9 19:24:21 local1 sshd[2450]: error: chown /dev/#C:212:0x0 0 0 > failed: No such file or directory > Mar 9 19:24:21 local1 sshd[2450]: error: chmod /dev/#C:212:0x0 0666 > failed: No such file or directory > > I didn't have this problem yesterday and I've checked configuration, > mergemaster, pam, etc. and have no idea what could be causing it. > > It has me locked me out interactive ssh sessions but commands do work > so I can cvsup and rebuild on the remote machines in case the error is > in today's cvsup. > > Any and all suggestions welcome. Poul-Henning Kamp posted a patch here yesterday in an email titled "[TEST(/review)] major/minor/devname fix". Diomidis