Cfengine Help: Suicidal cf-serverd ?

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Suicidal cf-serverd ? Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18593,18593#msg-18593 Hi all, I got some strange behavior on cf-serverd. I haven't got a chance to see what's really happening more than this log messages. I'm running 3.0.4

Cfengine Help: Re: Suicidal cf-serverd ?

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Suicidal cf-serverd ? Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,18593,18594#msg-18594 Emil, it's clear from server's output that you have to increase MaxConnections parameter in body server control. Raising it up to 1000 and ev

Re: Cfengine Help: Suicidal cf-serverd ?

2010-10-04 Thread Mark Burgess
We are releasing 3.1.0b1 source code today. Possibly this could help. Debugging the remaining server issues is very difficult, so all clues are appreciated. M On 10/04/2010 10:45 AM, no-re...@cfengine.com wrote: > Forum: Cfengine Help > Subject: Suicidal cf-serverd ? > Author: Metabaron > Link

Cfengine Help: Re: Suicidal cf-serverd ?

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Suicidal cf-serverd ? Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18593,18596#msg-18596 Thanks for the suggestions. I've increased the maxconnections on server to 1000. Lets see how it works out, but I believe that is just a symptomatic

Release candidate for 3.1.0 (source code only)

2010-10-04 Thread Mark Burgess
Release candidate cfengine-3.1.0 beta 1 is now available from http://www.cfengine.org/pages/source_code MD5 862bc71846106d5dfb2367d73c21d5de SHA1 38199b1562ec0ba533700e8c34c5faf0e53664a2 This is expected to be the final release, subject to only minor modifications.

Cfengine Help: Re: Release candidate for 3.1.0 (source code only)

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Release candidate for 3.1.0 (source code only) Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18597,18598#msg-18598 Mark, How long do we have to kick the tires before the final release? ___ He

Cfengine Help: Re: Release candidate for 3.1.0 (source code only)

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Release candidate for 3.1.0 (source code only) Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18597,18599#msg-18599 This is an experiment to see if anyone will try the beta before the release. Normally everyone complains that the release wasn't

Cfengine Help: Re: Release candidate for 3.1.0 (source code only)

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Release candidate for 3.1.0 (source code only) Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18597,18600#msg-18600 Bugs 227 and 0208 seem to be fixed but not 201. I'll try to install in a full test environment this week. _

Cfengine Help: Re: Release candidate for 3.1.0 (source code only)

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Release candidate for 3.1.0 (source code only) Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18597,18601#msg-18601 Mark, was https://cfengine.com/bugtracker/view.php?id=227 fixed before or after today's release? Initial tests show that

Cfengine Help: Re: Release candidate for 3.1.0 (source code only)

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Release candidate for 3.1.0 (source code only) Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18597,18602#msg-18602 This was fixed and tested on Saturday. If it doesn't work, I'll need a copy of your fstab file along with a new bug report

Cfengine Help: Re: "Hourly" splayclass for daily staggered script execution; some nodes not executing

2010-10-04 Thread no-reply
Forum: Cfengine Help Subject: Re: "Hourly" splayclass for daily staggered script execution; some nodes not executing Author: dfriedman Link to topic: https://cfengine.com/forum/read.php?3,18359,18603#msg-18603 Sorry, I'm not connecting the dots. How would I be able to use dist with the code I or

Promises being ignore!!!

2010-10-04 Thread Lebel, Marco
Hello all, I want to check with you if my understanding of the following is correct or not: Assuming the following cfengine script: body common control { bundlesequence => { "do_example1" }; } bundle agent do_example1 { methods: "do_one" usebundle => do_master("AB", "BA BB BC")

Re: Release candidate for 3.1.0 (source code only)

2010-10-04 Thread Michael Potter
It's nice to see a release candidate approach - hopefully it will result in a high quality release without the need for a "p1"! On Tue, Oct 5, 2010 at 2:39 AM, Mark Burgess wrote: > > Release candidate cfengine-3.1.0 beta 1 is now available from > > http://www.cfengine.org/pages/source_code > >

Re: Promises being ignore!!!

2010-10-04 Thread Seva Gluschenko
Marco, this is not the bug but the way Cfengine evaluates variables (as it is described in the reference manual, BTW). If you want slist to be re-evaluated, you should add "policy => overridable" to that slist definition. As always, running cf-agent -v (in verbose mode) provides you with much mor