On Fri, Mar 2, 2018 at 2:53 PM, tech-lists <tech-lists at zyxst.net>
wrote:
> On 02/03/2018 21:38, Alan Somers wrote:
> > The relevant code is in /etc/rc.d/zfs, and it already uses
"-a". Have
> > you checked if /etc/rc.d/zfs is printing any errors to the console
> > during boot?
>
> Nothing much in dmesg -a
>
> # dmesg -a | egrep -i zfs
> ZFS filesystem version: 5
> ZFS storage pool version: features support (5000)
>
> # cat /etc/rc.conf | egrep -i zfs
> zfs_enable="YES"
>
> very puzzling
> --
> J.
>
dmesg only shows stuff that comes from the kernel, not the console. To see
what's printed to the console, you'll actually have to watch it. Or
enable
/var/log/console.log by uncommenting the appropriate line in
/etc/syslog.conf.
-Alan