Re: [systemd-devel] FR: different gcrypt options for joornald and importd

2015-06-08 Thread Lennart Poettering
On Mon, 08.06.15 19:24, Alexey Shabalin (a.shaba...@gmail.com) wrote: Hi! I want build journald without gcrypt support. But --disable-gcrypt disabled build importd. Can you add diiferent options for journald and importd? You can build systemd twice to do this. On Fedora we

Re: [systemd-devel] How to get all PIDs in a service

2015-06-08 Thread Lennart Poettering
On Sun, 07.06.15 02:01, David Herrmann (dh.herrm...@gmail.com) wrote: Hi On Thu, Jun 4, 2015 at 6:31 PM, Andrei Borzenkov arvidj...@gmail.com wrote: В Thu, 04 Jun 2015 10:08:52 +0200 Sébastien Luttringer se...@seblu.net пишет: What's the right way to get all pid belonging to a service?

Re: [systemd-devel] systemd-networkd: IPForward with ipv6

2015-06-08 Thread Lennart Poettering
On Wed, 03.06.15 19:18, Sébastien Luttringer (se...@seblu.net) wrote: Hello, Since systemd v220, IPForward= parameter in [Network] set kernel parameters by interface (/proc/sys/net/ipv[46]/conf/*/forwarding). This is nice and works perfectly for ipv4. Unfortunately, ipv6 forwarding

Re: [systemd-devel] [PATCH] Partially revert ma-setup: simplify

2015-06-08 Thread Lennart Poettering
On Mon, 08.06.15 12:29, Lennart Poettering (lenn...@poettering.net) wrote: On Wed, 03.06.15 11:23, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: On Wed, 2015-06-03 at 06:50 +0200, Lennart Poettering wrote: On Tue, 02.06.15 11:55, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: We

Re: [systemd-devel] [PATCH] sd-bus: make sure type=error messages are also dumped

2015-06-08 Thread Lennart Poettering
On Fri, 29.05.15 09:48, Umut Tezduyar Lindskog (umut.tezdu...@axis.com) wrote: --- src/libsystemd/sd-bus/sd-bus.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/libsystemd/sd-bus/sd-bus.c b/src/libsystemd/sd-bus/sd-bus.c index

Re: [systemd-devel] systemd-networkd: IPForward with ipv6

2015-06-08 Thread Mantas Mikulėnas
IIRC, it is not quite a noop, but a logical AND between the two? Or maybe it was an OR. I'm pretty sure now the 'forwarding' setting was an OR between all interface (but, some other setting was an AND). I might be wrong though. Anyway, different net.ipvx.conf settings have different rules, and

Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-08 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: https://github.com/systemd/systemd/compare/master...systemd-mailing-devs:20150608.190012.161290626.d.hatayama%40jp.fujitsu.com -- Generated by https://github.com/haraldh/mail2git

Re: [systemd-devel] [PATCH] Partially revert ma-setup: simplify

2015-06-08 Thread Lennart Poettering
On Wed, 03.06.15 11:23, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: On Wed, 2015-06-03 at 06:50 +0200, Lennart Poettering wrote: On Tue, 02.06.15 11:55, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: We could add another parameter to copy_bytes(), but in this case it's cleaner to

Re: [systemd-devel] [PATCH] Partially revert ma-setup: simplify

2015-06-08 Thread Lennart Poettering
On Thu, 04.06.15 13:24, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Wed, Jun 03, 2015 at 11:23:51AM -0400, Mimi Zohar wrote: On Wed, 2015-06-03 at 06:50 +0200, Lennart Poettering wrote: On Tue, 02.06.15 11:55, Mimi Zohar (zo...@linux.vnet.ibm.com) wrote: We could add

[systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-08 Thread HATAYAMA Daisuke
Currently, SELinux unit access check is not performed if a given unit file has not been registered in a hash table. This is because function manager_get_unit() only tries to pick up a Unit object from a Unit hash table. Instead, we use function manager_load_unit() searching Unit file pathes for

Re: [systemd-devel] [PATCH] selinux: fix missing SELinux unit access check

2015-06-08 Thread Lennart Poettering
On Mon, 08.06.15 19:00, HATAYAMA Daisuke (d.hatay...@jp.fujitsu.com) wrote: Currently, SELinux unit access check is not performed if a given unit file has not been registered in a hash table. This is because function manager_get_unit() only tries to pick up a Unit object from a Unit hash

Re: [systemd-devel] siphash24 gives unmatched bloom_mask and bloom_filter?

2015-06-08 Thread eshark77
Hi, David I just modified the src/libsystemd/sd-bus/test-bus-match.c. And you could add the following two lines in the bloom_add_data() in bus-bloom.c for (i = 0; i size/sizeof(uint64_t); i++) log_info(bloom: filter[%d] = 0x%llx,i, filter[i]); Hi, All, I use

[systemd-devel] FR: different gcrypt options for joornald and importd

2015-06-08 Thread Alexey Shabalin
Hi! I want build journald without gcrypt support. But --disable-gcrypt disabled build importd. Can you add diiferent options for journald and importd? -- Alexey Shabalin ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] FR: different gcrypt options for joornald and importd

2015-06-08 Thread Dimitri John Ledkov
On 8 June 2015 at 16:12, Lennart Poettering lenn...@poettering.net wrote: On Mon, 08.06.15 16:12, Alexey Shabalin (a.shaba...@gmail.com) wrote: Hi! I want build journald without gcrypt support. But --disable-gcrypt disabled build importd. Can you add diiferent options for journald and

Re: [systemd-devel] FR: different gcrypt options for joornald and importd

2015-06-08 Thread Lennart Poettering
On Mon, 08.06.15 16:12, Alexey Shabalin (a.shaba...@gmail.com) wrote: Hi! I want build journald without gcrypt support. But --disable-gcrypt disabled build importd. Can you add diiferent options for journald and importd? You can build systemd twice to do this. On Fedora we build it twice for

Re: [systemd-devel] FR: different gcrypt options for joornald and importd

2015-06-08 Thread Lennart Poettering
On Mon, 08.06.15 16:28, Dimitri John Ledkov (dimitri.j.led...@intel.com) wrote: On 8 June 2015 at 16:12, Lennart Poettering lenn...@poettering.net wrote: On Mon, 08.06.15 16:12, Alexey Shabalin (a.shaba...@gmail.com) wrote: Hi! I want build journald without gcrypt support. But

Re: [systemd-devel] [PATCH] Partially revert ma-setup: simplify

2015-06-08 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jun 08, 2015 at 12:29:51PM +0200, Lennart Poettering wrote: On Thu, 04.06.15 13:24, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Wed, Jun 03, 2015 at 11:23:51AM -0400, Mimi Zohar wrote: On Wed, 2015-06-03 at 06:50 +0200, Lennart Poettering wrote: On Tue, 02.06.15

Re: [systemd-devel] FR: different gcrypt options for joornald and importd

2015-06-08 Thread Alexey Shabalin
Hi! I want build journald without gcrypt support. But --disable-gcrypt disabled build importd. Can you add diiferent options for journald and importd? You can build systemd twice to do this. On Fedora we build it twice for example to get python2 as well as python3 modules. But:

Re: [systemd-devel] siphash24 gives unmatched bloom_mask and bloom_filter?

2015-06-08 Thread David Herrmann
Hi On Mon, Jun 8, 2015 at 3:26 PM, eshar...@163.com wrote: Hi, David I just modified the src/libsystemd/sd-bus/test-bus-match.c. And you could add the following two lines in the bloom_add_data() in bus-bloom.c for (i = 0; i size/sizeof(uint64_t); i++)