This has me baffled:
NFS server: Ubuntu server 18.04, no changes in setup since it was installed other than some added exports a year ago.
Desktop: KDEneon User Edition (18.04 LITS) fully updated.
All of a sudden, Dolphin stopped responding while I was accessing my server NFS shares.
dmesg revealed:
repeated many times, but it's stopped a half hour ago. However, since then Dolphin locks up when I attempt to access the shared folder. Subsequent attempts to use Dolphin do not repeat this error.
The nfs v4 exports are mounted at /shared using fstab thusly;
I have symlinked the user folder "Public" to the /shared mount point and mormally access the files that way. This has been set up this way for years, literally.
I have force unmounted and remounted it.
I have rebooted both the server and the desktop.
I have installed Krusader to use instead of Dolphin but the behavior is the same.
I can access the shared files and folders from the command line without issue.
To make it even more weird, these applications I have tried so far have no trouble accessing the shares, puddletag, MusicBrainz Picard. However, they don't use the Plasma file dialog to list the files. When I tried KRename, it locks up too and it DOES use the plasma file dialog, so that must be where it problem lies.
Anyone have any ideas how to fix this without rebuild my entire user?
NFS server: Ubuntu server 18.04, no changes in setup since it was installed other than some added exports a year ago.
Desktop: KDEneon User Edition (18.04 LITS) fully updated.
All of a sudden, Dolphin stopped responding while I was accessing my server NFS shares.
dmesg revealed:
[Mon Jan 20 13:17:17 2020] nfs: server server not responding, still trying
[Mon Jan 20 13:17:20 2020] nfs: server server OK
[Mon Jan 20 13:17:20 2020] nfs: server server OK
The nfs v4 exports are mounted at /shared using fstab thusly;
Code:
[FONT=monospace][COLOR=#000000]server:/ /shared nfs nofail,x-systemd.automount,x-systemd-device-timeout=10,_netdev,bg,hard,timeo=3,retrans=5,intr,noatime,nodiratime 0 0[/COLOR][/FONT]
I have force unmounted and remounted it.
I have rebooted both the server and the desktop.
I have installed Krusader to use instead of Dolphin but the behavior is the same.
I can access the shared files and folders from the command line without issue.
To make it even more weird, these applications I have tried so far have no trouble accessing the shares, puddletag, MusicBrainz Picard. However, they don't use the Plasma file dialog to list the files. When I tried KRename, it locks up too and it DOES use the plasma file dialog, so that must be where it problem lies.
Anyone have any ideas how to fix this without rebuild my entire user?
Comment