On Sun, Apr 09, 2000 at 10:55:57PM +1000, Shaun Cloherty wrote:
> I upgraded my kernel on the weekend, and in the process said 'yes' to
> those funky Unix98 pty's. I also said yes to the pts filesystem. I
> created a mount point /dev/pts and added an appropriate entry to
> /etc/fstab. On reboot the kernel reports that 256 Unix98 pty's have been
> initialized (or something to that effect), and /proc/mounts indicates
> that /dev/pts is mounted. My question is, what do I need to do to get
> services like telnet, rlogin etc. to use the Unix98 pty's, i.e. use
> /dev/pts/0. /dev/pts/1 rather than the regular/dev/ttyX's.

i believe all you have to do is create these two:

crw-rw-rw-    1 root     root       5,   2 Apr 11 17:51 /dev/ptmx
drwxr-xr-x    2 root     root            0 Feb 11 06:48 /dev/pts

compile in kernel support and then mount devpts on /dev/pts


. oh yeah - and i think you need glibc2.1, in which case you'd better 
wait for potato ;)

(and potato's /etc/init.d/devpts.sh does all the above steps for you
anyway)

-- 
 - Gus
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to