[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[monit] Re: monit starts a process twice
From: |
Nick Upson |
Subject: |
[monit] Re: monit starts a process twice |
Date: |
Thu, 21 Feb 2008 12:50:30 +0000 |
this could be http://savannah.nongnu.org/bugs/index.php?21989
"stop and start commands are run concurrently" can anyone confirm?
On 12/02/2008, Nick Upson <address@hidden> wrote:
> so my theory is that
>
> the first start command is executed before the stop command has
> removed the pid file, leading to the stop removing the new pid file
> or
> monit is reading the pid file with a stale handle and doesn't handle
> this correctly
>