Re: [systemd-devel] more verbose debug info than systemd.log_level=debug?

2017-04-08 Thread Michael Chapman
On Sun, 9 Apr 2017, Chris Murphy wrote: On Tue, Apr 4, 2017 at 11:55 AM, Andrei Borzenkov wrote: 03.04.2017 07:56, Chris Murphy пишет: On Thu, Mar 30, 2017 at 6:07 AM, Michael Chapman wrote: I am not a filesystem developer (IANAFD?), but I'm pretty sure they're going to say "the metadata _i

[systemd-devel] PLEASE REMOVE .... thanks

2017-04-08 Thread Gary Lock
___ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] more verbose debug info than systemd.log_level=debug?

2017-04-08 Thread Chris Murphy
On Tue, Apr 4, 2017 at 11:55 AM, Andrei Borzenkov wrote: > 03.04.2017 07:56, Chris Murphy пишет: >> On Thu, Mar 30, 2017 at 6:07 AM, Michael Chapman >> wrote: >> >>> I am not a filesystem developer (IANAFD?), but I'm pretty sure they're going >>> to say "the metadata _is_ synced, it's in the jou

[systemd-devel] ExecStartPost in a systemd unit file does not start docker service

2017-04-08 Thread Alex Chistyakov
Hello, I am trying to establish a connection between firewalld and docker services. I extended the default firewalld.service unit file by adding the following: [Service] ExecStartPost=-/bin/bash -c '/usr/bin/test -f /etc/default/docker && /bin/systemctl stop docker && /bin/systemctl start docker'