From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 30 06:45:04 2007 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631DE16A418 for ; Mon, 30 Jul 2007 06:45:04 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2D69613C4A7 for ; Mon, 30 Jul 2007 06:45:04 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2814563pye for ; Sun, 29 Jul 2007 23:45:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HwTNWXxbK5ZLHXKo3qmpMYvysSuyMwR+EejNzikxZ0pHY2W95E4/C/mXpzuUxEfQG823Ls3pOTBMDamM+QMfoPU2ETYGjWBSaUhwJrAJBD7/GVFtJkaWzwgNNCtCrGJixlk0rIWxDLDL0Cs6S7VFtiwWsoooToHyoZbGZyW4l1g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L172meAmZHvTM+H7bviWbPyUOmqAnVKXpgya+vAdask771SSAKQYsv94hOUqKOjsePEfTfV4A9xEs/05L1wIDVsCCFvLu4C8sltItfxiVMjyk+oCuEqCoJyDFXbpSnzZDCMkLeowxHh5qVYyTE8AejDV3GYLEaL4kRSwun14fGU= Received: by 10.115.79.1 with SMTP id g1mr5259623wal.1185776231144; Sun, 29 Jul 2007 23:17:11 -0700 (PDT) Received: by 10.114.125.14 with HTTP; Sun, 29 Jul 2007 23:17:11 -0700 (PDT) Message-ID: <7579f7fb0707292317l2d78cac5od1bcc8aeadb14910@mail.gmail.com> Date: Sun, 29 Jul 2007 23:17:11 -0700 From: "Matthew Jacob" To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: broken sshd;/dev/tty for sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 06:45:04 -0000 This was touched on briefly in -current and I didn't see an answer. I'm still seeing this issue on a Axil clone V220 as of today- if I ssh in as root, it works. If I ssh as anyone else, I get: groover.mendocinosoft.com > slogin lumpsun7 Received disconnect from 192.168.1.231: 2: dup #1 failed: Bad file descriptor In /var/log/messages I see: Jul 29 22:59:40 lumpsun7 sshd[71814]: error: ioctl(TIOCSCTTY): Bad file descriptor Jul 29 22:59:40 lumpsun7 sshd[71814]: error: open /dev/tty failed - could not set controlling tty: Device not configured Jul 29 22:59:40 lumpsun7 sshd[71814]: error: dup2 stdin: Bad file descriptor Jul 29 22:59:40 lumpsun7 sshd[71814]: error: dup2 stdout: Bad file descriptor Jul 29 22:59:40 lumpsun7 sshd[71814]: error: dup2 stderr: Bad file descriptor Jul 29 23:01:12 lumpsun7 sshd[71874]: error: ioctl(TIOCSCTTY): Bad file descriptor Jul 29 23:01:12 lumpsun7 sshd[71874]: error: open /dev/tty failed - could not set controlling tty: Device not configured I'm a bit baffled about this. Anyone seen?