On 06/18/15 18:45, Reindl Harald wrote:
Am 18.06.2015 um 12:43 schrieb Ed Greshko:
On 06/18/15 18:30, Reindl Harald wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1214782
that's not much funny if you are playing around with a own theme and restart the service multiple times or after updates as recently openssl you need to kill the zombie processes manually
FWIW, I am not seeing this on an F21 system running in a Vbox VM. Same version of sddm
surely that you really have only *one* "sddm-helper" and "sddm-greeter" process in "ps aux | grep sddm" after multiple "systemctl restart sddm"?
[root@f21 ~]# ps aux | grep sddm-greeter | grep -v grep root 4570 0.0 0.9 206012 12208 ? Sl 18:51 0:00 /usr/libexec/sddm-helper --socket /tmp/Auth4564.1434624710 --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-uynUrG --theme /usr/share/sddm/themes/fedora --user sddm --greeter sddm 4572 13.3 9.2 528132 118232 ? Rl 18:51 0:03 /usr/bin/sddm-greeter --socket /tmp/sddm-:0-uynUrG --theme /usr/share/sddm/themes/fedora [root@f21 ~]# systemctl restart sddm [root@f21 ~]# systemctl restart sddm [root@f21 ~]# systemctl restart sddm [root@f21 ~]# systemctl restart sddm [root@f21 ~]# systemctl restart sddm [root@f21 ~]# ps aux | grep sddm-greeter | grep -v grep root 4691 0.0 0.9 206012 12216 ? Sl 18:52 0:00 /usr/libexec/sddm-helper --socket /tmp/Auth4684.1434624751 --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-VfQnkS --theme /usr/share/sddm/themes/fedora --user sddm --greeter sddm 4693 44.5 9.1 528024 117100 ? Sl 18:52 0:00 /usr/bin/sddm-greeter --socket /tmp/sddm-:0-VfQnkS --theme /usr/share/sddm/themes/fedora
Should that have shown the issue you're seeing?