From owner-freebsd-questions Sat Sep 5 11:29:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28226 for freebsd-questions-outgoing; Sat, 5 Sep 1998 11:29:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28221 for ; Sat, 5 Sep 1998 11:29:02 -0700 (PDT) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.9.0/8.9.0/best.sh) with SMTP id LAA19183; Sat, 5 Sep 1998 11:27:54 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 5 Sep 1998 11:27:54 -0700 (PDT) From: "Jan B. Koum " X-Sender: jkb@shell6.ba.best.com To: Leonard Ong cc: freebsd-questions@FreeBSD.ORG Subject: Re: Virtual Console In-Reply-To: <199809051715.AAA16485@situ.rad.net.id> 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 Did you create devices for ttys in /dev? What does "ls -l /dev/ttyv*" show? If you don't have the devices, then: # su # cd /dev && sh ./MAKEDEV vty11 Let us know if that works. -- Yan I don't have the password + Jan Koum But the path is chainlinked | Spelled Jan, pronounced Yan. There. So if you've got the time | Web: http://www.best.com/~jkb Set the tone to sync + OS: http://www.FreeBSD.org On Sun, 6 Sep 1998, Leonard Ong wrote: >Hello, > >I want to expand my virtual console from default 3 active and 1 inactive to >much more. I have done : >1) compiling kernel with option MAXCONS=16 ( more than needed ) >2) edit ttys to following : > >ttyv0 "/usr/libexec/getty Pc" cons25 on secure >ttyv1 "/usr/libexec/getty Pc" cons25 on secure >ttyv2 "/usr/libexec/getty Pc" cons25 on secure >ttyv3 "/usr/libexec/getty Pc" cons25 on secure >ttyv4 "/usr/libexec/getty Pc" cons25 on secure >ttyv5 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure >ttyv6 "/usr/libexec/getty Pc" cons25 on secure >ttyv7 "/usr/libexec/getty Pc" cons25 on secure >ttyv8 "/usr/libexec/getty Pc" cons25 off secure >ttyv9 "/usr/libexec/getty Pc" cons25 on secure >ttyv10 "/usr/libexec/getty Pc" cons25 on secure >ttyv11 "/usr/libexec/getty Pc" cons25 on secure > >But it complained that it can't start tty4-11... what's should i do more ? > >I want to have virtual console active from F1-F5, F6 for xwindows, F7-F8 >reserved, F9 syslog messgae, F10-12 reserved. > >Please let me know what i'm lacking, Thank you > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message