Anton Aylward composed on 2016-01-16 09:47 (UTC-0500):
Any suggestions are welcome.
http://download.opensuse.org/repositories/Base:/System:/Legacy/openSUSE_13.1... has systemd-210. Among other things if fixes broken emergency shell, which is why I have it on all my 13.1 installations. 13.2 and 42.1 use 210 too, so it ought not to be a bad choice, and might even solve your problem. Another option might be to try this script (or a variation therof) I use on most of my Linux with systemd installations: #!/bin/sh cd /etc/systemd/system/getty.target.wants cp -a ../../../../usr/lib/systemd/system/getty@.service ../../../../usr/lib/systemd/system/getty@tty1.service sed -i 's/TTYVTDisallocate=yes/TTYVTDisallocate=no/' ../../../../usr/lib/systemd/system/getty@tty1.service ln -sf ../../../../usr/lib/systemd/system/getty@tty1.service ./getty@tty1.service systemctl start getty@tty1.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty2.service systemctl start getty@tty2.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty3.service systemctl start getty@tty3.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty4.service systemctl start getty@tty4.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty5.service systemctl start getty@tty5.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty6.service systemctl start getty@tty6.service -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org