
23 Jun
2015
23 Jun
'15
2:20 p.m.
Am 22.06.2015 um 16:51 schrieb Daniel P. Berrange:
Also note systemd uses the device via /dev/console, not /dev/tty1 and with 'container_ttys' we've told it not to use /dev/tty1 for gettys. So maybe it deals with /dev/console in a different way than it would if it were /dev/tty1
BTW: Why are /dev/console and /dev/tty1 symlinks? IMHO we could make them bind mounts to /dev/pts/XY. That way one does not have to insert "pts/0" and such to /etc/securetty. Thanks, //richard