https://bugzilla.novell.com/show_bug.cgi?id=727236 https://bugzilla.novell.com/show_bug.cgi?id=727236#c5 --- Comment #5 from Frederic Crozat <fcrozat@suse.com> 2011-11-04 14:58:18 UTC --- ok, I had "old" configuration around. This is a "know" upstream bug (causing also https://bugzilla.redhat.com/show_bug.cgi?id=708537 ) , because gettys (except the one on tty1) are started on demand and get killed when switching runlevel, not having RemainAfterExit flag (and they can't have this flag, since we want them to be restarted in normal conditions). Until this is fixed, you can run : for tty in tty2 tty3 tty4 tty5 tty6 ; do ln -s /lib/systemd/system/getty@.service /etc/systemd/system/getty@$tty.service done to make sure the tty will be always started. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.