Subject: Re: modload problem
To: NetBSD mailing list <nbsd@righi.df.unibo.it>
From: Love <lha@stacken.kth.se>
List: port-vax
Date: 12/08/2000 01:33:49
NetBSD mailing list <nbsd@righi.df.unibo.it> writes:

> this is the main problem.
> The module is not loaded so that of course mount_xfs is not supported....
> how I could fix this ?
> 
> startarla
> modload: can't reserve memory: Operation not permitted
> mount_xfs: mount: Operation not supported by device
> arlad: not found

Yes, you'll need to compile the kernel with `option INSECURE' or load the
kernel module in /etc/lkm.conf

This should be described in the README/INSTALL.

Love


Love