From owner-freebsd-questions Wed May 21 03:04:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA01792 for questions-outgoing; Wed, 21 May 1997 03:04:04 -0700 (PDT) Received: from DB_INET.dbergstrom.dk ([193.227.202.114]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA01779 for ; Wed, 21 May 1997 03:04:00 -0700 (PDT) From: lars.falch@dbergstrom.dk Received: from schmock.dbergstrom.dk ([193.227.202.115]) by DB_INET.dbergstrom.dk (post.office MTA v1.9.3 ID# 67-121594) with SMTP id AAA112; Wed, 21 May 1997 10:56:51 +0100 Date: Wed, 21 May 1997 11:02:36 +0000 Subject: Re: Virtual consoles? To: Christoph Kukulies Cc: questions@FreeBSD.ORG X-Mailer: Z-Mail Pro 6.1 (Win32 - 021297), NetManage Inc. X-Face: &N*s30~FS<,2ize[f6&bQ31$Xo9!U$@BA8.doi\os+0]c$Ow}GnDr|EjMlaOcVrXQj7%(MG YGT7$RR#+TZ-P>z>[]xAGnLFfpz7P;6#j`3-t7jtyd|/g}T~l5J X-Priority: 3 (Normal) References: <199705211001.MAA14510@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 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? > cd /dev > ./MAKEDEV vty8 So I should make a device for each of the ones that doesn't already exist? > kill -HUP 1 And what does this do? Thanks, Lars