From owner-freebsd-questions Wed May 21 03:57:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA03923 for questions-outgoing; Wed, 21 May 1997 03:57:43 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA03918 for ; Wed, 21 May 1997 03:57:40 -0700 (PDT) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id MAA26310; Wed, 21 May 1997 12:58:57 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.8.5/8.6.9) id MAA14805; Wed, 21 May 1997 12:59:37 +0200 (MEST) From: Christoph Kukulies Message-Id: <199705211059.MAA14805@gil.physik.rwth-aachen.de> Subject: Re: Virtual consoles? In-Reply-To: from "lars.falch@dbergstrom.dk" at "May 21, 97 11:02:36 am" To: lars.falch@dbergstrom.dk Date: Wed, 21 May 1997 12:59:36 +0200 (MEST) Cc: kuku@gilberto.physik.RWTH-Aachen.DE, questions@FreeBSD.ORG Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > add lines to /etc/ttys like: > > # Virtual terminals > > 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/libexec/getty Pc" cons25 on secure > > ttyv6 "/usr/libexec/getty Pc" cons25 on secure > > ttyv7 "/usr/libexec/getty Pc" cons25 off secure > > Okey, and the last one, which is set to off, is that where the > X server is running? yep. > > > cd /dev > > ./MAKEDEV vty8 > vty8 means 'make them all 0-7' You can overwrite the existing ones without doing harm to anything. > So I should make a device for each of the ones that doesn't > already exist? > > > kill -HUP 1 > > And what does this do? Send the Hangup signal to the init process (PID 1) causing init to re-read /etc/ttys and executing getty processes accordingly. > > > > Thanks, > Lars > > -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de