Cfengine Help: Re: Syntax checking without promise analyze

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: Syntax checking without promise analyze Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,18689,18849#msg-18849 Eduard, I think this is actually a nice idea - use svn hooks to check the syntax and prevent check-in of incorrect files. What I

Cfengine Help: Re: variable expansion inside a single bundle

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: variable expansion inside a single bundle Author: bglomm Link to topic: https://cfengine.com/forum/read.php?3,18819,18848#msg-18848 thnx Neil, yes, but: cf-promises -vf ./bar.cf tells me still (last four lines of output): cf3 Initiate variable convergence...

Cfengine Help: Re: latest cf-monitord memor usage

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: latest cf-monitord memor usage Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18826,18847#msg-18847 It just a theory at this point but I encourage others to check. We are testing to see if the leak is causing core files on AIX hosts. _

Cfengine Help: Re: latest cf-monitord memor usage

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: latest cf-monitord memor usage Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18826,18846#msg-18846 The test host is a fresh RHEL5 64 install with about 16GB of RAM. I do restarts but that is a work around and customers are wary of pote

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: joke Link to topic: https://cfengine.com/forum/read.php?3,18833,18845#msg-18845 Of cause reloading would be a performance penalty. That's why I would prefer regex pattern matching or something like $(sys.client_host) with

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18833,18844#msg-18844 If you were expecting it to reload every time, you might not have been expecting the performance hit that would entail. You could get cf-agen

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: joke Link to topic: https://cfengine.com/forum/read.php?3,18833,18843#msg-18843 I just tried to use execresult but it doesn't work as expected. cf-serverd needs to be restarted in order to regenerate the permissions lists

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: joke Link to topic: https://cfengine.com/forum/read.php?3,18833,18842#msg-18842 Filled bug report ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/

Cfengine Help: Re: Request for Cfengine's SVN ViewVC interface to offer the TAR download option

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: Request for Cfengine's SVN ViewVC interface to offer the TAR download option Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18803,18841#msg-18841 We'll try to get to it before too long. ___ Help-cfen

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18833,18840#msg-18840 I shall certainly give it some thought for the future. Why not submit a feature request in our bug tracker?

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: joke Link to topic: https://cfengine.com/forum/read.php?3,18833,18839#msg-18839 Using execresult would be an alternative. I just tough about using path names with regular expressions and using the match-function to limit

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,18833,18838#msg-18838 Mark, certainly, having a $(sys.client_host), or $(sys.client_ip) in cf-serverd would have solved such issues in more automated w

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18833,18837#msg-18837 There are no real short cuts if you want specific detailed access control. You have to specify it somehow. You could generate the list from /

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: joke Link to topic: https://cfengine.com/forum/read.php?3,18833,18836#msg-18836 I would prefer not to use an explicit list such as "client" slist => { "client-one","client-two", ... }; because that list needs to be maint

Cfengine Help: Re: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: path based access rules on server Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18833,18835#msg-18835 Why not use a list pattern for all your cases: vars: "client" slist => { "client-one","client-two", ... }; access: "/some_path/

Cfengine Help: Re: Bad bug in files_operators.c

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: Re: Bad bug in files_operators.c Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18831,18834#msg-18834 Jim, thanks for pointing this out. It is a simple question of semantics in links that are directories. A small issue with potentially large conseq

Cfengine Help: path based access rules on server

2010-10-22 Thread no-reply
Forum: Cfengine Help Subject: path based access rules on server Author: joke Link to topic: https://cfengine.com/forum/read.php?3,18833,18833#msg-18833 Hello, I'm trying to figure out if there is a way to restrict cf-agent's access to cf-serverd during copy_from operation based on the hostname o