From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 04:36:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7098E106564A for ; Thu, 23 Apr 2009 04:36:42 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 413FC8FC0C for ; Thu, 23 Apr 2009 04:36:41 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 1DACB7E837; Wed, 22 Apr 2009 20:36:41 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Thu, 23 Apr 2009 06:36:39 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904230636.39857.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Jake Evans Subject: Re: libc or OpenSSL patches break ssh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 04:36:42 -0000 On Wednesday 22 April 2009 20:11:09 Jake Evans wrote: > Am running 6.4-PRERELEASE. > > Received FreeBSD-SA-09:07.libc / FreeBSD-SA-09:08.openssl notifications > today, applied applicable patches correctly. > > However, now when anyone attempts to connect to my server via SSH, the > connection is closed after they enter their login & password. > > /var/log/messages says the following when they try to login: > > Apr 22 12:53:12 x sshd[75505]: fatal: openpty returns device for which > ttyname fails. > Apr 22 12:53:12 x sshd[75505]: error: chown 0 0 failed: No such file or > directory > Apr 22 12:53:12 x sshd[75505]: error: chmod 0666 failed: No such file or > directory You did a full buildworld and restarted sshd, or just updated openssl? -- Mel