View previous topic :: View next topic |
Author |
Message |
Bash[DevNull] Guru


Joined: 10 Oct 2003 Posts: 333
|
Posted: Thu Jun 10, 2004 6:57 pm Post subject: How to kill process in state D? |
|
|
I have some process in state D (uninterruptible sleep (usually IO)) and i can't kill them :((( One of them is smbd, so i can't to restart my samba-service :(
Code: | devnull root # ps aux 2>&1 | grep " D "
root 16241 0.0 0.2 2192 768 ? D May29 0:14 /usr/bin/gkrellmd
bash 15469 0.3 0.6 6200 1552 ? D Jun04 29:25 /usr/sbin/smbd
root 16340 0.3 0.7 6104 1936 pts/5 D 01:13 4:30 /usr/bin/mc -P /tmp/mc-root/mc.pwd.10986
nobody 3645 0.0 0.7 6200 2028 ? D 03:09 0:00 /usr/sbin/smbd
root 13046 0.0 0.1 1448 276 ? D 03:12 0:00 smbumount /home/ftp/mnt
root 20190 0.0 0.2 3716 556 pts/0 D 17:27 0:00 fuser f /home/ftp/mnt/
root 32377 0.0 0.2 3828 628 pts/2 S 22:57 0:00 grep D
devnull root # kill -9 16241 15469 16340 3645 13046 20190
devnull root # ps aux 2>&1 | grep " D "
root 16241 0.0 0.2 2192 768 ? D May29 0:14 /usr/bin/gkrellmd
bash 15469 0.3 0.6 6200 1552 ? D Jun04 29:25 /usr/sbin/smbd
root 16340 0.3 0.7 6104 1936 pts/5 D 01:13 4:30 /usr/bin/mc -P /tmp/mc-root/mc.pwd.10986
nobody 3645 0.0 0.7 6200 2028 ? D 03:09 0:00 /usr/sbin/smbd
root 13046 0.0 0.1 1448 276 ? D 03:12 0:00 smbumount /home/ftp/mnt
root 20190 0.0 0.2 3716 556 pts/0 D 17:27 0:00 fuser f /home/ftp/mnt/
root 384 0.0 0.2 3828 628 pts/2 S 22:57 0:00 grep D |
_________________ Biomechanical Artificial Sabotage Humanoid |
|
Back to top |
|
 |
gymer n00b


Joined: 10 Jun 2004 Posts: 28 Location: Denmark
|
Posted: Thu Jun 10, 2004 8:55 pm Post subject: |
|
|
Nothing as far as i know can kill "D" processes. Rebooting is the only way. _________________ /gymer |
|
Back to top |
|
 |
Bash[DevNull] Guru


Joined: 10 Oct 2003 Posts: 333
|
Posted: Thu Jun 10, 2004 11:27 pm Post subject: |
|
|
gymer wrote: | Nothing as far as i know can kill "D" processes. Rebooting is the only way. |
fucking smbmount :((((( _________________ Biomechanical Artificial Sabotage Humanoid |
|
Back to top |
|
 |
|