Bug 331530 - No rout to target PC
Summary: No rout to target PC
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 16.12.2
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 10:16 UTC by Hanisch
Modified: 2018-03-31 16:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanisch 2014-02-26 10:16:17 UTC
dolphin show me with
 network -> samba free -> WORKGROUP -> VM-Fedora ->
Interner Fehler
Bitte senden Sie einen ausführlichen Problembericht an http://bugs.kde.org
Unbekannte Fehlersituation in stat: Keine Route zum Zielrechner
What mean "unknown error situation in stat"?
Why can't show free Folders on my PC?
VM-Fedora ~]$ ifconfig p2p1
p2p1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.114  netmask 255.255.255.0  broadcast 192.168.2.255
        inet6 fe80::a00:27ff:fed2:6f68  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:d2:6f:68  txqueuelen 1000  (Ethernet)
        RX packets 6068  bytes 5310606 (5.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 6068  bytes 757360 (739.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
What mean 192.168.2.114 and 192.168.2.255?
In /etc/samba/smb.conf
[global]
	workgroup = workgroup
	server string = %h server (Samba %v)
	interfaces = 192.168.2.114/255.255.255.0
	hosts allow = 127. 192.168.2.
...
and in /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.2.144  VM-Fedora

with regards
Ch. Hanisch







Reproducible: Always

Steps to Reproduce:
1. Dolphin
2. Network
3. free Folder
Comment 1 Frank Reininghaus 2014-02-26 10:21:41 UTC
Thanks for the bug report.

(In reply to comment #0)
> Interner Fehler
> Bitte senden Sie einen ausführlichen Problembericht an http://bugs.kde.org
> Unbekannte Fehlersituation in stat: Keine Route zum Zielrechner
> What mean "unknown error situation in stat"?
> Why can't show free Folders on my PC?

I don't know. This error message is not generated by Dolphin itself. Maybe there is a problem with kio/smb, which is used to access smb shares.

We can reassign the report, but please tell us which Dolphin/KDE SC version you use. Please never file bug reports without providing the version.
Comment 2 Hanisch 2014-02-26 11:46:15 UTC
I have now changed /etc/hosts to
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
::1         VM-Fedora localhost6.localdomain6 localhost6
192.168.2.144  VM-Fedora
My System ist Fedora 20 in a VirtualBox.
Now no acces to Folders becaus user and password are missing by me.

with regards
Ch. Hanisch
Comment 3 Bernd 2015-09-07 21:28:45 UTC
This isn't a fault caused by dolphin, it's more a misbehavior of smb.

I had the same problem and accidentally found, that the client computer has to be provided with the host name and IP address of the host (server). This information has to be added to the existing entries in /etc/hosts of the client.

I have no idea why this is necessary, because access from a windows client works without any problems.

Brgds, Bernd Schmeling
Comment 4 Julian Steinmann 2018-03-31 16:23:01 UTC
I think we can now close this bug thanks to the workaround by @Bernd. If you still have this issue, please reopen.