Bug#760996: systemd: Doesn't lock/allocate VT

Michael Biebl biebl at debian.org
Tue Sep 9 19:41:58 BST 2014


Am 09.09.2014 20:33, schrieb Kurt Roeckx:
> Package: systemd
> Version: 208-8
> 
> Hi,
> 
> It seems that agetty is only started when you switch to a VT.

Surely that's a feature. Why start a getty when it is unused

> That means if something is trying to open the next VT it might end
> up somewhere on tty2-5 depending on wether you already went to
> that VT or not.  Would it be possible to make sure those are
> already allocated instead?

You can do that, yes.
for i in `seq 2 6` ; do
	systemctl enable getty at tty$i.service
done

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20140909/03f16ed7/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list