Re: [Openais] [corosync trunk] [patch] Initial support for security (uid-gid)

2009-05-13 Thread Fabio M. Di Nitto
On Wed, 2009-05-13 at 18:21 +0200, Jan Friesse wrote: > Third question. I'm not sure, if I should implement some reloading stuff > or not. Because in current implementation, ug_config.uid/gid are never > reloaded, and only logstuff is reloaded. > > Fourth think. From my point of view. ug_config.ui

Re: [Openais] [corosync trunk] [patch] Initial support for security (uid-gid)

2009-05-13 Thread Steven Dake
rename "security" as an objdb key to "uidgid". The uid || gid should be valid, not requiring an and operation. On Wed, 2009-05-13 at 18:21 +0200, Jan Friesse wrote: > Attached is first version of support for multiple security items (uid-gid). > > First question what I have. I'm currently testing

[Openais] [corosync trunk] [patch] Initial support for security (uid-gid)

2009-05-13 Thread Jan Friesse
Attached is first version of support for multiple security items (uid-gid). First question what I have. I'm currently testing uid and gid as a pair, so user process must have gid and uid (not only uid or gid). Is that correct, or you will rather see something, what will check uid OR gid? (From my

[Openais] [openais whitetank] install confdb libraries and header files.

2009-05-13 Thread Steven Dake
Currently openais whitetank doesn't install these required files. Index: Makefile === --- Makefile (revision 1918) +++ Makefile (working copy) @@ -92,6 +92,7 @@ ln -sf libevs.so.2.0.0 lib/libevs.so ln -sf libcpg.so.2.0.0 lib/libcp

Re: [Openais] [PATCH} votequorum: Major tidy & some fixes

2009-05-13 Thread Chrissie Caulfield
Steven Dake wrote: > good for merge Committed revision 2183. > On Tue, 2009-05-12 at 15:27 +0100, Chrissie Caulfield wrote: >> This patch converts votequorum to use the proper message delivery API >> rather than the tpg_ calls. It also remove a lot of mess around those >> calls, such as headers

Re: [Openais] [PATCH] corosync/trunk: cleanup logsys header whitespaces and comments

2009-05-13 Thread Fabio M. Di Nitto
Committed revision 2182. Thanks On Tue, 2009-05-12 at 23:47 -0700, Steven Dake wrote: > good for merge > > regards > -steve > > On Wed, 2009-05-13 at 07:49 +0200, Fabio M. Di Nitto wrote: > > No functional changes.. just plain cleanup > > > > Fabio > > _

[Openais] [PATCH] corosync/trunk: "With great power comes great responsibility." fix

2009-05-13 Thread Fabio M. Di Nitto
Hopefully one of the last bug fixes for logsys before we can focus on performance and code cleanup. Power: freedom to set random format Responsibility: get the output right to the different systems (syslog/stderr/logfile). With the current default format and the way in which we parse the format t