svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/mo...

Adrian Chadd adrian at freebsd.org
Sat Nov 1 22:50:01 UTC 2014


On 1 November 2014 15:39, Mark R V Murray <markm at freebsd.org> wrote:
> Hi
>
> I’m not sure what you are showing me here?
>
> How yo you draw the “not enough entropy” conclusion?

This is a kernel backtrace from the hostap process. It's stuck in that
particular read, waiting somewhere in random_adaptor_read().

If I hit ctrl-C on this process, the whole kernel hangs. I'll see if I
can get some ddb output from that.

> The writing happens at shutdown; before you do the shutdown could you please do a ‘sysctl kern.random’ and post the result?

It won't ever get to that point, as it's hanging at startup. :)

> Do you have anything random-related in your rc.conf?

Nope.

> Could you please do a verbose boot on a kernel with “options RANDOM_DEBUG” set and send me the dmesg output from a failing box.

Ok, I'll give that a go.
Thanks,


-adrian


More information about the svn-src-head mailing list