On Wed, 01.12.10 22:55, Andrey Borzenkov (arvidj...@gmail.com) wrote:

> In Mandriva we are using {ifup,ifdown}.d script for callouts. One
> package install script that - in both cases - does "service vnstat
> force-reload". During shutdown it is causing interesting effect - this
> request hangs which causing network service (that indirectly calls it)
> to hang as well and be finally killed:

[...]

> What I wonder in this case, why vnstat.service/reload appears to hang
> in this case? The job itself fails during startup (initscript is
> disabled, so it gets indirect request from ifup and does nothing):

Does this probelm still exist?

Most likely this is simply an ordering deadlock: systemd executes
something that asks systemd to execute something else which however is
order after the first unit. That is is not really fixable. At least I am
have no idea what we could do about this.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to