Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFS daemon is not coming up after glibc upgrade to 2.40 #15867

Open
melsamathew opened this issue Mar 3, 2025 · 2 comments
Open

NFS daemon is not coming up after glibc upgrade to 2.40 #15867

melsamathew opened this issue Mar 3, 2025 · 2 comments

Comments

@melsamathew
Copy link

I have a query regarding the compatibility between nfsd and glibc. In our system, we've upgraded glibc to version 2.40 and are using NFS version 2.1.1 with NFSv3. Previously, with glibc 2.23, everything was working fine, and we weren’t using libtirpc. However, after the glibc upgrade, libtirpc was included and enabled in NFS as well. Now, none of the NFS-related services (nfsd, rpc.statd, rpc.mountd, portmap) are running.

When attempting to start nfsd, the following errors occur:

"unable to set any sockets for nfsd"
"writing fd to kernel failed: errno 89 (Destination address required)" or "errno 111 (Connection refused)"
Console logs show:
"svc: failed to register nfsdv3 RPC service (errno 111)."
After upgrading glibc, the --enable-obsolete-rpc option has been removed from glibc. Can anyone provide guidance on how to debug or resolve this issue?

@bpedersen2
Copy link
Contributor

This seems to be the wrong repo to ask this question. AWX does not do anything with nfsd or glibc.

@melsamathew
Copy link
Author

ok thanks for the reply. Is there any other forum to ask about nfs-utils?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants