Comment 35 for bug 1432171

Revision history for this message
Michael (michael-pronath) wrote :

Found out some more. When it hangs with this message "...219", the sddm.service is actually running, and an X-server is running, but no other process that sddm should start (sddm-helper, kdeinit, ...). Restarting sddm.service with systemctl doesn't help. See this:

mcp@pronath3:~$ ps axuw|grep sddm
root 1948 0.0 0.0 162660 12276 ? Ssl 10:12 0:00 /usr/bin/sddm
root 1952 0.5 0.1 150288 22748 tty7 Ssl+ 10:12 0:00 /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt7
mcp 1961 0.0 0.0 10960 2364 tty1 S+ 10:12 0:00 grep --color=auto sddm

mcp@pronath3:~$ sudo kill 1952

# now, after killing the X server, sddm restarts the X server and does everything else correctly.
# Login screen shows up, and the other processes get started:

mcp@pronath3:~$ ps axuw|grep sddm
root 1948 0.0 0.0 162764 12612 ? Ssl 10:12 0:00 /usr/bin/sddm
root 1974 1.4 0.1 312352 23004 tty7 Ssl+ 10:12 0:00 /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt7
root 1979 0.0 0.0 207484 11312 ? Sl 10:12 0:00 /usr/lib/x86_64-linux-gnu/sddm/sddm-helper --socket /tmp/sddm-auth4adac78c-54aa-464b-a4ea-e61b1d7c0713 --id 3 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-NeRRRP --theme /usr/share/sddm/themes/breeze --user sddm --greeter
sddm 1980 0.0 0.0 42620 4480 ? Ss 10:12 0:00 /lib/systemd/systemd --user
sddm 1981 0.0 0.0 85588 2056 ? S 10:12 0:00 (sd-pam)
sddm 1984 4.9 0.6 706380 105736 ? Sl 10:12 0:00 /usr/bin/sddm-greeter --socket /tmp/sddm-:0-NeRRRP --theme /usr/share/sddm/themes/breeze
sddm 1990 0.0 0.0 24484 1888 ? S 10:12 0:00 /usr/bin/dbus-launch --autolaunch f44736d423c844fda071826d3e14927d --binary-syntax --close-stderr
sddm 1991 0.0 0.0 42256 2600 ? Ss 10:12 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
sddm 1993 0.3 0.1 350716 21188 ? Sl 10:12 0:00 /usr/bin/kded5
sddm 1997 0.1 0.0 149296 10120 ? Ss 10:12 0:00 kdeinit5: Running...
sddm 1998 0.1 0.1 312084 19972 ? Sl 10:12 0:00 klauncher [kdeinit5] --fd=8
mcp 2062 0.0 0.0 10960 2632 tty1 S+ 10:12 0:00 grep --color=auto sddm