From owner-freebsd-questions@FreeBSD.ORG Wed Apr 22 18:54:47 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 D40031065670 for ; Wed, 22 Apr 2009 18:54:47 +0000 (UTC) (envelope-from jakeevans@ircds.com) Received: from awww.jeah.net (awww.jeah.net [208.98.20.9]) by mx1.freebsd.org (Postfix) with ESMTP id 986668FC23 for ; Wed, 22 Apr 2009 18:54:47 +0000 (UTC) (envelope-from jakeevans@ircds.com) Received: from awww.jeah.net (localhost.jeah.net [127.0.0.1]) by awww.jeah.net (8.14.3/8.14.3) with ESMTP id n3MIsjq0099642 for ; Wed, 22 Apr 2009 13:54:45 -0500 (CDT) (envelope-from jakeevans@ircds.com) Received: from localhost (jakeevans@localhost) by awww.jeah.net (8.14.3/8.12.2/Submit) with ESMTP id n3MIsjbd099637 for ; Wed, 22 Apr 2009 13:54:45 -0500 (CDT) X-Authentication-Warning: awww.jeah.net: jakeevans owned process doing -bs Date: Wed, 22 Apr 2009 13:54:44 -0500 (CDT) From: Jake Evans X-X-Sender: jakeevans@awww.jeah.net To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on awww.jeah.net 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: Wed, 22 Apr 2009 18:54:48 -0000 Figured it out. The libc patch instructions don't tell you to rebuild libutil. You need to do that. On Wed, 22 Apr 2009, 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >