CFEngine Help: libtokyocabinet.so.9 error on AIX 5.2

2012-04-16 Thread no-reply
Forum: CFEngine Help Subject: libtokyocabinet.so.9 error on AIX 5.2 Author: manimarank Link to topic: https://cfengine.com/forum/read.php?3,25565,25565#msg-25565 Hi All, When i try to compile the tokyocabinet for cfengine 3.3.0, i am getting following error. ld: 0706-005 Cannot find or open fi

CFEngine Help: Re: Can CFEngine monitor running applications in Windows

2012-04-16 Thread no-reply
Forum: CFEngine Help Subject: Re: Can CFEngine monitor running applications in Windows Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,25564,25566#msg-25566 "processes:" promises should work fine on Windows under Nova, and they can be used to check for whether an application

Hierarchical Copying

2012-04-16 Thread Nick Anderson
Am I missing something obvious here? It seems like if I try to do a hierarchical copy and use digest it wont stop after copying the first file. cf-agent -KIf ./test_single_copy_local.cf -> Created file /tmp/test/test.1, mode = 600 -> Edited file /tmp/test/test.1 -> Created file /tmp/test/test,

Re: Hierarchical Copying

2012-04-16 Thread Diego Zamboni
Hi Nick, You are missing the files_single_copy attribute: body agent control { # Single copy for all files files_single_copy => { ".*" }; } --Diego On Apr 16, 2012, at 9:17 PM, Nick Anderson wrote: > Am I missing something obvious here? It seems like if I try to do a > hierarchical copy and

Re: Hierarchical Copying

2012-04-16 Thread Nick Anderson
On 04/16/2012 09:22 PM, Diego Zamboni wrote: > Hi Nick, > > You are missing the files_single_copy attribute: > > body agent control > > { > # Single copy for all files > files_single_copy => { ".*" }; > } A! thank you! Now dcp seems to work as expected. I don't understand why the non dig

Re: Hierarchical Copying

2012-04-16 Thread Diego Zamboni
> I don't understand why the non digest based copy works without > files_single_copy though. It shouldn't - what are you using to compare? If using times, could it be that the mtimes of the files are such that only the first one is copied? Otherwise it might be a bug. --Diego