From owner-freebsd-questions Thu Mar 12 13:01:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27042 for freebsd-questions-outgoing; Thu, 12 Mar 1998 13:01:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mental ([207.113.85.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26976 for ; Thu, 12 Mar 1998 13:01:14 -0800 (PST) (envelope-from spork@cncn.com) Received: from localhost (spork@localhost) by mental (8.8.7/8.8.7) with SMTP id PAA00492; Thu, 12 Mar 1998 15:59:37 -0500 (EST) (envelope-from spork@cncn.com) X-Authentication-Warning: mental: spork owned process doing -bs Date: Thu, 12 Mar 1998 15:59:36 -0500 (EST) From: Spike Gronim X-Sender: spork@mental Reply-To: spork To: Gregory Edigarov cc: freebsd-questions@FreeBSD.ORG Subject: Re: VTY question 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 Thu, 12 Mar 1998, Gregory Edigarov wrote: > Hello! > > By default, all BSD systems gives only 8 vtys (Alt-F1...AltF8)... > And I can't found any reason to limit this number. > In Linux, I was able to use all 12 vtys. Is anywhere a workaround for this > problem? > > > With best regards, > Gregory Edigarov greg@cc.ac.kharkov.ua > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To get more ttys, I set "options MAXCONS=##" in my kernel config, ## being thirteen in my case or whatever else you want. Then I cd'd to /dev and went "./MAKEDEV vtyc", which made the terminal devices. Then, edit /etc/ttys to include entries identical to that of ttyv1 for all the new ttys. Then, "kill -HUP 1" as root and the changes to /etc/ttys will take effect and you will have many ttys. -Spike Gronim spork@cncn.com "Hacker, n: One who hacks real good" --Computer Contradictionary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message