Discussion Overview
The discussion revolves around troubleshooting issues related to mounting an NFS (Network File System) share, specifically focusing on a situation where the mount process hangs. Participants explore various configurations, logs, and potential causes, including server-client communication and service status.
Discussion Character
- Technical explanation
- Debate/contested
- Experimental/applied
Main Points Raised
- One participant notes that the NFS server appears to communicate with the client but hangs during the mount process, despite local mounting working.
- Another participant requests the exports file and suggests that hosts.deny and hosts.allow may not affect the situation unless tcpwrappers are in use, while emphasizing the importance of the exports file and portmapper status.
- A participant shares their exports and hosts configuration files, along with output from rpcinfo, indicating various services and their ports.
- One suggestion is to try mounting without the 'hard' and 'intr' options and to allow all in hosts.allow, while also checking syslog for additional insights.
- A participant reports that their dmesg and syslog logs show an authenticated mount request but no further action, indicating a potential issue with the NFS daemon not running.
- Another participant speculates that the issue may stem from a faulty version of nfs-utils and considers trying an older version.
- One participant mentions that the SSH daemon on the client machine has died, which may affect the troubleshooting process.
Areas of Agreement / Disagreement
Participants express various hypotheses and suggestions, but there is no consensus on the root cause of the hanging issue. Multiple competing views and potential solutions remain under discussion.
Contextual Notes
There are indications of missing assumptions regarding the configuration and status of NFS services, as well as uncertainty about the role of specific files and services in the NFS setup.