From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 10:58:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A9716A4CE for ; Thu, 2 Dec 2004 10:58:51 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D017D43D55 for ; Thu, 2 Dec 2004 10:58:50 +0000 (GMT) (envelope-from FreeBSD@amadeus.demon.nl) Received: from amadeus.demon.nl ([82.161.18.200]:49413 helo=[10.0.1.1]) by post-24.mail.nl.demon.net with esmtp (Exim 4.34) id 1CZofh-0007Na-Kq for freebsd-questions@freebsd.org; Thu, 02 Dec 2004 10:58:49 +0000 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <27B69157-4451-11D9-AEDA-0003939726F0@amadeus.demon.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd From: FreeBSD questions mailing list Date: Thu, 2 Dec 2004 11:58:53 +0100 X-Mailer: Apple Mail (2.619) Subject: ssh error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:58:51 -0000 Hello, I recently upgraded from 5.2.1 to 5.3 and I ran into a problem that i can't seem to solve... I want to ssh from a local computer to my firewall running sshd. This used to work without any errors in the past but after the upgrade I get the following errors on both comps: Error on ssh computer: Warning: no access to tty (Bad file descriptor). Thus no job control in this shell. (This computer then locks the shell completely) Error on sshd computer (amadeus): Dec 1 2:16:17 amadeus sshd[11565]: error: openpty: No such file or directory Dec 1 2:16:17 amadeus sshd[11568]: error: session_pty_req: session 0 alloc failed (I've tried to ssh from the firewall comp to itself resulting in the same errors) The login process goes well and there are processes on the firewall showing that there is a connection. There's just no shell... I have device pty in my kernel. It used to work fine in 5.2.1 Thanks, Arno