rngd read error

Greg Woods woods at ucar.edu
Mon Jun 29 16:17:54 UTC 2015


On Mon, Jun 29, 2015 at 9:30 AM, Timothy Murphy <gayleard at eircom.net> wrote:
>
>
> I tried "sudo journalctl _SYSTEMD_UNIT=rngd"
> but just got the response
>

This doesn't answer your *real* question, but here's how I did the culling:

#  journalctl -u rngd -b 1

> Logs begin at Tue 2015-01-13 07:42:13 CET,
>>
>> [root at snowcrash bin]# journalctl -u rngd -b 1
>
> -- Logs begin at Tue 2013-10-15 14:15:34 MDT, end at Mon 2015-06-29
>> 10:09:59 MDT. --
>
> Oct 15 15:57:25 snowcrash systemd[1]: Starting Hardware RNG Entropy
>> Gatherer Daemon...
>
> Oct 15 15:57:25 snowcrash systemd[1]: Started Hardware RNG Entropy
>> Gatherer Daemon.
>
> Oct 15 15:57:31 snowcrash systemd[1]: Starting Hardware RNG Entropy
>> Gatherer Daemon...
>
> Oct 15 15:57:31 snowcrash systemd[1]: Started Hardware RNG Entropy
>> Gatherer Daemon.
>
> Oct 15 15:57:31 snowcrash systemd[1]: rngd.service: main process exited,
>> code=exited, status=1/FAILURE
>
> Oct 15 15:57:31 snowcrash systemd[1]: Unit rngd.service entered failed
>> state.
>
>
>   end at Mon 2015-06-29 17:25:30 CEST
>

 "-b 1" means only show logs from the most recent boot, and "-u rngd" means
show only logs from the "rngd" unit. I presume I haven't got a hardware
entropy device either so the daemon just exits. The real question is why it
doesn't work that way for you.

I did figure this out from reading the journalctl man page, so maybe I am a
machine too :-)

--Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20150629/be90f102/attachment.html>


More information about the users mailing list