Hi Manfred,
Gesendet: Montag, 15. Juli 2019 um 14:36 Uhr; Von: "Manfred Hollstein"
On Mon, 15 Jul 2019, 12:53:12 +0200, ub22@gmx.net wrote:
Hi,
Gesendet: Montag, 15. Juli 2019 um 11:15 Uhr; Von: "Roger Oberholtzer"
We also have the KDE issue on boot. Our CIFS shares are mounted via autofs as defined in /etc/fstab. For example:
noauto,x-systemd.automount,x-systemd.idle-timeout=60,nofail,_netdev
In the moment at all systems the automounter was disabled.
you shouldn't, autofs will not solve the issues, but you can make them somewhat more acceptable; keyword is "AUTOFS_OPTIONS="-t 30" (or something like this) in /etc/sysconfig/autofs
OK - done on the main client - if it works fine (must be checked after reboot) - I give you a short feed back tomorrow.
/etc/sysconfig/nfs: ## Path: Network/File systems/NFS server ## Description: Grace time for NFSv4 leases ## Type: integer ## Default: "" # # Set the grace time for the NFSv4 and NLM (for NFSv2 and # NFSv3). New file open requests (NFSv4) and new file locks # (NLM) will not be allowed until after this time has passed # to allow clients to recover state. NFSV4GRACETIME="10"
/etc/nfs.conf.local: [nfsd] grace-time=$NFSV4GRACETIME
/etc/sysctl.d/90-nfs.conf: fs/nfs/nlm_grace_period = 10
NFSV4GRACETIME (new) in /etc/sysconfig/nfs also defaults to 90 seconds, which makes your access to any such NFS share unavailable during that time.
As you can see, I reduce it to 10 seconds here, because I do trust my own network...
Still, rebooting or shutting down a 15.0 or 15.1 system hangs for too long (up to 3 minutes) from time to time... Didn't find the actual reason for it yet, though.
Done, hope it helps Ulf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org