Subject: Re: wscons problem
To: None <current-users@netbsd.org>
From: =?ISO-8859-1?Q?Stefan_Kr=FCger?= <space7@meinberlikomm.de>
List: current-users
Date: 06/01/2004 16:58:36
Renaud Métrich wrote:
> Hello,
hi,

> having used etcupdate to update the various files in /etc, i must have 
> done a mistake while merging because now i don't have access to my 4 
> console logins anymore, but only the first one.
> The /etc/wscons.conf file still looks good:
> [...]
> #screen 0       -       vt100
> screen  1       -       vt100
> screen  2       -       vt100
> screen  3       -       vt100
> [...]
take a look in /etc/ttys, here's mine (w/o tabs):

console "/usr/libexec/getty Pc" vt100 on secure
ttyE0 "/usr/libexec/getty Pc" vt220 off secure
ttyE1 "/usr/libexec/getty Pc" vt220 on secure
ttyE2 "/usr/libexec/getty Pc" vt220 on secure
ttyE3 "/usr/libexec/getty Pc" vt220 on secure

i.e. set ttyE1, ttyE2 and ttyE3 to on and you'll get the default back :-)

you can activate changes to /etc/ttys w/ kill -HUP 1 IIRC

> I can switch between the consoles, but i don't have the "login" screen 
> on the last 3 consoles.
> Also, when i start X, i now have X on the second screen (Ctrl-Alt-F2) 
> (instead of the 5th screen previously).
> 
> thanks for your help,
np ;-)

> Renaud.