[Bug 273111] 13.2-RELEASE - not able to switch between virtual terminals

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 15 Aug 2023 21:32:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273111

Slawomir Wojciech Wojtczak <vermaden@interia.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #2 from Slawomir Wojciech Wojtczak <vermaden@interia.pl> ---
(In reply to Ed Maste from comment #1)

Seems it was *ME* again :(

This was the problematic configuration:

# grep'^ttyv' /etc/ttys
ttyv0   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv1   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv2   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv3   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv4   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv5   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv6   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv7   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv8   "/usr/local/bin/xdm -nodaemon"  xterm   off secure

# grep xdm /etc/rc.conf
  xdm_enable=YES
  xdm_tty=ttyv4

This configuration solved the problem:

# grep'^ttyv' /etc/ttys
ttyv0   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv1   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv2   "/usr/libexec/getty Pc"         xterm   onifexists secure
ttyv3   "/usr/libexec/getty Pc"         xterm   onifexists secure

# grep xdm /etc/rc.conf
  xdm_enable=YES
  xdm_tty=ttyv4


There was conflict for *ttyv4* that was causing it.

I just closed it as 'not a bug'.

Regards,
vermaden

-- 
You are receiving this mail because:
You are the assignee for the bug.