Date: Wed, 5 Mar 1997 16:43:22 +0100 (MET) From: Zahemszky Gabor <zgabor@CoDe.hu> To: freebsd-questions@freebsd.org (FreeBSD questions) Cc: spork@super-g.com Subject: Re: MAKEDEV and ptys Message-ID: <199703051543.QAA00531@CoDe.hu> In-Reply-To: <Pine.BSF.3.95.970301032057.17450A-100000@super-g.inch.com> from spork at "Mar 1, 97 03:24:47 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > > I'm having troubles getting MAKEDEV to cooperate with me. I already have > 32 ptys, and need to add 32 more. I've created the entries in /etc/ttys > already, but when I go to /dev and do this: > > shell [/dev]# sh MAKEDEV ptyq0 > > I get: > > bad unit for pty in: ptyq0 On my 2.1.5 machine: sh MAKEDEV pty1 (read MAKEDEV, and in it you will see, that the number will generate the nth 32 pty. So pty0 will generate ptyp0...ptypv, and pty1 will ptyq0..ptyqv, etc.) Gabor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703051543.QAA00531>