Re: [systemd-devel] how to conditional reload service

2014-06-22 Thread Vasiliy Tolstov
2014-06-22 22:14 GMT+04:00 Kirill Elagin : > systemctl reload-or-restart Wow, nice! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/

Re: [systemd-devel] how to conditional reload service

2014-06-22 Thread Kirill Elagin
`systemctl reload-or-restart`? -- Кирилл Елагин On Sun, Jun 22, 2014 at 10:05 PM, Vasiliy Tolstov wrote: > Hi. I have a problem - bird service. > [Unit] > Description=BIRD routing daemon ipv6 version > After=network.target > > [Service] > ExecStart=/usr/bin/bird6 -f -u bird -g bird > ExecRelo

[systemd-devel] how to conditional reload service

2014-06-22 Thread Vasiliy Tolstov
Hi. I have a problem - bird service. [Unit] Description=BIRD routing daemon ipv6 version After=network.target [Service] ExecStart=/usr/bin/bird6 -f -u bird -g bird ExecReload=/usr/bin/birdc6 configure ExecStop=/usr/bin/birdc6 down [Install] WantedBy=multi-user.target In this case reload only wor

Re: [systemd-devel] [PATCH 2/2] dhcp-network: don't bother with IP fragments

2014-06-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 20, 2014 at 08:28:37PM +0200, Tom Gundersen wrote: > Looks good to me. Please push. Pushed. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] build-sys: require elfutils >= 158

2014-06-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 20, 2014 at 01:46:04PM -0700, Michael Marineau wrote: > The recently added stacktrace support in 8d4e028f uses functions added > in elfutils 158. Check for one of the new functions to avoid attempting > to build against older versions. Applied. Zbyszek _

Re: [systemd-devel] [PATCH] fix systemd-resolved reference in man page

2014-06-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 20, 2014 at 02:46:18PM -0700, Jonathan Boulle wrote: > Guess this was missed in the copy-paste :-) Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-deve

Re: [systemd-devel] [PATCH] fix in_addr_prefix_intersect for 32bits

2014-06-22 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jun 22, 2014 at 07:36:03PM +0900, Marc-Antoine Perennou wrote: > shifting from a non fixed number of bits >= to the size of the type > leads to weird results, handle the special case of << 32 to fix it. Applied. Zbyszek ___ systemd-devel mailing

Re: [systemd-devel] [PATCH 0/12] kdbus: policy tests and fixes

2014-06-22 Thread Djalal Harouni
Hi Daniel, (Really sorry for my late response, my university/research job...) On Fri, Jun 20, 2014 at 07:21:25PM +0200, Daniel Mack wrote: > Hi Djalal, > > On 06/20/2014 06:49 PM, Djalal Harouni wrote: > > This series adds the test-kdbus-policy test. The first patches are > > prepration then you

Re: [systemd-devel] [PATCH] update .gitignore

2014-06-22 Thread Tom Gundersen
Applied. Thanks! -t On Sun, Jun 22, 2014 at 2:53 PM, Ronny Chevalier wrote: > --- > Hi, > > Sorry I forgot to update the .gitignore with the last commits. > > Ronny > > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 979ab45..e42fbcb 100644

[systemd-devel] [PATCH] update .gitignore

2014-06-22 Thread Ronny Chevalier
--- Hi, Sorry I forgot to update the .gitignore with the last commits. Ronny .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 979ab45..e42fbcb 100644 --- a/.gitignore +++ b/.gitignore @@ -116,6 +116,7 @@ /systemd-vconsole-setup /tags /test-archit

[systemd-devel] [PATCH] fix in_addr_prefix_intersect for 32bits

2014-06-22 Thread Marc-Antoine Perennou
shifting from a non fixed number of bits >= to the size of the type leads to weird results, handle the special case of << 32 to fix it. This was causing a test failure from test-socket-util: Assertion 'in_addr_prefix_intersect(f, &ua, apl, &ub, bpl) == result' failed at /var/tmp/paludis/build/sys-