On Fri, May 16, 2014 at 1:20 AM, Lennart Poettering
<lenn...@poettering.net> wrote:
> On Thu, 15.05.14 19:02, Cristian Rodríguez (crrodrig...@opensuse.org) wrote:
>
>>
>> El 15/05/14 18:34, Lennart Poettering escribió:
>> > On Thu, 15.05.14 18:23, Cristian Rodríguez
>> > (crrodrig...@opensuse.org) wrote:
>> >
>> >> timesyncd requires networkd running.
>> >
>> > It doesn't really.... Should work either way...
>> >
>>
>> I tried that a few hours ago..
>>
>> r = manager_network_monitor_listen(m);
>>
>>         if (r < 0) {
>>                 log_error("Failed to listen to networkd events: %s",
>> strerror(-r));
>>                 goto out;
>>         }
>>
>> then it exits with failure.
>
> What's the precise error?
>
> Seems to work fine on my laptop that still has NetworkManager...

But networkd runs on your machine and exports state.

We need to make timesyncd gracefully accepting that no networkd
around, or we should just make it depend on it.

Kay
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to