[systemd-bugs] [Bug 68878] New: systemd does not execute multiple ExecStart after a daemon-reload
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 3 02:11:02 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=68878
Priority: medium
Bug ID: 68878
Assignee: systemd-bugs at lists.freedesktop.org
Summary: systemd does not execute multiple ExecStart after a
daemon-reload
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: harald at redhat.com
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
/lib/systemd/system/systemd-udev-trigger.service contains multiple ExecStart
ExecStart=/usr/bin/udevadm trigger --type=subsystems --action=add ;
/usr/bin/udevadm trigger --type=devices --action=add
If, after the first ExecStart, systemd is interrupted with a daemon-reload, the
other ExecStart parts are never executed.
[ 4.474521] cnyk systemd[1]: About to execute: /usr/bin/udevadm trigger
--type=subsystems --action=add
[ 4.474615] cnyk systemd[1]: Forked /usr/bin/udevadm as 231
[ 4.474695] cnyk systemd[1]: systemd-udev-trigger.service changed dead ->
start
[ 4.474712] cnyk systemd[1]: Expecting device
dev-disk-by\x2duuid-400cb83b\x2d3fad\x2d46bc\x2da71b\x2d0e34a4cfa373.device...
[ 4.474984] cnyk systemd[231]: Executing: /usr/bin/udevadm trigger
--type=subsystems --action=add
[ 4.475882] cnyk systemd[1]: Expecting device
dev-disk-by\x2duuid-5f5e62a5\x2d3143\x2d4bcf\x2d9d38\x2d968791cd4e16.device...
[ 4.477043] cnyk systemd[1]: Expecting device
dev-disk-by\x2duuid-67040d2c\x2d2f85\x2d42f8\x2dafb8\x2de667d90f09da.device...
[ 4.478198] cnyk systemd[1]: Set up jobs progress timerfd.
[ 4.478202] cnyk systemd[1]: Set up idle_pipe watch.
[ 4.479278] cnyk systemd[1]: Received SIGHUP from PID 1 (systemd).
[ 4.479287] cnyk systemd[1]: Received SIGCHLD from PID 215 (n/a).
[ 4.479293] cnyk systemd[1]: Reloading.
...
[ 5.694420] cnyk systemd[1]: Received SIGCHLD from PID 231 (udevadm).
[ 5.694449] cnyk systemd[1]: Got SIGCHLD for process 231 (udevadm)
[ 5.694485] cnyk systemd[1]: Child 231 died (code=exited, status=0/SUCCESS)
[ 5.694488] cnyk systemd[1]: Child 231 belongs to
systemd-udev-trigger.service
[ 5.694499] cnyk systemd[1]: systemd-udev-trigger.service: main process
exited, code=exited, status=0/SUCCESS
[ 5.694579] cnyk systemd[1]: systemd-udev-trigger.service changed start ->
exited
[ 5.694584] cnyk systemd[1]: Job systemd-udev-trigger.service/start
finished, result=done
[ 5.694616] cnyk systemd[1]: Started udev Coldplug all Devices.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130903/42b6480e/attachment.html>
More information about the systemd-bugs
mailing list