Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samba-mounter/ samba: error message when searching smb:// #229

Open
star-buck opened this issue Jul 21, 2020 · 1 comment
Open

samba-mounter/ samba: error message when searching smb:// #229

star-buck opened this issue Jul 21, 2020 · 1 comment
Assignees
Labels

Comments

@star-buck
Copy link
Contributor

Screenshot_20200721_220653
it used to work normally before in netrunner debian, so not sure if something is missing or it stopped working on latest manjaro

@aleixpol
Copy link

aleixpol commented Jul 28, 2020

I've been looking into this, with the help of @apachelogger who knows how SMB works much better than I do. This issue lives entirely in KIO (It's a KUrlRequester).

While I wasn't able to reproduce the issue (and much less to fix), here's some thoughts that maybe nudge us in the right direction:
nss-mdns needs to be present for resolved systems to be connected properly.

To get logs we can do so by calling:
KDE_FORK_SLAVES=1 QT_LOGGING_RULES=log_kio_smb=true systemsettings5 sambamount

That often gives information about the error messages we get.

Also the following commands should help figure out if the information can be accessed properly:

avahi-resolve-host-name tmulti100.local
getent ahosts tmulti100.local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants