kwhiskerz kirjoitti viestissään (lähetysaika maanantai, 21. tammikuuta 2008): > I logged in as root and typed ps aux. The only listing with a > 'Z' (zed) beside it was one that said: [sta] <defunct>. I > checked and there does not appear to be a program called 'sta' > on my system. I managed to hang up my KDE logout to check the cause. The process is "startkde", the u option to ps causes the program name to be truncated: #ps ax | grep Z 5723 ? Zs 0:00 [startkde] <defunct> Pstree shows that startkde is a child of gdm-binary: init-+-/usr/bin/sealer |-acpid |-apcupsd---{apcupsd} |-atd |-auditd-+-audispd---{audispd} | `-{auditd} |-console-kit-dae---61*[{console-kit-dae}] |-crond |-cupsd |-2*[dbus-daemon---{dbus-daemon}] |-dbus-launch |-denyhosts.py |-gdm-binary---gdm-binary-+-X | `-startkde ... I think that explains why killing X doesn't help, gdm-binary is wedged and not wait()ing for its dead child processes. -- Markku Kolkka markku.kolkka@xxxxxx