Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NFSD: Unable to initialize client recovery tracking!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
molletts
Tux's lil' helper
Tux's lil' helper


Joined: 16 Feb 2013
Posts: 128

PostPosted: Sat Jul 06, 2024 10:46 am    Post subject: NFSD: Unable to initialize client recovery tracking! Reply with quote

Hi,

If I do not set CONFIG_NFSD_LEGACY_CLIENT_TRACKING in my kernel config (it is listed as deprecated), I get the following error in the kernel messages when nfsd starts:
Code:
NFSD: Unable to initialize client recovery tracking! (-110)

Apparently, the correct way to resolve this (i.e. not simply turning legacy client tracking methods back on) is to have nfsdcld running.

I can't see any reference to it in any of the installed openrc init scripts on my system. Should it not be started by /etc/init.d/nfs?

I'm running ~amd64 with a kernel built from sys-kernel/gentoo-sources-6.9.8.

Regards,
Stephen
Back to top
View user's profile Send private message
nicop
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2014
Posts: 75

PostPosted: Sun Jul 07, 2024 10:52 pm    Post subject: Reply with quote

I had to create a basic init file for my part :

Code:
#!/sbin/openrc-run
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="nfsdcld"
description="NFSv4 Client Tracking Daemon"
command=/usr/sbin/nfsdcld
Back to top
View user's profile Send private message
salahx
Guru
Guru


Joined: 12 Mar 2005
Posts: 556

PostPosted: Sun Jul 07, 2024 11:44 pm    Post subject: Reply with quote

I opened a bug for this: https://bugs.gentoo.org/show_bug.cgi?id=935724
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum