SUMMARY *** When entering smb://xxxx.xxxx.local in Dolphin, I'm receiving an error message that the the folder does not exist in the Dolphin interface. This happens to the majority of SMB shares (9/10). - When I ping the hostname and ping the FQDN, I do get a response, so the name gets resolved - When I mount the file share using mount -t cifs the SMB share gets mounted without a problem - When I enter smb://username:password@xxxx.xxxx.xxxx in Dolphin the share does not show this problem journalctl -xe shows me: kf.kio.core: "The file or folder smb://xxxx.xxxx.xxxx/ does not exist." Aug 09 11:43:17 xxxx dolphin[10397]: org.kde.dolphin: could not find entry for charset= "Other encoding ()" Aug 09 11:43:22 xxxx dolphin[10397]: kf.kio.core: "The file or folder smb://xxxx.xxxx.xxxx/ does not exist." Or it shows me: Aug 09 11:49:02 xxxx smbnotifier[14479]: kf.kio.slaves.smb: -- Failed to smbc_opendir: Invalid argument *** STEPS TO REPRODUCE 1. Open Dolphin 2. Connect to a Microsoft Windows SMB share OBSERVED RESULT A message that the location does not exist. EXPECTED RESULT A pop-up asking for credentials for accessing the SMB share. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Linux/KDE Plasma: Gentoo Linux 2.8 KDE Plasma Version: 5.24.6 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5
Update: Mounting the share via Smb4k works fine.
Works fine in other File Managers, but does not work in Konqueror either. Could this be KIO related?
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/Debugging_IOSlaves/Debugging_kio_smb#Reporting_Bugs
Created attachment 151221 [details] The debug level 10 as requested The debug level 10 as requested
~ $ export KDE_FORK_SLAVES=1 ~ $ export QT_MESSAGE_PATTERN='[%{time process}](%{pid})/(%{category}) %{function}: %{message}' ~ $ export QT_LOGGING_RULES='log_kio_smb=true' ~ $ dolphin --new-window smb://xxxx.hq.xxxx.com/DATA [ 0.000](18334)/(kf.kio.core) unknown: "The file or folder smb://xxxx.hq.xxxx.com/DATA does not exist." The export as requested.
*** This bug has been marked as a duplicate of bug 453090 ***