GNOME Bugzilla – Bug 669232
nautilus reports "connection timed out" when copying large files from a samba share
Last modified: 2015-05-06 12:31:03 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.
-> gvfs Sounds like a problem with the GVfs SMB backend.
Could you please post exact error message or a screenshot?
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
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
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!