On 04/24/2012 07:58 AM, Neil Watson wrote:
> On Tue, Apr 24, 2012 at 10:18:32AM +0200, no-re...@cfengine.com wrote:
>> I believed that there was a postinstall script in the previous package
>> to copy /var/cfengine/bin/cf-agent to /var/cfengine/bin/cf-twin if it
>> does not exist and when $(sys.cf_
On Tue, Apr 24, 2012 at 10:18:32AM +0200, no-re...@cfengine.com wrote:
>I believed that there was a postinstall script in the previous package
>to copy /var/cfengine/bin/cf-agent to /var/cfengine/bin/cf-twin if it
>does not exist and when $(sys.cf_twin) is used and there is no
>/var/cfengine/bin/cf
Forum: CFEngine Help
Subject: Re: cf-twin
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,25655,25663#msg-25663
Actually, cf-twin is a dup of cf-agent. I use cf-twin in failsafe.cf to do a
CFE upgrade.
I believed that there was a postinstall script in the previous package
On 04/23/2012 02:33 PM, Neil Watson wrote:
> Greetings,
>
> What's the latest on the use of cf-twin in 3.3? It is referenced in the
> included promises.cf. However, I do not see the cf-twin binary in the
> built source or any way to create it in the included policies. Cf-twin
> does not appear
cf-twin is exactly cf-agent. If your exec_command looks like
exec_command => "$(sys.cf_twin) -f failsafe.cf && $(sys.cf_agent)
You might need to copy cf-agent to become cf-twin.
# cp /var/cfengine/bin/cf-agent /var/cfengine/bin/cf-twin
Otherwise, just kindly change exec_command to
exec_comm
To eliminate it just copy /var/cfengine/bin/cf-agent to
/var/cfengine/bin/cf-twin. We
should downgrade the error message.
M
Neil Watson wrote:
> Greetings,
>
> I'm seeing this message
> Proposed executable file "/var/cfengine/bin/cf-twin" doesn't exist
>
> What is this? I see some mention in