On 05/10/2019 16.15, Mark Hounschell wrote:
On 10/5/19 10:09 AM, Carlos E.R. wrote:
On 05/10/2019 16.02, Mark Hounschell wrote:
Just upgraded a box from 15.0 to 15.1 and all seems to work except the nfs server. Checked the config via yast and all looks normal. The nfsserver.service starts.
# systemctl status nfs-server ● nfs-server.service - NFS server and services Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled) Drop-In: /usr/lib/systemd/system/nfs-server.service.d └─nfsserver.conf, options.conf /run/systemd/generator/nfs-server.service.d └─order-with-mounts.conf Active: active (exited) since Sat 2019-10-05 09:59:13 EDT; 39s ago Process: 2837 ExecStart=/usr/sbin/rpc.nfsd $NFSD_OPTIONS (code=exited, status=0/SUCCESS) Main PID: 2837 (code=exited, status=0/SUCCESS) Tasks: 0 (limit: 4915) CGroup: /system.slice/nfs-server.service
Oct 05 09:59:12 harley systemd[1]: Starting NFS server and services... Oct 05 09:59:13 harley systemd[1]: Started NFS server and services.
I made no configuration changes. Neither of the leap-15.0 boxes are now able to mount the exports of the leap-15.1 system.
Check logs on both machines just after you try to mount.
Are there any known issues?
Firewall?
No Firewalls running.
Server dmesg:
Probably syslog has more. /var/log/messages, or journalctl
[ 21.624446] NFSD: Using UMH upcall client tracking operations. [ 21.624448] NFSD: starting 90-second grace period (net f0000098) [ 21.640682] FS-Cache: Loaded [ 21.683192] FS-Cache: Netfs 'nfs' registered for caching [ 21.686742] Key type dns_resolver registered [ 21.827372] NFS: Registering the id_resolver key type [ 21.827383] Key type id_resolver registered [ 21.827384] Key type id_legacy registered
client dmesg:
[ 7.458038] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 7.564961] NET: Registered protocol family 17 [ 11.142823] FS-Cache: Loaded [ 11.152139] FS-Cache: Netfs 'nfs' registered for caching [ 11.153742] Key type dns_resolver registered [ 11.163986] NFS: Registering the id_resolver key type [ 11.163991] Key type id_resolver registered [ 11.163991] Key type id_legacy registered [ 3608.075227] nfs: server harley not responding, still trying [ 3608.075282] nfs: server harley not responding, still trying [ 3608.075287] nfs: server harley not responding, still trying
That does seem like a network or firewall problem -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)