[OpenAFS-devel] Re: linux 2.6.x module version magic failure on SMP systems (FC2)

Jeffrey Hutzelman jhutz@cmu.edu
Fri, 18 Jun 2004 15:58:18 -0400


On Friday, June 18, 2004 14:35:45 -0400 Matthew Miller <mattdm@mattdm.org> 
wrote:

> On Fri, Jun 18, 2004 at 12:02:19PM -0400, Jeffrey Hutzelman wrote:
>> Try adding the following line just after the #if
>> defined(AFS_LINUX26_ENV)  in crref():
>>  if (current->group_info)
>
> Well, this makes the module not oops on load, but then afsd fails with
> "Error -1 in basic initialization".

Well, this brings us back to the beginning.
Is the SMP kernel compiled with CONFIG_REGPARM?
Are you using the patches from Rainer?
What error does truss show being returned from the ioctl on 
/proc/fs/openafs/afs_ioctl?