[OpenAFS-devel] OpenAFS 1.2.8 Release Candidate 2 now available for testing
Derrick J Brashear
shadow@dementia.org
Mon, 2 Dec 2002 23:00:24 -0500 (EST)
On Tue, 3 Dec 2002, [iso-8859-2] Martin MOKREJŠ wrote:
> I've figured out I have to have running afsd to have afslog working.
> Probably nothing new to you. :(
yup
> But, using 2.4.19 kernel I can most often start afsd, but rarely (like
> right now) I get:
module already loaded? no /afs? anything else "weird"?
> I've meant --enable-redhat-buildsys , but it seems I really don't need it.
yup
> > > I thought that when I compile my own kernel downloaded from www.kernel.org
> > > I'm safe.
> >
> > so did i, unless 2.4.20 is also broken.
>
> 2.4.19 works fine for me, with 2.4.20 I cannot load the module at all.
if you're sure you compiled the 2.4.20 module against useful headers, a
trip into src/libafs/MODLOAD-2.4.20-whatever and something like
foreach i (*.o)
echo $i
nm $i|grep kunmap_high
end
should tell you which object file is sad.