Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2007 16:00:04 +0800
From:      Eugene Grosbein <eugen@kuzbass.ru>
To:        peceka <peceka@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: unable to kill process, problem with FBSD6?
Message-ID:  <20070817080004.GA62845@svzserv.kemerovo.su>
In-Reply-To: <f0f70e5e0708162347y23ae1107ue998a83649c734a4@mail.gmail.com>
References:  <f0f70e5e0708162347y23ae1107ue998a83649c734a4@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 17, 2007 at 08:47:01AM +0200, peceka wrote:

> I've got strange problem. I've setup pound on my FBSD6 box and
> sometimes it (pound) stops. Normally it should exit but it doesn't -
> it hangs.
> 
> # ps auwx | grep pound
> pound   46868  0.0  1.0 55428 21932  ??  SE    1:58PM   0:31.34
> /usr/local/sbin/pound -f /usr/local/etc/pound.cfg
> 
> S: Marks a process that is sleeping for less than about 20 seconds.
> E: The process is trying to exit.
> 
> It dies after 30 minutes.
> 
> This problem doesn't exists on Linux.
> 
> This behaviour is very irregular.
> Why FBSD doesn't kill this process?

It does if it become 'trying to exit'.
It may have a serial device open and bugs in the driver may prevent
process from closing device in timely manner. Try switching to uart(4) driver
from sio(4) if this is your case.

Eugene Grosbein



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070817080004.GA62845>