Gentoo Archives: gentoo-embedded

From: Matthew Cline <matthew.cline@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: HELP Re: [gentoo-embedded] Success in getting a Minimal Gentoo
Date: Mon, 20 Jun 2005 13:58:30
Message-Id: ff4f69a005062006576f55cc94@mail.gmail.com
In Reply to: Re: HELP Re: [gentoo-embedded] Success in getting a Minimal Gentoo by Ow Mun Heng
1 > Dropbear doesn't really work (it didn't even before this, I finally saw
2 > the reason was due to no ttys to allocate (pty_allocate: openpty no such
3 > file or directory)
4 >
5 > I can ssh in but it will hang as it can't allocate a tty for the
6 > session.
7 >
8 > I'm sure I compiled in unixptys.
9 >
10
11 I think you need to mount an addtional filesystem on /dev/pts in order
12 to get this to work, something like this:
13
14 mount -t devpts /dev/pts
15
16 I'm not in front of my linux box right now, this syntax might not be
17 100% correct. Of course, you can also add a relevant entry to
18 /etc/fstab.
19
20 HTH,
21
22 Matt
23
24 --
25 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: HELP Re: [gentoo-embedded] Success in getting a Minimal Gentoo michael@×××××××××××××.com