Cfengine Help: tolorance against multiple PTR records

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: tolorance against multiple PTR records Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18384,18384#msg-18384 Hi, I'm currently running CFE on a bunch of clients that have DHCP assigned ip addresses. The DHCP registesters these in the DNS serve

Defining package_method with optional version number

2010-09-21 Thread Jonathan CLARKE
Hi all, I have defined a package_method for the package manager "gem" (it is used to install Ruby modules and manage their dependencies - not a *system* package manager, but a package manager nonetheless). body package_method gem { package_changes => "bulk"; package_list_command => "

Cfengine Help: Re: Daemon Checks

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Daemon Checks Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18350,18386#msg-18386 Try running the agent with -I as it will give more information about the actions it is taking. If you still can't find anything then go verbose, -v. Th

Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Controlling Module Calls Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18383,18387#msg-18387 Did you try ifelapsed? ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.o

Cfengine Help: Re: tolorance against multiple PTR records

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: tolorance against multiple PTR records Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18384,18388#msg-18388 Have you tried skipidentify? http://www.cfengine.org/manuals/cf3-reference.html#skipidentify-in-agent ___

Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Controlling Module Calls Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18383,18389#msg-18389 Hi Neil, ifelapsed is not quite what i'm after: The minimum time (in minutes) which should have passed since the last time that promise was verified

Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Controlling Module Calls Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18383,18390#msg-18390 Please show some demo code. Self contained if possible. ___ Help-cfengine mailing list Help-cfengi

Cfengine Help: Re: cf-serverd segfaulting

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: cf-serverd segfaulting Author: bbomgardner Link to topic: https://cfengine.com/forum/read.php?3,17924,18391#msg-18391 I recompiled without LDFLAGS='--static' and unfortunately there are still issues. I am assuming this is an issue with my server because testing

Cfengine Help: Re: cf-serverd segfaulting

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: cf-serverd segfaulting Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,17924,18392#msg-18392 I had a similar problem when testing with static binaries. The trouble was limited to one host that had a lot of third party software installed.

Cfengine Help: Re: cf-serverd segfaulting

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: cf-serverd segfaulting Author: bbomgardner Link to topic: https://cfengine.com/forum/read.php?3,17924,18393#msg-18393 Interesting. This server certainly has a bunch of software loaded as well... I'll work something out. =D Thanks!

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

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: "Hourly" splayclass for daily staggered script execution; some nodes not executing Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18359,18394#msg-18394 Have you thought about using dist instead? http://www.cfengine.org/manuals/cf3-refere

Cfengine Help: Re: cf-serverd segfaulting

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: cf-serverd segfaulting Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,17924,18395#msg-18395 It would be a good idea to run in gdb, obtain a backtrace and submit to a bug report. Cheers, --Nakarin _

NFS mount flags in fstab entry?

2010-09-21 Thread Mathew Hennessy
Hi, Is there a way to guarantee changes to relevant fstab NFS mount flags when made in a body mount? So far, I have to umount the dirs and delete them from fstab on the client for a cf-agent run to repopulate fstab with the changed flags. TIA, = Matt _

Re: 3.0.5p1: library.cf conflicts with cfengine_stdlib.cf. Trouble getting started.

2010-09-21 Thread Aleksey Tsalolikhin
On Mon, Sep 20, 2010 at 4:25 AM, Mark Burgess wrote: > > Sounds like maybe there is some version mixup. Do you have all the files from > the same > place? There should not be any duplicate definitions. > Dear Mark, I got all the files from the 3.0.5p1 Linux 64-bit RPM from the Engine Room on

Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Controlling Module Calls Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,18383,18398#msg-18398 Hi Nima, Cfengine will make up to three passes during convergence: http://www.cfengine.org/manuals/cf3-reference.html#Agent-normal-ordering In p

Re: Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread Jesse Becker
On Tue, Sep 21, 2010 at 06:04:51PM -0400, no-re...@cfengine.com wrote: >Forum: Cfengine Help >Subject: Re: Controlling Module Calls >Author: zzamboni >Link to topic: https://cfengine.com/forum/read.php?3,18383,18398#msg-18398 > >Hi Nima, > >Cfengine will make up to three passes during convergence:

Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Controlling Module Calls Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18383,18400#msg-18400 Hi Diego - thankyou for clarifying that, that sounds like a reasonable solution - and self-documenting too when implemented, I'll give it a go right n

Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Controlling Module Calls Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18383,18401#msg-18401 Dang. It seems to not work as expected; here is the relevant code: bundle agent ReIndexOpenLDAP { classes: "ReIndexOpenLDAP"

Cfengine Help: RHS of authorize promise for .* should be a list

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: RHS of authorize promise for .* should be a list Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18402,18402#msg-18402 This has been annoying me for some time now: teispes:/srv/sysconf# /etc/init.d/cfengine3 restart Restarting datacenter management

Cfengine Help: Re: Cfengine Help: Re: Controlling Module Calls

2010-09-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine Help: Re: Controlling Module Calls Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18399,18403#msg-18403 I may be doing this wrong, but here it goes: bundle agent ReIndexOpenLDAP { classes: "ReIndexOpenLDAP" exp

Re: NFS mount flags in fstab entry?

2010-09-21 Thread Tim Cutts
On 21 Sep 2010, at 21:12, Mathew Hennessy wrote: > Hi, > Is there a way to guarantee changes to relevant fstab NFS mount flags > when made in a body mount? So far, I have to umount the dirs and delete > them from fstab on the client for a cf-agent run to repopulate fstab > with the changed