Re: Ignoring virtual interfaces

2012-03-01 Thread Mark Burgess
Thanks for reminding about this, Bryan. On 03/01/2012 11:45 PM, Brian Bennett wrote: I came across this old post on the mailing list: https://cfengine.org/pipermail/help-cfengine/2009-December/006811.html Quoting the relevant portion: Mark Burgess wrote: Ouch. Perhaps we can make a configur

Re: Is source RPM available for prebuilt community pacakges?

2012-03-01 Thread Kaiwang Chen
Thanks guys. I noticed that Russ's is 3.2.3 with db, while both Jesse's and official binary is 3.2.1 with tokyocabinet, so is anything wrong with 3.2.3 or bdb? I once tried to compile cfengine on my mac air(OS X Lion) with dbd5 from macports as well, however the binary crashed on startup. Jeremy Ma

Re: CFEngine Help: Re: Ignoring virtual interfaces

2012-03-01 Thread Brian Bennett
On Mar 1, 2012, at 3:22 PM, no-re...@cfengine.com wrote: > > Perhaps skipidentity or skipverify I already have both of those set. This doesn't have anything to do with the classes that get set. -- Brian Bennett | http://digitalelf.net/ | baha...@me.com aim - elfbahamat | jabber - baha...@digi

CFEngine Help: Re: Ignoring virtual interfaces

2012-03-01 Thread no-reply
Forum: CFEngine Help Subject: Re: Ignoring virtual interfaces Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,25137,25138#msg-25138 Perhaps skipidentity or skipverify ___ Help-cfengine mailing list Help-cfengine@cfengine.org htt

Ignoring virtual interfaces

2012-03-01 Thread Brian Bennett
I came across this old post on the mailing list: https://cfengine.org/pipermail/help-cfengine/2009-December/006811.html Quoting the relevant portion: Mark Burgess wrote: > Ouch. Perhaps we can make a configuration setting to ignore interfaces. > >> Bryan Ramirez wrote: >> Some of our servers ha

Re: CFEngine Help: Re: Delete lines not matching list

2012-03-01 Thread Nick Anderson
On 03/01/2012 02:14 PM, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Re: Delete lines not matching list > Author: bahamat > Link to topic: https://cfengine.com/forum/read.php?3,25108,25135#msg-25135 > > You can use pcretest(1) (usually included with libpcre, or pcre packages) to

CFEngine Help: Re: Delete lines not matching list

2012-03-01 Thread no-reply
Forum: CFEngine Help Subject: Re: Delete lines not matching list Author: bahamat Link to topic: https://cfengine.com/forum/read.php?3,25108,25135#msg-25135 You can use pcretest(1) (usually included with libpcre, or pcre packages) to test your regular expression with various input. Example: $ p

Re: Is source RPM available for prebuilt community pacakges?

2012-03-01 Thread R P Herrold
On Thu, 1 Mar 2012, Brian Whitehead wrote: > It would be helpful to have the source RPMS available or at least the .spec > file used to generate the RPMS. Maybe some at Cfengine will consider this > request. I built the requested version [3.2.3] with minimal changes from that of Chritsoph Mas

CFEngine Help: Why not create services for source install?

2012-03-01 Thread no-reply
Forum: CFEngine Help Subject: Why not create services for source install? Author: mack.rhinelander Link to topic: https://cfengine.com/forum/read.php?3,25133,25133#msg-25133 Currently an install from source does not create services. I presume that this is because of the unknown nature of the OS

Student successes from CFEngine training. Next training will be March 26 - 30 in Chicago.

2012-03-01 Thread Aleksey Tsalolikhin
Hi. I'd like to share student successes from the January training in Los Angeles and announce the next training, in Chicago on March 26 -30, 2012. STUDENT SUCCESSES Thank you for such a great class. Been to lots of technical training and you are the best instructor I've ha

CFEngine Help: Re: CFEngine Help: multihomed cf-serverd and ipv6

2012-03-01 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: multihomed cf-serverd and ipv6 Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,25049,25131#msg-25131 Does anyone have any more ideas before I head off to report a bug? ___ Help-cf

Re: Does ifvarclass allow illegal class expressions? (containing spaces) why doesn't it auto-canonify? (to save CPU cycles?)

2012-03-01 Thread Brian Bennett
I was thinking along these lines, but wasn't sure. My takeaway on this is that it appears that what ifvarclass is evaluating is a string (which is not guaranteed to be a valid class context) which it matches against the existing class contexts. If the string contains invalid class characters th

Re: Is source RPM available for prebuilt community pacakges?

2012-03-01 Thread Jesse Becker
Based off the work from Dag Wieers, and updated to a more recent release... http://cfengineers.org/wiki/index.php/RPM_.spec_file Fixes and updates are welcome. On Thu, Mar 1, 2012 at 10:16, Brian Whitehead wrote: > It would be helpful to have the source RPMS available or at least the .spec >

Re: Is source RPM available for prebuilt community pacakges?

2012-03-01 Thread Brian Bennett
I would also love to have the debian directory used to build the debs. -- Brian On Mar 1, 2012, at 7:16 AM, Brian Whitehead wrote: > It would be helpful to have the source RPMS available or at least the .spec > file used to generate the RPMS. Maybe some at Cfengine will consider this > requ

Re: Does ifvarclass allow illegal class expressions? (containing spaces) why doesn't it auto-canonify? (to save CPU cycles?)

2012-03-01 Thread Mark Burgess
On 03/01/2012 04:19 PM, Nick Anderson wrote: > On 03/01/2012 09:13 AM, Aleksey Tsalolikhin wrote: >> I'd love to know the design thought behind classes type promises >> autocanonifying identifiers, but not ifvarclass promises... is that >> done advisedly and if so, why, please? > I would be intere

Re: Does ifvarclass allow illegal class expressions? (containing spaces) why doesn't it auto-canonify? (to save CPU cycles?)

2012-03-01 Thread Mark Burgess
This would seem to be an error. Classes should not contain spaces. On 03/01/2012 04:13 PM, Aleksey Tsalolikhin wrote: > Hi. I thought class identifier naming convention was the same as for > any CFEngine identifier - alphanumeric and underscore only - but I > noticed in 3.2.1 that CFEngine accep

Re: Does ifvarclass allow illegal class expressions? (containing spaces) why doesn't it auto-canonify? (to save CPU cycles?)

2012-03-01 Thread Nick Anderson
On 03/01/2012 09:13 AM, Aleksey Tsalolikhin wrote: > I'd love to know the design thought behind classes type promises > autocanonifying identifiers, but not ifvarclass promises... is that > done advisedly and if so, why, please? I would be interested to know as well. -- Nick Anderson _

Re: Is source RPM available for prebuilt community pacakges?

2012-03-01 Thread Brian Whitehead
It would be helpful to have the source RPMS available or at least the .spec file used to generate the RPMS. Maybe some at Cfengine will consider this request. Sent from my iPad On Feb 29, 2012, at 10:58 AM, Diego Zamboni wrote: > Sorry, my bad, I see now that you meant the source rpms. I don

Does ifvarclass allow illegal class expressions? (containing spaces) why doesn't it auto-canonify? (to save CPU cycles?)

2012-03-01 Thread Aleksey Tsalolikhin
Hi. I thought class identifier naming convention was the same as for any CFEngine identifier - alphanumeric and underscore only - but I noticed in 3.2.1 that CFEngine accepts classes that have spaces in them - if they are slipped in through the ifvarclass attribute. (The reference manual states:

CFEngine Help: Re: Delete lines not matching list

2012-03-01 Thread no-reply
Forum: CFEngine Help Subject: Re: Delete lines not matching list Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,25108,25122#msg-25122 Test this very carefully. You could have some unexpected results. ___ Help-cfengine mailing