[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Cfengine] Non-execution of ps by 'processes' in 2.1.0
From: |
Jim Wight |
Subject: |
Re: [Cfengine] Non-execution of ps by 'processes' in 2.1.0 |
Date: |
10 Dec 2003 13:20:52 +0000 |
On Wed, 2003-12-10 at 09:29, Bas van der Vlies wrote:
> Jim,
>
> I think processes use global lock mechanism so you can only run one
> instance of processes, maybe a solution:
> actionsequence = <someclass>.processes or processes.<someclass>
>
> Or play with ifelapsed variable.
Thanks for pointing me in the right direction. I've now read this under
IfElapsed in the documentation:
As of version 2.1.0, you can define the expiry time on a
per-command basis, as options of the form ifelapsed=15.
Setting ifelapsed=0 in the second processes' section does the trick.
Jim