| Summary: | Dolphin displays "No shared folders found" for some valid SMB locations | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | clemens.brunner |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | dolphin-bugs-null, meven |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
clemens.brunner
2025-09-09 06:50:20 UTC
I think it might be due to the fact that some parts of the path are hidden (i.e., where I don't have read access), e.g. assuming my share is located at `smb://some/path/to/folder`, but I do not have read access to the `to` folder. I'm not sure how to debug this issue though, any suggestions are welcome. *** This bug has been marked as a duplicate of bug 509253 *** I don't think that this is a duplicate of 509253, and the proposed fix also doesn't work for me. When trying to access a subdirectory of a valid Samba share via Dolphin (e.g., smb://server/share/subdir/deepdir), the following error appears: Internal Error - Unknown error condition: [11] Resource temporarily unavailable The top-level share and its immediate subdirectory are accessible, but going one level deeper triggers the error. The same path works with GNOME Nautilus and smbclient (i.e., smbclient //server/share -U username; cd subdir/deepdir works). The server is part of an Active Directory domain and likely uses DFS. Dolphin seems to treat deep paths as new tree connects or mishandles DFC referrals. (In reply to clemens.brunner from comment #3) > I don't think that this is a duplicate of 509253, and the proposed fix also > doesn't work for me. > > When trying to access a subdirectory of a valid Samba share via Dolphin > (e.g., smb://server/share/subdir/deepdir), the following error appears: > > Internal Error - Unknown error condition: [11] Resource temporarily > unavailable The symptom you describe don't correspond to the original report here either. This error is nothing alike "No shared folders found" which was an application issue. "Internal Error" is well a trickier issue. > > The top-level share and its immediate subdirectory are accessible, but going > one level deeper triggers the error. The same path works with GNOME Nautilus > and smbclient (i.e., smbclient //server/share -U username; cd subdir/deepdir > works). The server is part of an Active Directory domain and likely uses > DFS. Dolphin seems to treat deep paths as new tree connects or mishandles > DFC referrals. That's a different issue altogether. Feel free to open a new bug. With as much information as possible, like the output of dolphin when launched from the commandline with the command: QT_LOGGING_RULES="kf.kio.workers.smb.debug=true" dolphin And reproducing the issue. *** This bug has been marked as a duplicate of bug 509253 *** Thank you, I've created a new issue (Bug: 510902). |