[1142] in NetBSD-Development
Re: AFS on NetBSD 1.1
daemon@ATHENA.MIT.EDU (John Kohl)
Thu Nov 30 20:46:40 1995
Date: Thu, 30 Nov 1995 20:45:08 -0500
From: John Kohl <jtk@atria.com>
To: hildekca@Glue.umd.edu
Cc: netbsd-afs@MIT.EDU
In-Reply-To: <199511302320.SAA08587@shorty.csc.umd.edu> (message from Kevin
Hildebrand on Thu, 30 Nov 1995 18:20:37 -0500 (EST))
(a) you will need an updated libafs for real-1.1 (the existing one will
like only 1.1_ALPHA or 1.0A). Coming soon (well, probably) to a cell
near you.
(b) your problem above is that securelevel is nonzero when you try to
load the module, and the kernel LKM support refuses to load modules in
"secure" mode. Try "options INSECURE" and/or load AFS in your /etc/rc
or /etc/rc.local script.
==John