Constantin Gonzalez Schmitz wrote:

2. After going through the zfs-bootification, Solaris complains on reboot that
   /etc/dfs/sharetab is missing. Somehow this seems to have been fallen through
   the cracks of the find command. Well, touching /etc/dfs/sharetab just fixes
   the issue.

sharetab is now an in kernel filesystem.


3. But here's a more serious one: While booting, Solaris complains:

   Apr 19 15:00:37 foeni kcf: [ID 415456 kern.warning] WARNING: No randomness
   provider enabled for /dev/random. Use cryptoadm(1M) to enable a provider.

   Somehow, /dev/random and/or it's counterpart in /devices seems to have
   suffered from the migration procedure.

Does anybody know how to fix the /dev/random issue? I'm not very fluent in
cryptoadm(1M) and some superficial reading of it's manpage did not enlighten
me too much (cryptoadm list -p claims all is well...).

Send the output of the following:

cryptoadm list -p
cat /etc/crypto/kcf.conf
dd if=/dev/random bs=10 count=1 | od -x  (basically is it working now)

Can you also send the messages file so we can see when during boot this happened since it might indicate a race condition with the availability of /dev/random that only shows up with a ZFS root.


--
Darren J Moffat
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to