2011-04-21 17:00:52

by Mkrtchyan, Tigran

[permalink] [raw]
Subject: pNFS kernel for Fedora 15


Hi Steve et. al.

it looks like kernel fails to correctly work with
rpc.gssd if some of kernel modules statically
compiled:

BAD (pnfs kernel from Steve):
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=y

in messages:
[ 537.544188] gss_create: Pseudoflavor 390003 not found!
[ 537.544236] RPC: Couldn't create auth handle (flavor 390003)


GOOD (fedora native kernel or my own build):
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m

Steve, could you build new kernel with CONFIG_RPCSEC_GSS_KRB5=m ?


BTW, there was a similar issue with nfsd discussed last couple of days.
http://www.spinics.net/lists/linux-nfs/msg20617.html


Thanks
Tigran.




2011-04-27 14:01:08

by Mkrtchyan, Tigran

[permalink] [raw]
Subject: Re: pNFS kernel for Fedora 15

The build for fc16 looks like OK.

Tigran.

On 04/23/2011 02:05 PM, Steve Dickson wrote:
>
> On 04/21/2011 12:30 PM, Tigran Mkrtchyan wrote:
>> Hi Steve et. al.
>>
>> it looks like kernel fails to correctly work with
>> rpc.gssd if some of kernel modules statically
>> compiled:
>>
>> BAD (pnfs kernel from Steve):
>> CONFIG_SUNRPC_GSS=m
>> CONFIG_RPCSEC_GSS_KRB5=y
>>
>> in messages:
>> [ 537.544188] gss_create: Pseudoflavor 390003 not found!
>> [ 537.544236] RPC: Couldn't create auth handle (flavor 390003)
>>
>>
>> GOOD (fedora native kernel or my own build):
>> CONFIG_SUNRPC_GSS=m
>> CONFIG_RPCSEC_GSS_KRB5=m
>>
>> Steve, could you build new kernel with CONFIG_RPCSEC_GSS_KRB5=m ?
>>
>>
>> BTW, there was a similar issue with nfsd discussed last couple of days.
>> http://www.spinics.net/lists/linux-nfs/msg20617.html
> I'll take a look... thanks!
>
> steved.


2011-04-23 12:06:07

by Steve Dickson

[permalink] [raw]
Subject: Re: pNFS kernel for Fedora 15



On 04/21/2011 12:30 PM, Tigran Mkrtchyan wrote:
>
> Hi Steve et. al.
>
> it looks like kernel fails to correctly work with
> rpc.gssd if some of kernel modules statically
> compiled:
>
> BAD (pnfs kernel from Steve):
> CONFIG_SUNRPC_GSS=m
> CONFIG_RPCSEC_GSS_KRB5=y
>
> in messages:
> [ 537.544188] gss_create: Pseudoflavor 390003 not found!
> [ 537.544236] RPC: Couldn't create auth handle (flavor 390003)
>
>
> GOOD (fedora native kernel or my own build):
> CONFIG_SUNRPC_GSS=m
> CONFIG_RPCSEC_GSS_KRB5=m
>
> Steve, could you build new kernel with CONFIG_RPCSEC_GSS_KRB5=m ?
>
>
> BTW, there was a similar issue with nfsd discussed last couple of days.
> http://www.spinics.net/lists/linux-nfs/msg20617.html
I'll take a look... thanks!

steved.