While setting up my fresh new installation of Leap 15.1, I could not get the NFS Client dialog in Yast to create a mount for my NFS server export. Nothing happened at all. I went to the terminal and ran showmount -e ‘my server’ and saw the export list just fine. I then mounted using the cmd line, and mounted just fine. I also, mounted using the Partitioner dialog in Yast to mount the NFS exports, and that also worked ( plus added to fstab, bonus). In the past versions of OpenSuSE, prior to 42.3 (my last ver before 15.1) I’d always mounted NFS exports manually via the cmd line, but thought that since it worked perfectly in 42.3, it would do so in 15.1.
Let me know if I’m missing something, otherwise I may submit a bug report.
Recommend confirming by leaving open a console running the following to display what the YaST module does, whether it tries to execute the mount command
journalctl -f
If you can confirm the mount is command is missing or the command executes but throws an error,
You might submit an issue to https://bugzilla.opensuse.org
Jun 07 15:04:09 linux-occ7 systemd[1]: Reloading.
Jun 07 15:04:10 linux-occ7 systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Jun 07 15:04:10 linux-occ7 systemd[1]: Reloading.
Jun 07 15:04:10 linux-occ7 systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Jun 07 15:04:11 linux-occ7 systemd[1]: Starting Notify NFS peers of a restart...
Jun 07 15:04:11 linux-occ7 systemd[1]: Starting Alias for NFS client...
Jun 07 15:04:11 linux-occ7 sm-notify[14965]: Version 2.1.1 starting
Jun 07 15:04:11 linux-occ7 sm-notify[14965]: Already notifying clients; Exiting!
Jun 07 15:04:11 linux-occ7 systemd[1]: Started Alias for NFS client.
Jun 07 15:04:11 linux-occ7 systemd[1]: Started Notify NFS peers of a restart.
Jun 07 15:04:11 linux-occ7 systemd[1]: Reached target NFS client services.
Jun 07 15:04:14 linux-occ7 dbus-daemon[822]: [system] Activating service name='org.opensuse.Snapper' requested by ':1.367' (uid=0 pid=15116 comm="/usr/bin/snapper create --type=post --cleanup-algo") (using servicehelper)
Jun 07 15:04:14 linux-occ7 dbus-daemon[822]: [system] Successfully activated service 'org.opensuse.Snapper'
I didn’t run it with the Partitioner, which would be a successful run. I’ll post the results after that’s done.