From owner-freebsd-questions Tue Sep 8 02:10:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27763 for freebsd-questions-outgoing; Tue, 8 Sep 1998 02:10:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27755 for ; Tue, 8 Sep 1998 02:10:10 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.0/8.9.0) with SMTP id LAA12525; Tue, 8 Sep 1998 11:09:47 +0200 (CEST) Date: Tue, 8 Sep 1998 11:09:47 +0200 (CEST) From: Konrad Heuer To: angelayu cc: freebsd-questions@FreeBSD.ORG Subject: Re: ttyv In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Sep 1998, angelayu wrote: > >If you want more than three virtual consoles you've to edit /etc/ttys and > >add lines like > > >ttyv3 "/usr/libexec/getty Pc" cons25 on secure > > > However, after i reboot, i got those messages: > > getty[173]: open /dev/ttyv5: no such file or directory > getty[172]: open /dev/ttyv4: no such file or directory Sorry, I forgot to mention that you've to create the device entries in `/dev' for the new consoles. Please enter: cd /dev sh MAKEDEV ttyv4 sh MAKEDEV ttyv5 sh MAKEDEV ttyv6 Konrad Heuer // Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH // Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany // // kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message