Re: nfsd hang and kernel bug in 2.6.35-rc3

From: Chris Vine
Date: Wed Jun 16 2010 - 17:09:15 EST


On Wed, 16 Jun 2010 12:35:32 -0400
Jeff Layton <jlayton@xxxxxxxxxx> wrote:
[snip]
> No, I don't think we ever saw any oopses from this, but I think I can
> see what happened here:
>
> rpc.nfsd was unable to hand any socket fd's off to the kernel due to
> being unable to start lockd. Regardless though, it tried to start
> threads anyway, and called into nfsd_init_socks. It then started a udp
> socket, and tried to call lockd_up again. That failed, and it
> returned error. Now sv_permsocks is non-empty but the socket there
> doesn't hold a lockd reference.
>
> The right fix is probably to tear down the socket when lockd_up fails
> in nfsd_init_socks.
>
> I suspect that Chris may be using an older version of rpc.nfsd though
> that might behave a little differently than the one I was using, and
> that might account for why he hit this and we didn't.
>
> Chris, what version of nfs-utils do you have installed on this box?
[snip]

It's the stock nfs-utils-1.2.2 which comes with slackware 13.1, which
seems to be the latest (stable) release.

Chris


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/