Forum: Cfengine Help
Subject: Re: Inserting not at the end of line
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,19053,19054#msg-19054
Well, this seems to be a bug. When there is exactly _one_ line before the
marker, I get the new line added three times to the end of the f
Forum: Cfengine Help
Subject: Nova and MS Registry
Author: TronDiz
Link to topic: https://cfengine.com/forum/read.php?3,19055,19055#msg-19055
Hi, im having som problems to modify a key in the Windows registry.
Here is my bundle:
bundle agent win_event_log_application
{
databases:
windows::
Forum: Cfengine Help
Subject: Re: Inserting not at the end of line
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,19053,19056#msg-19056
I see the same also. However, in this example the location should not matter
and only complicates the promise. Simple append the file
Forum: Cfengine Help
Subject: bundlesequence and inputs using readstringlist
Author: skibumatbu
Link to topic: https://cfengine.com/forum/read.php?3,19057,19057#msg-19057
As we start to use cfengine more and more, our bundlesequence is going to grow
longer and longer. Right now it is taking up 2
Forum: Cfengine Help
Subject: Re: Inserting not at the end of line
Author: ramirez
Link to topic: https://cfengine.com/forum/read.php?3,19053,19058#msg-19058
Point taken Neil, I will just append to the file. However, at least for me on
3.0.5p1, it doesn't seem to matter what I do. If I insert a
Forum: Cfengine Help
Subject: Re: bundlesequence and inputs using readstringlist
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,19057,19059#msg-19059
Scott,
You should use list notation, not variable iteration, AFAIR, i.e.
body common control {
bundlesequence =>
Forum: Cfengine Help
Subject: Re: bundlesequence and inputs using readstringlist
Author: skibumatbu
Link to topic: https://cfengine.com/forum/read.php?3,19057,19060#msg-19060
Seva, thanks for the input. I've made the change. But I'm still hanging when
running cf-agent.
__
Forum: Cfengine Help
Subject: Re: How to reset hostsseeen?
Author: hristob
Link to topic: https://cfengine.com/forum/read.php?3,18860,19061#msg-19061
Strange
after I erased the file (cf_LastSeen.db)I get following error:
!! Duplicate selection of value for variable "notmyhosts" in scope tes
Forum: Cfengine Help
Subject: Re: Inserting not at the end of line
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,19053,19062#msg-19062
It works fine for me with the latest code from svn.
# svn update
At revision 1490.
# src/cf-agent -V
This comprises cf-agent core comm
Forum: Cfengine Help
Subject: Re: bundlesequence and inputs using readstringlist
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,19057,19063#msg-19063
Well,
what version of Cfengine you are using? Try running cf-agent -d 1, it can tell
you more about the moment it ha
Hi,
I guess the only valid type is REG_SZ :
https://cfengine.com/inside/manuals/cfnova#Creating-a-value_002ddata-pair
Regards
Nicolas
Nicolas CHARLES
Normation SAS - http://www.normation.com
44 rue Cauchy – 94110 ARCUEIL
+33 (0)1 83 62 26 96 - +33 (0)6 14 63 25 18
On 04/11/2010 10:06, no-re.
Forum: Cfengine Help
Subject: Re: bundlesequence and inputs using readstringlist
Author: skibumatbu
Link to topic: https://cfengine.com/forum/read.php?3,19057,19064#msg-19064
Seva, again thanks for replying... I'm using 3.0.5p1 from the community
edition...
The -d 1 didn't help that much... Here
Forum: Cfengine Help
Subject: Re: bundlesequence and inputs using readstringlist
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,19057,19066#msg-19066
Is it possible that your inputs list just renders to something invalid? Did you
try to inspect "inputs" variable cont
Forum: Cfengine Help
Subject: Are case-insensitive classes possible?
Author: babudro
Link to topic: https://cfengine.com/forum/read.php?3,19067,19067#msg-19067
Hey, fellow Cfengineers,
I read in the manual, "Cfengine is case-sensitive (in all things)..." and am
trying to find a way around this f
Forum: Cfengine Help
Subject: Re: Are case-insensitive classes possible?
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,19067,19068#msg-19068
babudro Wrote:
> One machine I can rename by
> hand, but I can't check a thousand servers by
> hand
Well, but that's exactly what yo
Forum: Cfengine Help
Subject: Re: Are case-insensitive classes possible?
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,19067,19069#msg-19069
To be honest, the clever behaviour would be lowercasing hostname before
classifying it, but I don't know whether Mark bothere
Forum: Cfengine Help
Subject: Re: Are case-insensitive classes possible?
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,19067,19070#msg-19070
I agree, Seva. Looking at the code (3.1.0b2), it seems the hostname is not
being lowercased, although curiously the domain name is.
Forum: Cfengine Help
Subject: Re: Are case-insensitive classes possible?
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,19067,19071#msg-19071
A final thought about this: the ultimate solution would largely depend on the
OP's policy for hostnames. If the policy is "all names
Forum: Cfengine Help
Subject: Re: Are case-insensitive classes possible?
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,19067,19072#msg-19072
It can't be beneficial by any kind since both DNS and NetBIOS are case
insensitive. The least potential benefit I foresee is
Hi folks,
Anyone see this issue before where cf-execd dumps core?
I opened a bug case on cfengine.org.
t...@null (l...@1) program terminated by signal SEGV (no mapping at the fault
address)
Current function is BDB_CloseDB
69 return (dbp->close(dbp,0) == 0);
Any help would be appreci
On Fri, Nov 5, 2010 at 12:05 AM, wrote:
> Forum: Cfengine Help
> Subject: bundlesequence and inputs using readstringlist
> Author: skibumatbu
> Link to topic: https://cfengine.com/forum/read.php?3,19057,19057#msg-19057
>
> As we start to use cfengine more and more, our bundlesequence is going to
This is useful. Thanks, Seva!
Mark, could you please add this to the Cfengine website to make it available
to other Cfengine users?
Truly,
-at
On Sun, Oct 31, 2010 at 1:19 AM, wrote:
> Forum: Cfengine Help
> Subject: package management with yum: handling stuck processes
> Author: Seva Glusch
Forum: Cfengine Help
Subject: Re: Cfengine Help: Nova and MS Registry
Author: TronDiz
Link to topic: https://cfengine.com/forum/read.php?3,19065,19077#msg-19077
It worked. Thanks. :)
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfen
Forum: Cfengine Help
Subject: Re: Are case-insensitive classes possible?
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,19067,19076#msg-19076
Just to be clear: I absolutely agree! There is no reason to make case
distinctions in hostnames and cfengine should normalize them a
Hi,
I'm having an issue with a package promise in cf3, was hoping someone
would have an answer.
Basically what we are trying to do is set up a yum repository with
multiple versions of a given package in such a way that we can have cfengine
pin certain versions for certain types o
25 matches
Mail list logo