From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.105.134.102] (helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DkMnF-0007CS-Mm for garchives@archives.gentoo.org; Mon, 20 Jun 2005 13:58:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j5KDvJVE015133; Mon, 20 Jun 2005 13:57:19 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j5KDvIDO009757 for ; Mon, 20 Jun 2005 13:57:19 GMT Received: by wproxy.gmail.com with SMTP id 68so692246wri for ; Mon, 20 Jun 2005 06:57:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KOOi8bJJunbFoJHTchFuFgTy5KKybQNKhOZPye6Y0tRMNRga899+CMSY3uJNcpEihn6wJVbFea/P/AR97ct+uTcy+ST//mAsqJ3zQAOS6hQmXVAUHzWBixZAAv9bYpVdwTGNqwROxOnuhPiJoOW1yc7Nr9W5dyGnvoDtj74WgZU= Received: by 10.54.35.19 with SMTP id i19mr2694719wri; Mon, 20 Jun 2005 06:57:29 -0700 (PDT) Received: by 10.54.86.4 with HTTP; Mon, 20 Jun 2005 06:57:29 -0700 (PDT) Message-ID: Date: Mon, 20 Jun 2005 09:57:29 -0400 From: Matthew Cline To: gentoo-embedded@lists.gentoo.org Subject: Re: HELP Re: [gentoo-embedded] Success in getting a Minimal Gentoo In-Reply-To: <1119256926.17219.57.camel@neuromancer.home.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <1119190867.12512.2.camel@neuromancer.home.net> <1119199264.32461.31.camel@localhost> <1119234128.28424.13.camel@neuromancer.home.net> <1119239305.17219.5.camel@neuromancer.home.net> <1119246608.17219.19.camel@neuromancer.home.net> <1119247061.17219.24.camel@neuromancer.home.net> <1119256926.17219.57.camel@neuromancer.home.net> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j5KDvIDO009757 X-Archives-Salt: 8e244fa0-3aee-4479-9c19-bd4680b14afe X-Archives-Hash: 5cf8ad83d69d4014b44e5ba67649c56e > Dropbear doesn't really work (it didn't even before this, I finally saw > the reason was due to no ttys to allocate (pty_allocate: openpty no such > file or directory) > > I can ssh in but it will hang as it can't allocate a tty for the > session. > > I'm sure I compiled in unixptys. > I think you need to mount an addtional filesystem on /dev/pts in order to get this to work, something like this: mount -t devpts /dev/pts I'm not in front of my linux box right now, this syntax might not be 100% correct. Of course, you can also add a relevant entry to /etc/fstab. HTH, Matt -- gentoo-embedded@gentoo.org mailing list