Cfengine Help: Re: need help with restart_class; the example from the manual does not work (3.0.5p1)

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: need help with restart_class; the example from the manual does not work (3.0.5p1) Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18140,18144#msg-18144 The promise "ntpd" is very vague. I would be more specific. This is a regex. # servi

Cfengine Help: How can I install via cfengine on a remote host?

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: How can I install via cfengine on a remote host? Author: gurkensalat Link to topic: https://cfengine.com/forum/read.php?3,18145,18145#msg-18145 Hi, I'm running cygwin on Win XP. Is there a way to install software on a remote host? Is there a script for that? Or do I

Cfengine Help: Re: How can I install via cfengine on a remote host?

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: How can I install via cfengine on a remote host? Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18145,18146#msg-18146 Cfengine has some built in features for package management. My experience is limited to the Linux package managers Yum

Cfengine Help: Re: How can I install via cfengine on a remote host?

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: How can I install via cfengine on a remote host? Author: gurkensalat Link to topic: https://cfengine.com/forum/read.php?3,18145,18147#msg-18147 Thanks for your reply. I've found two pages: http://www.debian-administration.org/articles/398 http://webcache.googleus

Cfengine Help: Re: How can I install via cfengine on a remote host?

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: How can I install via cfengine on a remote host? Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18145,18148#msg-18148 Be careful. Both those links a referring to Cfengine version 2. ___ Help-c

Cfengine Help: Re: How can I install via cfengine on a remote host?

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: How can I install via cfengine on a remote host? Author: xeon22 Link to topic: https://cfengine.com/forum/read.php?3,18145,18149#msg-18149 I have implemented a solution for just that using cf-engine to kick off the wpkg script. Cf3 manages the configs by updatin

Cfengine Help: Re: How can I install via cfengine on a remote host?

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: How can I install via cfengine on a remote host? Author: eystein Link to topic: https://cfengine.com/forum/read.php?3,18145,18150#msg-18150 Nova comes with native package management for all Windows platforms, using .msi-files and packages-promises. -- Regards, E

Re: Cfengine Help: Re: How can I install via cfengine on a remote host?

2010-09-09 Thread Mike Hoskins
On 9/9/10 7:19 AM, "no-re...@cfengine.com" wrote: > http://webcache.googleusercontent.com/search?q=cache:50MwMPOHKukJ:sial.org/how > to/cfengine/windows/+cfengine+cygwin+install+software&cd=2&hl=de&ct=clnk&gl=de > (Under the point "Installing Software") I suggest just browsing to sial.org. -- M

Cfengine Help: disk space monitoring

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: disk space monitoring Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18152,18152#msg-18152 $ cat diskspace.cf ## body common control { bundlesequence => { "test" }; inputs => { "cfengine_stdlib.cf" }; } bundle co

Cfengine Help: Re: disk space monitoring

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: disk space monitoring Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,18152,18153#msg-18153 Looking at the code, this seems like a bug to me. From src/verify_storage.c, in the IsForeignFileSystem() function (line 374): if (childstat->st_dev

Cfengine Help: Re: disk space monitoring

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: disk space monitoring Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18152,18154#msg-18154 Not quite sure what you are suggesting. If you use xdev, then that is the correct behaviour. I think it's a question of semantics, and the error message

Cfengine Help: Re: disk space monitoring

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: disk space monitoring Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,18152,18155#msg-18155 I think it all depends on your interpretation of "foreign". To me, this means "mounted from a remote system". This is also what the documentation say

Cfengine Help: Re: disk space monitoring

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: disk space monitoring Author: zzamboni Link to topic: https://cfengine.com/forum/read.php?3,18152,18156#msg-18156 By the way, I agree that "no crossing filesystems" is the most commonly available option, and that is fine with me. However: 1. In this case the nam

Cfengine Help: Re: disk space monitoring

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: disk space monitoring Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18152,18157#msg-18157 Ok, let it all out, but remember to register a bug report ;-) ___ Help-cfengine mailing list Help-cfengine@cf

Re: Cfengine Help: Re: need help with restart_class; the example from the manual does not work (3.0.5p1)

2010-09-09 Thread Aleksey Tsalolikhin
@Seva: -K did not help. lock is not an issue in this case; regex is. thanks anyway! @neil watson: thanks, Neil! anchoring the regex helped (i.e. the example works now) I don't understand why regex "^ntpd" sets the restart_class, and regex "ntpd" does not. "ps auwx" output does not contain

Cfengine Help: Sending in Bug Reports

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Sending in Bug Reports Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18159,18159#msg-18159 Hi, As I've been hitting quite a number of crashes in cf3, I've written a little script to aid in generating bug reports. I want to know what other inform

Cfengine Help: Re: Sending in Bug Reports

2010-09-09 Thread no-reply
Forum: Cfengine Help Subject: Re: Sending in Bug Reports Author: nima Link to topic: https://cfengine.com/forum/read.php?3,18159,18160#msg-18160 I haven't managed to capture the output of the glibc dump unfortunately, despite redirection of the parent shell's file descriptors, a fix on that would

Re: Cfengine Help: Re: need help with restart_class; the example from the manual does not work (3.0.5p1)

2010-09-09 Thread Seva Gluschenko
Aleksey, I told you about regex and suggested looking into process_select compound body. Unfortunately, you didn't hear. There is no bug in there, at least until a process which matches 'ntpd' exists in table (it might be vi ntpd.cf which Neil is pointed on), it doesn't have to be ntpd executable.