<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:pachoramos1@gmail.com" title="Pacho Ramos <pachoramos1@gmail.com>"> <span class="fn">Pacho Ramos</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW --- - RFE: All unit condition pre-requisites mismatch must be logged"
href="https://bugs.freedesktop.org/show_bug.cgi?id=69209">bug 69209</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>systemd@gentoo.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - RFE: All unit condition pre-requisites mismatch must be logged"
href="https://bugs.freedesktop.org/show_bug.cgi?id=69209#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - RFE: All unit condition pre-requisites mismatch must be logged"
href="https://bugs.freedesktop.org/show_bug.cgi?id=69209">bug 69209</a>
from <span class="vcard"><a class="email" href="mailto:pachoramos1@gmail.com" title="Pacho Ramos <pachoramos1@gmail.com>"> <span class="fn">Pacho Ramos</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>