After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669232 - nautilus reports "connection timed out" when copying large files from a samba share
nautilus reports "connection timed out" when copying large files from a samba...
Status: RESOLVED INCOMPLETE
Product: gvfs
Classification: Core
Component: smb backend
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-02 11:08 UTC by Giacomo Mirabassi
Modified: 2015-05-06 12:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giacomo Mirabassi 2012-02-02 11:08:10 UTC
When I try to copy large files (about 800Mb) from my NAS using samba i get a "connection timed out error" in Nautilus. I don't get the same error if copying the same file using smbclient from command line.
Comment 1 Cosimo Cecchi 2012-02-06 19:12:37 UTC
-> gvfs

Sounds like a problem with the GVfs SMB backend.
Comment 2 Tomas Bzatek 2012-02-08 18:07:50 UTC
Could you please post exact error message or a screenshot?
Comment 3 Giacomo Mirabassi 2012-02-09 09:08:11 UTC
The error text (in Italian) is the following: 

"Si è verificato un errore nel copiare il file all'interno di /home...etc

Mostra maggiori dettagli

Connessione scaduta"


a screenshot in English that seems to report the same error is on this page 

http://askubuntu.com/questions/43364/why-does-samba-always-time-out-whilst-copying-a-large-file-off-a-network-share
Comment 4 Ross Lagerwall 2014-05-17 22:08:03 UTC
Does this still happen?  It would be nice to know if this is a libsmbclient issue or a gvfs issue.

Please run the following in a terminal:
pkill gvfs; GVFS_DEBUG=all GVFS_SMB_DEBUG=10 `find /usr/lib* -name 'gvfsd'` &> ~/log.txt

Then mount the smb share, reproduce the problem, and then upload log.txt in your home directory so we can see a log of what is happening.  If possible, it would be good if you could do the same but reproduce the problem using the gvfs command-line tools; e.g. gvfs-copy smb://host/path/to/file ~/Downloads/file
Comment 5 Ross Lagerwall 2015-05-06 12:31:03 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!