19.11.2018 19:26, Scott Simpson пишет:
OpenSUSE Tumbleweed 20181116
My NFS recently stopped working and I don't know why. I haven't changed anything.
And you did not install any updates? Try to recall when it started, check what updates were installed before; try to boot from snapshot preceding these updates.
Here is what happens when I try a local mount (I'm on madhatter 192.168.2.1):
root@madhatter:~# exportfs /home 192.168.0.0/255.255.0.0 /software 192.168.0.0/255.255.0.0 /multimedia 192.168.0.0/255.255.0.0 root@madhatter:~# mount 192.168.2.1:/home/mounts/build /mnt mount.nfs: requested NFS version or transport protocol is not supported root@madhatter:~#
In the output of journalctl -f I get:
Nov 18 22:44:07 madhatter rpc.gssd[948]: ERROR: can't open nfs/clnt1b/info: Invalid argument Nov 18 22:44:07 madhatter rpc.gssd[948]: ERROR: failed to parse nfs/clnt1b/info Nov 18 22:44:07 madhatter rpc.gssd[948]: ERROR: can't openat nfs/clnt1b: No such file or directory Nov 18 22:44:07 madhatter rpc.gssd[948]: ERROR: can't openat nfs/clnt1b: No such file or directory
What is this?
As far as I can tell this simply means that NFS connection went away. I'd start with sniffing network - is there any traffic between client and server at all? Run tcpfump/tshark/wireshark with suitable packet size (you can actually set it to 1500 to capture full packets) during mount and upload somewhere.
I do have Kerberos set up but I'm just trying to do a mount without Kerberos. I'm not sure what this rpc.gssd process is or whether it is screwing things up.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org