Cfengine Help: CFEngine hang on a custom service restart

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: CFEngine hang on a custom service restart Author: yrouxel Link to topic: https://cfengine.com/forum/read.php?3,20265,20265#msg-20265 Hello, I am using cfegine 3.0.5p1 on CentOS 5.5. We have developped a specific service to be installed through a rpm package on a Ce

Congratulations to Aleksey Tsalolikhin!

2011-01-24 Thread Anita Bilicka
Hi Cfengine Users, I'd like to take this opportunity to congratulate Aleksey Tsalolikhin for his great efforts in becoming our newest Cfengine Community Contributor! He will be awarded with Cfengine Nova, along with some other great benefits. As well, a special thank you to all those of you wh

Cfengine Help: Re: CFEngine hang on a custom service restart

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: CFEngine hang on a custom service restart Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,20265,20267#msg-20267 Does it help if you do like the following; commands: guichet_bas_configured_ok:: "/sbin/service guichet-bas restart > /dev/

Cfengine Help: Re: CFEngine hang on a custom service restart

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: CFEngine hang on a custom service restart Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20265,20268#msg-20268 Hi, >From time to time I don't get external programs to behave if I don't use this >syntax: commands: guichet_bas_c

Cfengine Help: cfengine 3.1.3 issues

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: cfengine 3.1.3 issues Author: Beto Link to topic: https://cfengine.com/forum/read.php?3,20269,20269#msg-20269 Initial testing of 3.1.3 on a client upgraded from 3.0.5p1 shows a couple of problems. This is compiled with the 3.1.3 Ammended source tarball: 1. The 3.1.

Cfengine Help: Re: CFEngine hang on a custom service restart

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: CFEngine hang on a custom service restart Author: yrouxel Link to topic: https://cfengine.com/forum/read.php?3,20265,20270#msg-20270 Hi Nakarin, Thanks a lot for your help. Indeed it helps a lot, as it is working now ! In fact it works as soon as the standard o

Cfengine Help: Re: cfengine 3.1.3 issues

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: cfengine 3.1.3 issues Author: eystein Link to topic: https://cfengine.com/forum/read.php?3,20269,20271#msg-20271 Why don't you create a bug report? That's what the bug tracker is for. :) ___ Help-cfengine mailing list H

cf file not parsed

2011-01-24 Thread ghorlom
Hi all, I'm testing CFENGINE 3.1.2.1 on a SLES10 Box, and I experience a newbie problem. I wrote a cf file from the community site : bundle agent *filetest* { files: # This is a throw-away comment, below is a full-bodied promise "/tmp/testfile" # promiser comment =

Cfengine Help: Re: CFEngine hang on a custom service restart

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: CFEngine hang on a custom service restart Author: yrouxel Link to topic: https://cfengine.com/forum/read.php?3,20265,20273#msg-20273 Hi Bernt, Thanks for your answer. Unfortunately, it doesn't work either. By the way, I have noticed that command promises, don't

Cfengine Help: Re: cfengine 3.1.3 issues

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: cfengine 3.1.3 issues Author: Beto Link to topic: https://cfengine.com/forum/read.php?3,20269,20274#msg-20274 Issues 453 and 454 submitted. ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfeng

Cfengine Help: search and replace help

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: search and replace help Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,20275,20275#msg-20275 Dear all, I'm trying to build a policy that will search and replace shell history size in a profile file. I did not see a generic search and repla

Cfengine Help: Re: search and replace help

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: search and replace help Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,20275,20276#msg-20276 Don't you want to add .* right behind HISTSIZE=(?!${histsize})? edit_line => search_replace( "HISTSIZE=(?!${histsize}).*",

Cfengine Help: Re: cf file not parsed

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: cf file not parsed Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,20272,20277#msg-20277 Is it possible to see a verbose log of cf-agent? Cheers, --Nakarin ___ Help-cfengine mailing list Help-cfe

Cfengine Help: Re: Cfengine and AI

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine and AI Author: Ed Link to topic: https://cfengine.com/forum/read.php?3,20185,20278#msg-20278 I just want to integrate CFengine with GoodRelations* - I hate shopping... *http://www.heppnetz.de/projects/goodrelations/ __

Cfengine Help: Re: search and replace help

2011-01-24 Thread no-reply
Forum: Cfengine Help Subject: Re: search and replace help Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,20275,20279#msg-20279 Neil, (?! ...) is a _zero-width_ negative look-ahead assertion. Since it's zero-width, it ensures that the text inside the assertion is not presen