CFEngine Help: Re: Reporting

2012-02-14 Thread no-reply
Forum: CFEngine Help Subject: Re: Reporting Author: toddnni Link to topic: https://cfengine.com/forum/read.php?3,24824,24834#msg-24834 It says in the reference manual "If none of the attributes kept_returncodes, repaired_returncodes, or failed_returncodes are set, the default is to consider a ret

CFEngine Help: Re: client configuration not working

2012-02-14 Thread no-reply
Forum: CFEngine Help Subject: Re: client configuration not working Author: sreejithpoothu Link to topic: https://cfengine.com/forum/read.php?3,24809,24833#msg-24833 # netstat -antpl|grep 5308 tcp0 0 0.0.0.0:53080.0.0.0:* LISTEN 3325/cf-serverd

Announcement: CFEngine training courses in Paris and London in March

2012-02-14 Thread Jonathan CLARKE
Hi all, We're organizing a couple of training sessions in Europe next month: >From March 7th to 9th we'll be Paris (training in French) Details, prices and signup options: http://formation-cfengine-paris-mars-2012-cfl.eventbrite.com >From March 26th to 28th in London (training in English) Detail

CFEngine Help: Re: CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.3.0a1 is released

2012-02-14 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.3.0a1 is released Author: Beto Link to topic: https://cfengine.com/forum/read.php?3,24790,24831#msg-24831 Mikhail Gusarov Wrote: --- > On 02/13/2012 09:46 PM, n

CFEngine Help: Re: Reporting

2012-02-14 Thread no-reply
Forum: CFEngine Help Subject: Re: Reporting Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,24824,24830#msg-24830 See the last example here: http://watson-wilson.ca/2011/05/managing-crontables-with-cfengine.html ___ Help-cfengin

Re: CFEngine Help: Re: Problems looping over slist with global reference

2012-02-14 Thread Nick Anderson
On 02/13/2012 11:49 PM, Mark Burgess wrote: Just drop the qualifier $(context.variable) -> $(variable) I had a report like that "test: l1 $(config[key])"; I got this output R: test: l1 $(config[key]) Sorry I must be quite dense for not seeing what I am doing wrong. -- Nick Anderson

Re: CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.3.0a1 is released

2012-02-14 Thread Mikhail Gusarov
On 02/13/2012 08:34 PM, no-re...@cfengine.com wrote: > Hit the following build error for Solaris. I'm getting the same for x86 and > sparc. For the reference, tracked in issue 961. -- Mikhail Gusarov ___ Help-cfengine mailing list Help-cfengine@cfen

Re: CFEngine Help: Re: [ANNOUNCE] CFEngine Community 3.3.0a1 is released

2012-02-14 Thread Mikhail Gusarov
On 02/13/2012 09:46 PM, no-re...@cfengine.com wrote: > And here's what we get on HP-UX 11.31: > Making install in acceptance > ./install-sh: invalid option: -m700 Thanks. Apparently, Automake's install-sh does not like -mNNN syntax, added a missing space between option and argument. Please try

CFEngine Help: Re: Reporting

2012-02-14 Thread no-reply
Forum: CFEngine Help Subject: Re: Reporting Author: tjavo87 Link to topic: https://cfengine.com/forum/read.php?3,24824,24826#msg-24826 toddnni Wrote: --- > Hi, > > your test prints always the reports regardless > whether start_smb is set or not.