Update:
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
Seems that this is not helping. The login is without remount like next line not possible. ====== (systemctl status home.mount ; umount -f /home ; systemctl start home.mount ; systemctl status home.mount) ====== ● home.mount - /home Loaded: loaded (/etc/fstab; generated) Active: failed (Result: protocol) since Mon 2019-07-15 18:09:28 CEST; 7ms ago Where: /home What: 192.168.1.1:/mnt/nfs4/home Docs: man:fstab(5) man:systemd-fstab-generator(8) Jul 15 18:09:27 baldo systemd[1]: Mounting /home... Jul 15 18:09:28 baldo systemd[1]: home.mount: Mount process finished, but there is no mount. Jul 15 18:09:28 baldo systemd[1]: home.mount: Failed with result 'protocol'. Jul 15 18:09:28 baldo systemd[1]: Failed to mount /home. ● home.mount - /home Loaded: loaded (/etc/fstab; generated) Active: active (mounted) since Mon 2019-07-15 18:26:48 CEST; 13ms ago Where: /home What: 192.168.1.1:/mnt/nfs4/home Docs: man:fstab(5) man:systemd-fstab-generator(8) Tasks: 0 (limit: 4915) Memory: 216.0K CGroup: /system.slice/home.mount Jul 15 18:26:48 baldo systemd[1]: Mounting /home... Jul 15 18:26:48 baldo systemd[1]: Mounted /home. ====== ====== mount extract ===== 192.168.1.1:/mnt/nfs4/data1 on /mnt/data1 type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.1,mountvers=3,mountport=20048,mountproto=udp,local_lock=none,addr=192.168.2.1) 192.168.1.1:/mnt/nfs4/home on /home type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.1,mountvers=3,mountport=20048,mountproto=udp,local_lock=none,addr=192.168.2.1) 192.168.1.1:/mnt/nfs4/home/users on /home/users type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,local_lock=none,addr=192.168.1.1) ====== Tanks Ulf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org