Bug 274674

Summary: Dolphin hangs on opening a mounted network folder (autofs), which is not reachable
Product: [Frameworks and Libraries] kio Reporter: Diederik van der Boor <mail-kdebugs>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: crash CC: adawit, danaivehr, sven.burmeister
Priority: NOR    
Version: 4.6   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Diederik van der Boor 2011-06-01 12:11:02 UTC
Version:           1.6.1 (using KDE 4.6.3) 
OS:                Linux

When dolphin opens a network mount folder (some /mnt/network/servername), it hangs when the network server is unreachable.

In this specific case, the server existed on a different subnet (192.* instead of 10.*)

Reproducible: Didn't try

Steps to Reproduce:
* Create an autofs setup.

/etc/auto.master:
------------------

+auto.master
/mnt/nas9000    /etc/auto.nas9000  --timeout=15

/etc/auto.nas9000:
-------------------

diederik     -fstype=cifs,credentials=/etc/auto.nas9000.credentials,uid=diederik,gid=users,noperm,dir_mode=0755,file_mode=0644  ://nas9000/diederik

/etc/auto.nas9000.credentials:
-------------------------------

username=....
password=...

* Start it:

/etc/init.d/autofs start

* Navigate to the folder in Dolphin

Actual Results:  
Dolphin hangs

Expected Results:  
Dolphin showing a loading indicator in the folder, as long as needed, before the content is either available, or the request timed out.

OS: Linux (i686) release 2.6.37.6-0.5-desktop
Compiler: gcc
Comment 1 S. Burmeister 2012-04-21 12:24:22 UTC
Dup of bug 184062 ?
Comment 2 Ilya Potapov 2012-05-27 18:45:37 UTC
I experience same one and i think it is dup of #184062
Comment 3 Dawit Alemayehu 2013-07-07 18:37:30 UTC

*** This bug has been marked as a duplicate of bug 184062 ***