Am 18.05.2018 um 19:22 schrieb Benjamin Drung:
> Am Freitag, den 18.05.2018, 13:14 -0400 schrieb Felipe Sateler:
>> Control: tags -1 moreinfo
>> On Fri, May 18, 2018 at 8:57 AM Benjamin Drung <benjamin.drung@profit
>> bricks.com> wrote:

>>> $ systemctl cat [email protected]
>>> # /lib/systemd/system/[email protected]

>>> Before=sysinit.target


>>> Before=network-pre.target


>>> # Orders all kernel module startup before rdma-hw.target can become
>>> # ready
>>> Before=rdma-hw.target

All those Before orderings can not be guaranteed, if
[email protected] is started via a udev rule (dynamically).

udev can trigger the start of that service at any time during boot when
those targets are already active and systemd can't know that it has to
wait for [email protected] as it doesn't have that
information when it computes the initial boot transaction.

So this is really a problem of how [email protected] and
rdma-hw.target are implemented. They are not going to work like you
expected it to work, i.e. having a rdma-hw.target which other units can
order itself against reliably.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to