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.
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.
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.