Date: Wed, 27 Aug 2003 11:10:06 +0200 From: Uwe Doering <gemini@geminix.org> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: idle process status Message-ID: <3F4C756E.5080102@geminix.org> In-Reply-To: <E2A1E394-D821-11D7-AC03-000393843210@mindspring.com> References: <E2A1E394-D821-11D7-AC03-000393843210@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Michelle wrote: > Could anyone please tell me what might cause a process to enter an I > status or idle status. I had two cron jobs which did not run a few > nights ago, specifically the daily run output and aide. The next day > when I looked at the status of the jobs with the ps aux command, it > stated that the status was I or idle for both of these cron jobs. Idle state means that this process didn't run (that is, slept) for at least 20 seconds. Please see man page ps(1). It is just a flag and does nothing special to the process. > I was > unable to kill the jobs even with kill -9 and had to reboot the server. > Now everything is fine and the cron jobs ran again last night; however, > I would like to know what might cause this so I can prevent it from > happening again. A sleeping process that cannot be killed is usually the result of either a kernel bug or some hardware problem (lost interrupt, hanging controller etc.) that blocks the intended demise of the process. But without further debugging it is impossible to tell what it is exactly. Uwe -- Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers gemini@geminix.org | http://www.escapebox.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F4C756E.5080102>