Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dolphin shows folder doesn't exist error when connect to smb
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
liuf
n00b
n00b


Joined: 08 Apr 2022
Posts: 3
Location: Jinan, China

PostPosted: Wed Apr 13, 2022 2:46 pm    Post subject: Dolphin shows folder doesn't exist error when connect to smb Reply with quote

Hi,

I have a Synology NAS connect to my WIFI router at home. I used to connect to it by Dolphin. I input server address (which is smb://192.168.50.50 here) to the address bar of Dolphin, hit enter, then the folders present. This works perfectly on other distrobution I've used (Fedora, openSUSE, Arch). In Gentoo, when I do that, I got an error message from Dolphin say "The file or folder smb://192.168.50.50/ does not exist." The kio-extras package is emerged with +samba USE.

In other distros, after I connect to the SMB server, the files on server are mounted to /run/user/1000/kio-<random-id>/ That folder isn't exists too.

Any idea about this?
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Wed Apr 13, 2022 5:51 pm    Post subject: Reply with quote

Maybe also emerge
Code:

cifs-utils

What happens if you manually attempt to mount the share
Code:

sudo mount -t cifs //192.168.50.50/<share-name> /mnt

?
Code:

/run/user/1000

is created by elogind i think.
Do you have USE="elogind" universally?
Is
Code:

kde-apps/kio-extras

built with "samba" USE
?
_________________
:)
Back to top
View user's profile Send private message
liuf
n00b
n00b


Joined: 08 Apr 2022
Posts: 3
Location: Jinan, China

PostPosted: Thu Apr 14, 2022 12:46 am    Post subject: Reply with quote

Hi alamahant,

alamahant wrote:
Maybe also emerge
Code:

cifs-utils

What happens if you manually attempt to mount the share
Code:

sudo mount -t cifs //192.168.50.50/<share-name> /mnt

?


Manually mount in command line works well on my machine, by adding -o user=xxxx arguments. cifs-utils is already emerged.

alamahant wrote:
Code:

/run/user/1000

is created by elogind i think.
Do you have USE="elogind" universally?


I'm using a systemd profile, so I haven't enable elogind USE. Should I do that?

alamahant wrote:
Is
Code:

kde-apps/kio-extras

built with "samba" USE
?


samba is enabled when emerging kio-extras.

Any thoughts?

PS, according the message from Dolphin, are there any possibility of user permission problem about /run/user ?
Back to top
View user's profile Send private message
liuf
n00b
n00b


Joined: 08 Apr 2022
Posts: 3
Location: Jinan, China

PostPosted: Thu Apr 14, 2022 12:06 pm    Post subject: Reply with quote

Just got another clue. I updated an openSUSE Tumbleweed virtual machine just a few minutes ago, and then I got same error message in Tumbleweed.

I'm not sure whether is because the kio-extras5 package. In Tumbleweed is 21.12.3-1.2. Gentoo has 21.12.3. Fedora 35 has 21.12.2-1 and it works perfect in Fedora.

I'll try to downgrade some packages like kio-extras and see anything changes.
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Thu Apr 14, 2022 4:16 pm    Post subject: Reply with quote

Do you have samba installed with use "systemd client"
?
No you do NOT need elogind if you are running systemd.
Also plz try
Code:

emerge -1av =kde-apps/kio-extras-21.08.3-r1

_________________
:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum