Hello,
I have a NIS/NFS client that was running OpenSUSE 13.2v. Last week I upgrade (using network upgrade steps) to Tumbleweed.
Now I can not mount the NFS shares. The NIS server is working ok.
Some messages:
lamodel:~ # systemctl status nfs.service
● nfs.service - Alias for NFS client
Loaded: loaded (/usr/lib/systemd/system/nfs.service; enabled; vendor preset: disabled)
Drop-In: /run/systemd/generator/nfs.service.d
└─50-insserv.conf-$remote_fs.conf
Active: failed (Result: exit-code) since Thu 2016-02-18 17:45:06 BRST; 16h ago
Process: 8973 ExecStop=/usr/bin/umount -aft nfs,nfs4 (code=exited, status=0/SUCCESS)
Process: 8966 ExecStartPost=/usr/bin/mount -at nfs,nfs4 (code=exited, status=32)
Process: 8963 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 8963 (code=exited, status=0/SUCCESS)
Feb 18 17:45:06 lamodel systemd[1]: Starting Alias for NFS client...
Feb 18 17:45:06 lamodel mount[8966]: mount.nfs4: mount system call failed
Feb 18 17:45:06 lamodel systemd[1]: nfs.service: Control process exited, code=exited status=32
Feb 18 17:45:06 lamodel systemd[1]: Failed to start Alias for NFS client.
Feb 18 17:45:06 lamodel systemd[1]: nfs.service: Unit entered failed state.
Feb 18 17:45:06 lamodel systemd[1]: nfs.service: Failed with result 'exit-code'.
lamodel:~ # showmount -e chem-alpha
Export list for chem-alpha:
/home 172.16.40.0/255.255.0.0
(chem-alpha is the NIS/NFS server)
lamodel:~ # mount -a
mount.nfs: mount system call failed
The input in fstab:
chem-alpha:/home /home nfs defaults 0 0
Also: rpcbind is running normally and I am not using NetworkManager.
Any ideas?
Thanks in advance