>> It seems like ZFS is not working on NetBSD-aarch64. The kernel module fails >> to load. >> >> # zfs >> internal error: failed to initialize ZFS library >> # modload zfs >> modload: zfs: Operation not permitted >> # uname -a >> NetBSD virtual 10.99.12 NetBSD 10.99.12 (GENERIC64) #0: Sat Mar 15 22:04:18 >> CET 2025 >> >> The same NetBSD-current works correctly on amd64. >> >> Please, advise. >> >> Kind regards, >> Adam > > Probably a securelevel thing? Try zfs=YES in rc.conf.
That helped. Thank you. Adam