Dolphin: "Timeout on server workgroup" can't see samba folders without windbind and it needs to modify /etc/nsswitch.conf to work properly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dolphin (Ubuntu) |
Confirmed
|
Undecided
|
Rodrigo Belem |
Bug Description
dolphin can't see the samba folders properly on kubuntu
this problem is VERY old i can remember this since there was kde 4.0
THE PROBLEM
i have written here http://
aand as you can see here dolphin can't load samba folders or the workgroup , with a general error "Timeout on server workgroup"
http://
you can try to share folders with kubuntu but you can't see them without these packages
sudo apt-get install samba kdenetwork-
after that you still can't see samba folders you need to edit
kdesudo kate /etc/nsswitch.conf
and put wins before dns as you can see here
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
and
sudo adduser $USER sambashare ; sudo smbd restart
PLEASE FIX THIS.
description: | updated |
description: | updated |
summary: |
- Dolphin can't see samba folders without windbind + Dolphin: "Timeout on server workgroup" can't see samba folders without + windbind and need to modify /etc/nsswitch.conf to work properly |
Changed in dolphin (Ubuntu): | |
assignee: | nobody → Rodrigo Belem (rbelem) |
summary: |
Dolphin: "Timeout on server workgroup" can't see samba folders without - windbind and need to modify /etc/nsswitch.conf to work properly + windbind and it needs to modify /etc/nsswitch.conf to work properly |
tags: | added: quantal |
tags: | added: precise |
I did not manage to reproduce this bug. It works with in my machine using the defaults. Could you paste the output of `net usershare info` and permission of the the shared folder and its parents?