Bug 436346 - Dolphin doesn't show SMB1 workgroup clients anymore
Summary: Dolphin doesn't show SMB1 workgroup clients anymore
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: Samba (show other bugs)
Version: 21.04.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-29 10:07 UTC by tempel.julian
Modified: 2021-05-16 11:39 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tempel.julian 2021-04-29 10:07:43 UTC
SUMMARY
Dolphin 21.04 doesn't show my workgroup anymore, despite of "client min protocol = NT1" in smb.conf. It used to work before and still does with GTK file browsers that utilize GvFS. Dolphin also doesn't show it when AVAHI is used for hostname resolution.


STEPS TO REPRODUCE
1. Have an SMB1 server in your workgroup.
2. Try to discover it with Dolphin 21.04.


OBSERVED RESULT
It doesn't show up  anymore.


EXPECTED RESULT
Not long ago, the workgroup still showed up in Dolphin under the "smb:/" path, it should do that again (21.04 regression?).


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch 5.11
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81
Qt Version: 5.15.2.
Comment 2 Bug Janitor Service 2021-05-14 04:33:36 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 tempel.julian 2021-05-14 13:26:14 UTC
Since it's not my network infrastructure, I won't be providing debug logs due to privacy reasons. Though it seems that currently something's fundamentally wrong with accessing SMB shares on Arch via userspace filesystem implementations , as I can't successfully open any share in Dolphin or Thunar (they repeatedly ask for credentials without success), whereas it works fine one Windows (and of course used to work before on Arch with no config changed in the meantime). So chances are it's not KDE related at all. If nobody intends to jump on this ticket train, I'd just close it.
Comment 4 Nate Graham 2021-05-14 13:39:26 UTC
Yeah if it also doesn't work for you in other apps (which have completely different underlying samba implementations) then there is definitely a problem either with the network's configuration, or your system's configuration.
Comment 5 tempel.julian 2021-05-16 11:39:20 UTC
Found out that the workgroup once again appears by adding "client max protocol = NT1" to smb.conf (which of course is bad). Seems Samba devs turned legacy compatibility into a nightmare, and I also still can't authenticate for accessing that SMB1 share.