[OpenAFS] afsd: Error -1 in basic initialization

Derrick J Brashear shadow@dementia.org
Tue, 22 Jul 2003 15:55:58 -0400 (EDT)


> afsd: Forking rxevent daemon.
> SScall(137, 28, 36)=-1 afsd: Error -1 in basic initialization.

../config/afs_args.h:#define AFSOP_BASIC_INIT    36     /* used to be part
of START_AFS */

in afs_call.c we see AFSOP_BASIC_INIT can only return 0. however
AFSOP_BASIC_INIT didn't exist before (1.2.9? recently, in any case)

do you have an old module being loaded somehow? if not, then i guess i
have to look for how it might be miscompiled.


> (I'm not sure, but) i think the interesting part is the SScall(137, x, x)=-1