Cfengine Help: Re: Bug in copy_from's check_root?

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Re: Bug in copy_from's check_root? Author: jgreer Link to topic: https://cfengine.com/forum/read.php?3,17597,17610#msg-17610 Sorry, all - realized the bug tracker is a more appropriate medium for this kind of report. Filed (with more concise steps for reproducing) h

Cfengine Help: Re: Cfengine in crontab

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine in crontab Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,17608,17609#msg-17609 I have cf-execd run in memory. I also have cron run cf-execd, non-forked, regularly. This ensures that one way or another cf-execd is running.

Cfengine Help: Cfengine in crontab

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Cfengine in crontab Author: pieterb Link to topic: https://cfengine.com/forum/read.php?3,17608,17608#msg-17608 I want my crontab to check if cf-execd is still running, and if it is not, I want it to be executed. I run into a couple of problems; forking cf-execd thro

Re: Cfengine Help: Problems using the cfengine_stdlib

2010-06-25 Thread Daniel V. Klein
The error says: "Redefinition of body start for location". So clearly you must have a "body location start {..." somewhere else in your promises! You can only have ONE body of a type with a certain name, and cfengine_stdlib.cf is defining the second one in your collection of promises... -Dan

Cfengine Help: Problems using the cfengine_stdlib

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Problems using the cfengine_stdlib Author: erikf154 Link to topic: https://cfengine.com/forum/read.php?3,17606,17606#msg-17606 When I include the cfengine_stdlib.cf I get a lot of errors: cf3:/var/cfengine/inputs/cfengine_stdlib.cf:374,1: Redefinition of body start

Cfengine Help: Re: Customizing hosts

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Re: Customizing hosts Author: erikf154 Link to topic: https://cfengine.com/forum/read.php?3,17603,17605#msg-17605 Ah, it's that easy :) Thanks, awesome! ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfe

Cfengine Help: Re: Customizing hosts

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Re: Customizing hosts Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,17603,17604#msg-17604 Well, in Cfengine syntax terms it would be smth like body common control { web001|web002:: bundlesequence => { "apache" }; db001|db0

Cfengine Help: Customizing hosts

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Customizing hosts Author: erikf154 Link to topic: https://cfengine.com/forum/read.php?3,17603,17603#msg-17603 Hi, I'm a former user of Puppet and I've recently decided to migrate to cfengine. I'm however having a bit trouble getting used to it. In Puppet I'm used to

Cfengine Help: Re: List expansion in access rules

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Re: List expansion in access rules Author: JarleB Link to topic: https://cfengine.com/forum/read.php?3,17585,17602#msg-17602 My friend, the symlink was the problem all along. It now works perfectly also with iteration over the foreign slist variables. I owe you a

Cfengine Help: Re: List expansion in access rules

2010-06-25 Thread no-reply
Forum: Cfengine Help Subject: Re: List expansion in access rules Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,17585,17601#msg-17601 Well, I did dedicate one machine to run cf-serverd and another one to run cf-agent and the files were copied successfully. I'm curious ab