Denying repeated connection from

2010-06-21 Thread Assarsson, Emil
Hi, It might be worth mention in the documentation: - that allowconnects will only accept 1 connection per client. - log entries "Denying repeated connection from" are a consequence of multiple of connection from clients when the server only permits one. - allowallconnects on server or setting m

Re: Denying repeated connection from

2010-06-21 Thread Seva Gluschenko
Emil, The maxconnections option in the body agent control serves exactly as a number of connections a client can do. The body server control has its own maxconnections option which restricts the total amount of client connections served by a server. So it's not "1 or all" as you wrote, at both sid

RE: Denying repeated connection from

2010-06-21 Thread Assarsson, Emil
The allowconnects in server only allow one connection per client. allowallconnects allows any number of connections up to the maxconnections limit. It's true as I also wrote that the number of connections can be controlled on the agent side. However that will not control those connections made

When will locks be removed?

2010-06-21 Thread Assarsson, Emil
Hi, If I have promises with ifelapsed set to 10080 and I want to make an update to that promise. How can I make that lock to be removed so it will run again? Best regards Emil Assarsson Sony Ericsson Mobile Communications AB "The information in this email, and attachment(s) thereto, is stric

Cfengine Help: Cfengine update using yum problems

2010-06-21 Thread no-reply
Forum: Cfengine Help Subject: Cfengine update using yum problems Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,17563,17563#msg-17563 Hello folks, Today I've been testing the update process for the cfengine itself on CentOS. Here is what I've got. First, I've tried

Cfengine Help: package downgrade doesn't work with yum

2010-06-21 Thread no-reply
Forum: Cfengine Help Subject: package downgrade doesn't work with yum Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,17564,17564#msg-17564 I'm trying to build a promise which allows me to downgrade a package on demand. I wrote the following method: bundle force_pac

Cfengine Help: Re: release candidate suggestion

2010-06-21 Thread no-reply
Forum: Cfengine Help Subject: Re: release candidate suggestion Author: Authority Link to topic: https://cfengine.com/forum/read.php?3,17496,17565#msg-17565 I, for one, would appreciate seeing more official releases of intermediary/patch releases. I can't seem to find the magic incantation to bu

Re: Cfengine Help: Re: release candidate suggestion

2010-06-21 Thread Jesse Becker
On Mon, Jun 21, 2010 at 11:21:57AM -0400, no-re...@cfengine.com wrote: >Forum: Cfengine Help >Subject: Re: release candidate suggestion >Author: Authority >Link to topic: https://cfengine.com/forum/read.php?3,17496,17565#msg-17565 > >intermediary/patch releases. I can't seem to find the magic inca

Cfengine Help: Re: release candidate suggestion

2010-06-21 Thread no-reply
Forum: Cfengine Help Subject: Re: release candidate suggestion Author: mark Link to topic: https://cfengine.com/forum/read.php?3,17496,17566#msg-17566 There will be a patch release 3.0.5p1 on 1st July ___ Help-cfengine mailing list Help-cfengine@cfengin

Re: Cfengine Help: Re: release candidate suggestion

2010-06-21 Thread Mark Burgess
Tokyo cabinet is not a necessity. Drop this option to use Berkeley DB by default. Jesse Becker wrote: > On Mon, Jun 21, 2010 at 11:21:57AM -0400, no-re...@cfengine.com wrote: >> Forum: Cfengine Help >> Subject: Re: release candidate suggestion >> Author: Authority >> Link to topic: https://cfeng

Cfengine Help: Re: Cfengine Help: Re: release candidate suggestion

2010-06-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine Help: Re: release candidate suggestion Author: matter Link to topic: https://cfengine.com/forum/read.php?3,17567,17569#msg-17569 My magic bullet aclocal automake --gnu -W none autoconf ./configure .. _

Re: Cfengine Help: package downgrade doesn't work with yum

2010-06-21 Thread Les Mikesell
On 6/21/2010 9:44 AM, no-re...@cfengine.com wrote: > > I'm trying to build a promise which allows me to downgrade a package on > demand. I wrote the following method: > > > bundle force_package(name, version) > { > packages: > centos:: > "$(name)" > package_metho

Cfengine Help: Re: Cfengine Help: package downgrade doesn't work with yum

2010-06-21 Thread no-reply
Forum: Cfengine Help Subject: Re: Cfengine Help: package downgrade doesn't work with yum Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,17570,17571#msg-17571 That's not quite true, since "yum remove" only removes a package, not its dependencies. It's getting worse if