Istvan Gabor <suseuser04@gmail.hu> writes:
On Thu, 11 May 2017 08:59:20 +0200, Dave Plater wrote:
On 09/05/2017 19:18, Istvan Gabor wrote:
Hello:
In openSUSE Leap 42.2 in a terminal (vt1-vt6) init 3 (run by root) doesn't have effect. It gives back cursor but doesn't turn off graphical interface. Was this option removed in 42.2, if yes, where is it documented?
Thanks,
Istvan
You have to enable "Multi User System" to get this feature back. The easiest way is in Yast2 Services Manager it's under "Default System Target" top left. Dave P
Hi Dave,
This doesn't work in my system. The default system target originally was Graphical Interface and I changed it according to your note to Multi-User System. After restarting the computer the graphical interface did not start automatically. I logged in on vt1 and could start the graphical interface by typing "init 5" but I did not get back the cursor for long time, I had to hit ctrl+C which gave back the cursor. The graphical system stayed on after interrupting init 5 by ctrl+C. But "init 3" still did not turn the graphical interface off.
Thanks,
Istvan
What do you see when you type this command: # ls -l /usr/lib/systemd/system|grep graph lrwxrwxrwx 1 root root 16 Apr 25 08:38 default.target -> graphical.target -rw-r--r-- 1 root root 558 Apr 25 08:38 graphical.target drwxr-xr-x 2 root root 4096 May 6 22:24 graphical.target.wants lrwxrwxrwx 1 root root 16 Apr 25 08:38 runlevel5.target -> graphical.target Or # ls -l /usr/lib/systemd/system|grep runlevel lrwxrwxrwx 1 root root 15 Apr 25 08:38 runlevel0.target -> poweroff.target lrwxrwxrwx 1 root root 13 Apr 25 08:38 runlevel1.target -> rescue.target drwxr-xr-x 2 root root 4096 Apr 25 08:38 runlevel1.target.wants lrwxrwxrwx 1 root root 17 Apr 25 08:38 runlevel2.target -> multi-user.target drwxr-xr-x 2 root root 4096 Apr 25 08:38 runlevel2.target.wants lrwxrwxrwx 1 root root 17 Apr 25 08:38 runlevel3.target -> multi-user.target drwxr-xr-x 2 root root 4096 Apr 25 08:38 runlevel3.target.wants lrwxrwxrwx 1 root root 17 Apr 25 08:38 runlevel4.target -> multi-user.target drwxr-xr-x 2 root root 4096 Apr 25 08:38 runlevel4.target.wants lrwxrwxrwx 1 root root 16 Apr 25 08:38 runlevel5.target -> graphical.target drwxr-xr-x 2 root root 4096 Apr 25 08:38 runlevel5.target.wants lrwxrwxrwx 1 root root 13 Apr 25 08:38 runlevel6.target -> reboot.target -rw-r--r-- 1 root root 761 Apr 25 08:38 systemd-update-utmp-runlevel.service You could try using telinit instead of init, but I think they do the same thing. Or you could try: # systemctl stop graphical.target -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org