lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 04 Aug 2009 15:43:19 +0200
From:	Peter Zijlstra <peterz@...radead.org>
To:	Arnd Hannemann <hannemann@...s.rwth-aachen.de>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: stuck process in D state

On Tue, 2009-08-04 at 15:30 +0200, Arnd Hannemann wrote:
> Hi,
> 
> I have a process in D state on one of our servers. How can I get it killed?
> Seems to be hanging on nfs (but nfs server is up and running).
> Other processes have no problems accessing files on same nfs mount.

You can't, that's what D state means - TASK_UNINTERRUPTIBLE, the only
way it can continue is to make that page its waiting on available.

I seem to remember some people are slowly converting most of those
wait_on_page stuff to interruptible waits, but that's a slow and tricky
business.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ