Re: CFEngine Help: Re: CFEngine Help: git promises

2012-05-16 Thread Ted Zlatanov
On Wed, 16 May 2012 14:33:03 -0500 Nick Anderson wrote: NA> On 05/16/2012 02:28 PM, no-re...@cfengine.com wrote: >> bundle agent git_master >> { >> commands: >> "/usr/bin/git pull origin" >> comment => "Update /repo from git repository", >> contain => silent_in_dir("/repo"); >> } NA> What hap

Re: CFEngine Help: Re: CFEngine Help: git promises

2012-05-16 Thread Nick Anderson
On 05/16/2012 02:28 PM, no-re...@cfengine.com wrote: > bundle agent git_master > { >commands: > "/usr/bin/git pull origin" >comment => "Update /repo from git repository", >contain => silent_in_dir("/repo"); > } What happens if some cowboy came in and manually twiddled an

CFEngine Help: Re: CFEngine Help: git promises

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: git promises Author: analogue Link to topic: https://cfengine.com/forum/read.php?3,25955,25956#msg-25956 Thanks For now I'll just stick to update some master branch, using this: bundle agent git_master { commands: "/usr/bin/git pull origin"

Re: CFEngine Help: git promises

2012-05-16 Thread Nick Anderson
On 05/16/2012 01:50 PM, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: git promises > Author: analogue > Link to topic: https://cfengine.com/forum/read.php?3,25954,25954#msg-25954 > > Hi, > > I'm looking for some bundle that would allow me to write promises for some > git cloned re

CFEngine Help: git promises

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: git promises Author: analogue Link to topic: https://cfengine.com/forum/read.php?3,25954,25954#msg-25954 Hi, I'm looking for some bundle that would allow me to write promises for some git cloned repository. e.g.: "/some/git/repo" origin => "g...@github.com:user/r

CFEngine Help: Package architecture with yum

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: Package architecture with yum Author: reverb Link to topic: https://cfengine.com/forum/read.php?3,25953,25953#msg-25953 CFEngine Core 3.2.1 on CentOS 6, attempting to install i686 packages on an x86_64 architecture server with the x86_64 version of those packages alr

Re: [ANNOUNCE] CFEngine Community 3.3.2 is released

2012-05-16 Thread Bas van der Vlies
Thanks just installed on some production nodes that had this problem: {{{ cf-monitord. Huge amounts of listening sockets caused cf-agent to >segfault on next run (Mantis #1098). }}} On 05/16/2012 03:50 PM, Mikhail Gusarov wrote: > Good day. > > CFEngine Community 3.3.2 is available for downl

[ANNOUNCE] CFEngine Community 3.3.2 is released

2012-05-16 Thread Mikhail Gusarov
Good day. CFEngine Community 3.3.2 is available for download. This is a bugfix release. Evaluation of policies: - Do not segfault if file copy was interrupted due to network connectivity or server going away (Mantis #1089). - Do not segfault if log_failed attribute is present in body, but

Re: Segfault when reporting on array

2012-05-16 Thread Nick Anderson
On 05/16/2012 02:08 AM, Bas van der Vlies wrote: > 09:08 gb-r11n7.irc.sara.nl:/var/tmp/bas/2706930 > root# cf-agent -KI ./test_groups.cf > Unexpected argument with no preceding option: ./test_groups.cf > Fatal CFEngine error: Aborted > > no segv > -- Try it with cf-agent -KIf ./test_groups.cf

CFEngine Help: Re: Cfengine 3.3 wins!

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: Re: Cfengine 3.3 wins! Author: msvob...@linkedin.com Link to topic: https://cfengine.com/forum/read.php?3,25626,25949#msg-25949 Yesterday, we deployed 3.3.1 across production and have upgraded the remaining bits of our infrastructure. I've found this to be the most

CFEngine Help: Re: Bug in readstringarray with big field ?

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: Re: Bug in readstringarray with big field ? Author: jbdenis Link to topic: https://cfengine.com/forum/read.php?3,25946,25948#msg-25948 If I change the reports to something mort relevant : reports: cfengine_3:: "$(array_name[$(idx)][0])"; I obtain this output

CFEngine Help: Re: Bug in readstringarray with big field ?

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: Re: Bug in readstringarray with big field ? Author: jbdenis Link to topic: https://cfengine.com/forum/read.php?3,25946,25947#msg-25947 Note for the users of the mailing list : I'm using CFengine 3.3.1. ___ Help-cfengine mai

CFEngine Help: Bug in readstringarray with big field ?

2012-05-16 Thread no-reply
Forum: CFEngine Help Subject: Bug in readstringarray with big field ? Author: jbdenis Link to topic: https://cfengine.com/forum/read.php?3,25946,25946#msg-25946 Hello everybody, I found a weird behaviour using "readstringarray". I'm trying to read a file formatted this way : grouptest:x:42:1,2

Re: Segfault when reporting on array

2012-05-16 Thread Bas van der Vlies
On 05/16/2012 04:55 AM, Nick Anderson wrote: > I am running 3.3.1 on ubuntu 64bit just randomly stumbled on this while > working on some policy. > > Policy to reproduce posted in this gist https://gist.github.com/2706930 > > > Its the last report listed that appears to cause it. Can anyone else