<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 29, 2015 at 9:30 AM, Timothy Murphy <span dir="ltr">&lt;<a href="mailto:gayleard@eircom.net" target="_blank">gayleard@eircom.net</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
I tried &quot;sudo journalctl _SYSTEMD_UNIT=rngd&quot;<br>
but just got the response<br></blockquote><div><br></div><div>This doesn&#39;t answer your *real* question, but here&#39;s how I did the culling:</div><div><br></div><div>#  journalctl -u rngd -b 1</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Logs begin at Tue 2015-01-13 07:42:13 CET,<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">[root@snowcrash bin]# journalctl -u rngd -b 1</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">-- Logs begin at Tue 2013-10-15 14:15:34 MDT, end at Mon 2015-06-29 10:09:59 MDT. --</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Oct 15 15:57:25 snowcrash systemd[1]: Starting Hardware RNG Entropy Gatherer Daemon...</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Oct 15 15:57:25 snowcrash systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Oct 15 15:57:31 snowcrash systemd[1]: Starting Hardware RNG Entropy Gatherer Daemon...</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Oct 15 15:57:31 snowcrash systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Oct 15 15:57:31 snowcrash systemd[1]: rngd.service: main process exited, code=exited, status=1/FAILURE</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Oct 15 15:57:31 snowcrash systemd[1]: Unit rngd.service entered failed state.</blockquote><div><br></div>
  end at Mon 2015-06-29 17:25:30 CEST<br></blockquote><div><br></div><div> &quot;-b 1&quot; means only show logs from the most recent boot, and &quot;-u rngd&quot; means show only logs from the &quot;rngd&quot; unit. I presume I haven&#39;t got a hardware entropy device either so the daemon just exits. The real question is why it doesn&#39;t work that way for you.</div><div><br></div><div>I did figure this out from reading the journalctl man page, so maybe I am a machine too :-)</div><div><br></div><div>--Greg</div><div><br></div></div></div></div>