From owner-freebsd-questions Sun Feb 25 13:17:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA20146 for questions-outgoing; Sun, 25 Feb 1996 13:17:55 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA20112 for ; Sun, 25 Feb 1996 13:17:17 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.4/nervosa.com.2) with SMTP id NAA08471; Sun, 25 Feb 1996 13:14:51 -0800 (PST) Date: Sun, 25 Feb 1996 13:14:50 -0800 (PST) From: invalid opcode To: Greg Kopp cc: questions@freebsd.org Subject: Re: Virtual hosts with FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Sun, 25 Feb 1996, Greg Kopp wrote: > is working fine, however adding extra IP addresses to my one ethernet card > has posed a problem. I attempted to apply the patch from www.apache.org to What kind of problem? > > BTW, how can I add more Virtual Terminals? I have it set for 16, but I can > only press ALT+F1 through F3. > edit /etc/ttys, and add extra tty lines as per the structure in /etc/ttys. Also, make sure that the proper /dev/ttyv? exist for each tty line you add. If they do not exist, you can add them with: mknod c ttyv${NUMBER} 12 ${NUMBER} chown .tty ttyv${NUMBER} where ${NUMBER} is the number of the tty line you are adding, e.g. ttyv1 would be NUMBER 1 =) After you are finished, issue a kill -1 1 == Chris Layne ============================================================== == coredump@nervosa.com ================= http://www.nervosa.com/~coredump ==