I run openSUSE Tumbleweed
Operating System: openSUSE Tumbleweed 20250624
KDE Plasma Version: 6.4.0
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
Kernel Version: 6.15.3-1-default (64-bit)
Graphics Platform: X11
Graphics Processor: Intel® Iris® Xe Graphics
which I update with zypper dup
on a nearly daily basis. On login a small script will show me the result of journalctl --no-hostname --no-pager --full --utc -b 0 -p 3
. Since by the end of last week I see (on login) this error message:
Jun 26 14:50:08 kernel: CIFS: VFS: Error connecting to socket. Aborting operation.
Jun 26 14:50:08 kernel: CIFS: VFS: cifs_mount failed w/return code = -101
Jun 26 14:50:08 systemd[1]: Failed to mount /mnt/LAN/QNAP_Backups.
However I have not discovered any other problems so far i.e. after login I can access the device in question without any problems.
If I boot my system (to graphical.target) but do not login and instead change to a virtual terminal (e.g. Ctrl+Alt+F3) and check the journal, the error has not yet occured. After login (I use SDDM as DisplayManager) the error is there.
There is a line in /etc/fstab to handle the device:
//192.168.100.19/Backups /mnt/LAN/QNAP_Backups cifs nofail,rw,_netdev,credentials=/PATH/TO/CREDENTIALS,uid=1000,gid=1000,sec=ntlmsspi,cache=none,nohandlecache,soft,x-systemd.automount,x-systemd.mount-timeout=30,x-systemd.idle-timeout=300s 0 0
To my understanding the device should only be mounted on demand, i.e when I try to access the device which I obviously will not do while the login process is still in progress.
Inspecting the journal more closely I can see
> journalctl --no-hostname --no-pager --full --utc -b 0
...
Jun 26 14:50:07 systemd[1864]: Started KDE Config Module Initialization.
Jun 26 14:50:07 systemd[1864]: Starting KDE Daemon 6...
Jun 26 14:50:07 systemd[1864]: Starting KDE Session Management Server...
Jun 26 14:50:07 systemd[1864]: Starting KDE Window Manager...
Jun 26 14:50:07 kded6[2044]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored.
Jun 26 14:50:07 systemd[1864]: Started KDE Daemon 6.
Jun 26 14:50:07 systemd[1864]: Starting KDE Configuration Module Initialization (Phase 1)...
Jun 26 14:50:07 ksmserver[2045]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored.
Jun 26 14:50:07 kwin_x11[2046]: MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored.
Jun 26 14:50:07 kded6[2044]: QDBusObjectPath: invalid path "/modules/wpad-detector"
Jun 26 14:50:07 kded6[2044]: kf.dbusaddons: The kded module name "wpad-detector" is invalid!
Jun 26 14:50:07 kcminit_startup[1996]: Initializing "/usr/lib64/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 26 14:50:07 kcminit_startup[1996]: kcm_touchpad: Using X11 backend
Jun 26 14:50:08 systemd[1864]: Finished KDE Configuration Module Initialization (Phase 1).
Jun 26 14:50:08 systemd[1864]: Started KDE Session Management Server.
Jun 26 14:50:08 systemd[1864]: Starting KDE Plasma Workspace...
Jun 26 14:50:08 systemd[1864]: Started PipeWire PulseAudio.
Jun 26 14:50:08 systemd[1864]: Started KDE Window Manager.
Jun 26 14:50:08 rtkit-daemon[1896]: Successfully made thread 2170 of process 2170 owned by '1000' high priority at nice level -11.
Jun 26 14:50:08 rtkit-daemon[1896]: Successfully made thread 2173 of process 2170 owned by '1000' RT at priority 20.
Jun 26 14:50:08 systemd[1]: Starting Disk Manager...
Jun 26 14:50:08 NetworkManager[1484]: <info> [1750949408.2074] agent-manager: agent[a2b1c621b1334a26,:1.35/org.kde.plasma.networkmanagement/1000]: agent registered
Jun 26 14:50:08 udisksd[2178]: udisks daemon version 2.10.1 starting
Jun 26 14:50:08 systemd[1]: Started Disk Manager.
Jun 26 14:50:08 systemd[1]: Starting Daemon for power management...
Jun 26 14:50:08 udisksd[2178]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 26 14:50:08 systemd[1]: Started Daemon for power management.
Jun 26 14:50:08 systemd[1]: mnt-LAN-QNAP_Backups.automount: Got automount request for /mnt/LAN/QNAP_Backups, triggered by 2044 (kded6)
Jun 26 14:50:08 systemd[1]: Mounting /mnt/LAN/QNAP_Backups...
Jun 26 14:50:08 kernel: netfs: FS-Cache loaded
Jun 26 14:50:08 kernel: Key type dns_resolver registered
Jun 26 14:50:08 mount[2194]: mount error(101): Network is unreachable
Jun 26 14:50:08 mount[2194]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Jun 26 14:50:08 kernel: Key type cifs.spnego registered
Jun 26 14:50:08 kernel: Key type cifs.idmap registered
Jun 26 14:50:08 kernel: CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
Jun 26 14:50:08 kernel: CIFS: enabling forceuid mount option implicitly because uid= option is specified
Jun 26 14:50:08 kernel: CIFS: enabling forcegid mount option implicitly because gid= option is specified
Jun 26 14:50:08 kernel: CIFS: Attempting to mount //192.168.100.19/Backups
Jun 26 14:50:08 kernel: CIFS: VFS: Error connecting to socket. Aborting operation.
Jun 26 14:50:08 kernel: CIFS: VFS: cifs_mount failed w/return code = -101
...
I use NetworkManager to handle all network connections and I will start any connection only manually (via the plasma applet) when needed.
So my questions are:
Why is kded6 triggering an auto-mount-request even before the login process is finished?
Is anyone else seeing this?
How do I have to change my current setup to avoid this auto-mount-request?
To be clear: The problem suddenly occurred by the end of last week (probably after an update?) without me changing my setup deliberately.
Thank you very much for your support.