Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to kill process in state D?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Bash[DevNull]
Guru
Guru


Joined: 10 Oct 2003
Posts: 333

PostPosted: Thu Jun 10, 2004 6:57 pm    Post subject: How to kill process in state D? Reply with quote

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
View user's profile Send private message
gymer
n00b
n00b


Joined: 10 Jun 2004
Posts: 28
Location: Denmark

PostPosted: Thu Jun 10, 2004 8:55 pm    Post subject: Reply with quote

Nothing as far as i know can kill "D" processes. Rebooting is the only way.
_________________
/gymer
Back to top
View user's profile Send private message
Bash[DevNull]
Guru
Guru


Joined: 10 Oct 2003
Posts: 333

PostPosted: Thu Jun 10, 2004 11:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum