Re: Cfengine Help: Re: feedback on 3.1.0b2: bootstrap into root crontab fails on CentOS: "File /var/spool/cron/crontabs/root was marked for editing but could not be opened"

2010-10-15 Thread Aleksey Tsalolikhin
Dear Neil, Thanks for your reply. Yes, the root crontab did exist (in my case). The problem is that Cfengine didn't know about Red Hat systems and was using an invalid (for Red Hat) path to the root crontab: /var/spool/cron/crontabs/root -- the correct path (on Red Hat) is /var/spool/cron/ro

RE: feedback on 3.1.0b2: bootstrap into root crontab fails on CentOS:"File /var/spool/cron/crontabs/root was marked for editing but couldnot be opened"

2010-10-15 Thread Montgomery, Philip
Under RHEL/Centos the path should be /var/spool/cron/root, not /var/spool/cron/crontabs/root. This e-mail, and any documents or data attached hereto, is intended for the intended recipients only. It may contain confidential and/or privileged information and no rights have been waived by the

Cfengine Help: Re: Building cfengine on AIX

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: Building cfengine on AIX Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18734,18773#msg-18773 I'm thinking of publishing a finished version but it is not ready yet. ___ Help-cfengine mailing li

Cfengine Help: Re: feedback on 3.1.0b2: bootstrap into root crontab fails on CentOS: "File /var/spool/cron/crontabs/root was marked for editing but could not be opened"

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: feedback on 3.1.0b2: bootstrap into root crontab fails on CentOS: "File /var/spool/cron/crontabs/root was marked for editing but could not be opened" Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18770,18772#msg-18772 Does the file /va

Cfengine Help: Re: Building cfengine on AIX

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: Building cfengine on AIX Author: technoronin Link to topic: https://cfengine.com/forum/read.php?3,18734,18771#msg-18771 Do you happen to have any handy build scripts you can share? ___ Help-cfengine mailing list Help-cf

feedback on 3.1.0b2: bootstrap into root crontab fails on CentOS: "File /var/spool/cron/crontabs/root was marked for editing but could not be opened"

2010-10-15 Thread Aleksey Tsalolikhin
Hi. I am on CentOS 5.5. When I run cf-agent for the first time, it complains: "File /var/spool/cron/crontabs/root was marked for editing but could not be opened" and is not able to insert the 5 minute schedule to root crontab. To fix this, change in site.cf, from: bundle common g { vars: SuS

Re: 3.1.0b2 - library.cf still conflicts with cfengine_stdlib.cf

2010-10-15 Thread Aleksey Tsalolikhin
Thank you, Mark. Should I expect to see the fix in 3.1.0b3 or in 3.1.0 final, please? I don't usually run code straight out of SVN mid-version -- don't want to get cut on the "cutting edge" of technology... On Fri, Oct 15, 2010 at 3:10 AM, Mark Burgess wrote: > > Resolved this >

Cfengine Help: Re: exec_timeout for execresult?

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: exec_timeout for execresult? Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18767,18768#msg-18768 Perhaps use a command as a module instead. That would allow you to set classes and use exec_timeout. http://www.cfengine.org/manuals/cf3-r

exec_timeout for execresult?

2010-10-15 Thread Frans Lawaetz
Hi, I use execresult to poll a job management system. The results determine a class based on some regex. Occasionally there are problems with the job management system which result in the processes never completing. With each subsequent cf-agent run the processes accumulate. I was wondering i

Cfengine Help: Re: segfault using edit_line with 3.1.0b2

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: segfault using edit_line with 3.1.0b2 Author: babudro Link to topic: https://cfengine.com/forum/read.php?3,18764,18766#msg-18766 Hi. Thanks for the reply. I did think of trying the SVN version, but only my Windows box has web access -- corporate security polici

Cfengine Help: Re: segfault using edit_line with 3.1.0b2

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: segfault using edit_line with 3.1.0b2 Author: eystein Link to topic: https://cfengine.com/forum/read.php?3,18764,18765#msg-18765 Please try latest svn trunk and submit a bug report for this if the issue persists (bug.cfengine.com). Also, attach a minimal policy t

Cfengine Help: segfault using edit_line with 3.1.0b2

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: segfault using edit_line with 3.1.0b2 Author: babudro Link to topic: https://cfengine.com/forum/read.php?3,18764,18764#msg-18764 I've run into an issue that perhaps is a bug. I have compiled 3.1.0b2 on two 64-bit machines and one 32-bit, all running RHEL5. The 64-b

Re: Cfengine Help: Re: Cfengine Help: Re: Cfengine minimal configuraton example

2010-10-15 Thread Erlend Leganger
On 15 October 2010 13:48, wrote: > Forum: Cfengine Help > Subject: Re: Cfengine Help: Re: Cfengine minimal configuraton example > Author: neilhwatson > Link to topic: https://cfengine.com/forum/read.php?3,18760,18762#msg-18762 > > Alas I don't think they keep Solaris packages but Sunfreeware does

Cfengine Help: Re: Cfengine Help: Re: Cfengine minimal configuraton example

2010-10-15 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine Help: Re: Cfengine minimal configuraton example Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18760,18762#msg-18762 Alas I don't think they keep Solaris packages but Sunfreeware does. ___

Re: 3.1.0b2 - library.cf still conflicts with cfengine_stdlib.cf

2010-10-15 Thread Mark Burgess
Resolved this On 10/15/2010 02:25 AM, Aleksey Tsalolikhin wrote: > Dear Dan, > > The cfengine 3.1.0b2 source distribution tar ball includes both > library.cf and cfengine_stdlib.cf. > >Please start with a clean slate and follow "Instructions to > replicate the problem" below, you'll see t