Gentoo Archives: gentoo-embedded

From: Ow Mun Heng <Ow.Mun.Heng@×××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] x86 Howto
Date: Wed, 29 Jun 2005 02:28:50
Message-Id: 1120012068.2228.7.camel@neuromancer.home.net
In Reply to: Re: [gentoo-embedded] x86 Howto by Ned Ludd
1 On Tue, 2005-06-28 at 22:09 -0400, Ned Ludd wrote:
2 > On Tue, 2005-06-28 at 17:36 +0800, Ow Mun Heng wrote:
3 >
4 > [...]
5 >
6 > > Dropbear still has not worked due to no /dev/ptys
7 > > (IIRC)
8 >
9 >
10 > Make sure your kernel has support for Unix98 PTY's
11 >
12 > CONFIG_UNIX98_PTYS=y
13 > CONFIG_UNIX98_PTY_COUNT=512
14
15 grep -i pty .config
16 CONFIG_UNIX98_PTYS=y
17 # CONFIG_LEGACY_PTYS is not set
18
19 Is the PTY_COUNT needed? Also I've not tried mounting /dev/pts like you
20 did in your fstab.
21
22 [snip from solar's fstab]
23 devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
24
25 will try it and report back.
26
27 --
28 Ow Mun Heng
29 Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
30 98% Microsoft(tm) Free!!
31 Neuromancer 10:26:18 up 21:13, 7 users, load average: 3.31, 2.75, 2.68
32
33
34 --
35 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] x86 Howto Ned Ludd <solar@g.o>