Virtual desktops on F23 server edition

stan stanl-fedorauser at vfemail.net
Thu Feb 25 23:46:48 UTC 2016


On Thu, 25 Feb 2016 14:15:02 -0800
CLOSE Dave <Dave.Close at us.thalesgroup.com> wrote:

> # systemctl -a -t service | grep tty
>    getty at tty1.service 
>                       loaded    inactive dead    Getty on tty1

This is from my system:
getty at tty1.service
loaded    active   running Getty on tty1
getty at tty2.service
loaded    active   running Getty on tty2
getty at tty3.service
loaded    active   running Getty on tty3
getty at tty4.service
loaded    active   running Getty on tty4
getty at tty5.service
loaded    active   running Getty on tty5 
getty at tty6.service 
loaded    active   running Getty on tty6

> All lines since the last boot... (journalctl -r --no-pager | grep tty)
> 
> Feb 17 11:08:43 pses23top polkitd[740]: Registered Authentication
> Agent for unix-process:4254:7165877 (system bus name :1.5981 
> [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path 
> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
> Feb 16 15:14:27 pses23top kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, 
> base_baud = 115200) is a 16550A
> Feb 16 15:14:27 pses23top kernel: 00:04: ttyS1 at I/O 0x2f8 (irq = 3, 
> base_baud = 115200) is a 16550A
> Feb 16 15:14:27 pses23top kernel: console [tty0] enabled

Here is an example of what happens on my system:
Feb 25 14:29:13 localhost.localdomain systemd[1]: Started Getty on tty1.
Feb 25 14:29:13 localhost.localdomain systemd[1]: Starting Getty on tty1...
Feb 25 14:29:13 localhost.localdomain systemd[1]: Started Getty on tty6.
Feb 25 14:29:13 localhost.localdomain systemd[1]: Starting Getty on tty6...

It looks like systemd is not even being invoked to set up ttys.  That
is what inactive  dead means to me, anyway.  Try, as root,
systemctl unmask getty at tty1.service
systemctl enable getty at tty1.service
systemctl start  getty at tty1.service

The @ might need to be escaped.  If this doesn't do it, I'm out of
ideas.  Maybe someone else can point you in the right direction.

If this works for getty1, all the gettys should start at the next
reboot (I think).


More information about the users mailing list