[opensuse] leap 15.1 nfs server
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. Are there any known issues? Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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? -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
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: [ 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 Regards Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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)
On 10/5/19 10:45 AM, Carlos E. R. wrote:
That does seem like a network or firewall problem
Well you are right. It is the firewall. Odd that an upgrade would start it when the system being upgraded never did. But that was it. All good now. Thanks Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/5/19 7:02 AM, 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.
Are there any known issues?
Regards Mark
Can you execute the command "exportfs" on the nfsserver as root. This will display the exported directories and IP requirements. -- Joseph Loo jloo@acm.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
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.
....
Are there any known issues?
Tumbleweed had a similar issue, see https://bugzilla.opensuse.org/show_bug.cgi?id=1151044 (Temporary) solution there was 'touch /etc/nfs.conf.local', then restart the nfsserver service. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/5/19 10:02 AM, 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.
Are there any known issues?
My issue was in fact, that after the upgrade to 15.1 via zypper dup, the firewall was being started where the 15.0 system before the upgrade did not start it. Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (6)
-
Carlos E. R.
-
Carlos E.R.
-
Joseph Loo
-
Mark Hounschell
-
Mark Hounschell
-
Peter Suetterlin