[systemd-bugs] [Bug 69209] RFE: All unit condition pre-requisites mismatch must be logged
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Apr 5 01:21:07 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=69209
Pacho Ramos <pachoramos1 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |systemd at gentoo.org
--- Comment #2 from Pacho Ramos <pachoramos1 at gmail.com> ---
I have just hit this, I was getting this:
# systemctl start pdnsd
#
But it wasn't running, looking to journalctl output I saw:
abr 05 10:19:04 belkin5 systemd[1]: Started pdnsd private name-server cache
daemon.
And running:
# systemctl status pdnsd
pdnsd.service - pdnsd private name-server cache daemon
Loaded: loaded (/usr/lib64/systemd/system/pdnsd.service; disabled)
Active: inactive (dead)
abr 05 10:17:11 belkin5 systemd[1]: Started pdnsd private name-server cache
daemon.
abr 05 10:17:25 belkin5 systemd[1]: Stopped pdnsd private name-server cache
daemon.
abr 05 10:17:34 belkin5 systemd[1]: Started pdnsd private name-server cache
daemon.
I needed to manually read the unit file and guess it was due missing
ConditionPath requirement:
ConditionPathExists=/etc/pdnsd/pdnsd.conf
But that is clearly not intuitive to me and I guess a lot of people won't guess
that
--
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/20140405/49db5499/attachment.html>
More information about the systemd-bugs
mailing list