Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2023 21:32:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273111] 13.2-RELEASE - not able to switch between virtual terminals
Message-ID:  <bug-273111-227-EZIQCc4bFd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273111-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273111-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273111

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=3DYES
  xdm_tty=3Dttyv4

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=3DYES
  xdm_tty=3Dttyv4


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

I just closed it as 'not a bug'.

Regards,
vermaden

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273111-227-EZIQCc4bFd>