From owner-freebsd-questions Sat Dec 13 17:29:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA07388 for questions-outgoing; Sat, 13 Dec 1997 17:29:29 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from python.shoal.net.au (perrya@python.shoal.net.au [203.26.44.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA07369 for ; Sat, 13 Dec 1997 17:29:23 -0800 (PST) (envelope-from perrya@python.shoal.net.au) Received: from localhost (perrya@localhost) by python.shoal.net.au (8.8.6/8.8.5) with SMTP id MAA12724; Sun, 14 Dec 1997 12:28:00 +1100 (EST) Date: Sun, 14 Dec 1997 12:28:00 +1100 (EST) From: Andrew To: kevin cc: freebsd-questions@FreeBSD.ORG Subject: Re: MAKEDEV vty4 doesnt work? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Someone will no doubt correct me if I am wrong, but I think that sh MAKEDEV vty4 creates 4 ttyv device entries, ttyv0 - ttyv3. So if you want a ttyv4 you will need to: sh MAKEDEV vty5 which will create 5 ttyv devices from ttyv0 - ttvy4 Andrew Perry On Sat, 13 Dec 1997, kevin wrote: > Date: Sat, 13 Dec 1997 02:11:07 +0800 (SST) > From: kevin > To: freebsd-questions@FreeBSD.ORG > Subject: MAKEDEV vty4 doesnt work? > > hi guys, > > Having a problem to create vty4,vty5..etc > This is wat i did: > > sh MAKEDEV vty4 > ls ttyv4 > > I got "ls: ttyv4: No such file or directory" > > what have i missed? > > thanx > kevin >