FS#53852 - [gvfs-smb] copy task never ends

Attached to Project: Arch Linux
Opened by John Traverne (john) - Thursday, 27 April 2017, 12:06 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 23 August 2017, 21:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Jan Alexander Steffens (heftig)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
- Copy task nerver ends, when you try to copy files in nautilus from a source to same destination

Additional info:
- gvfs-smb (1.32.1-1)

Steps to reproduce:
# create some files to copy
$ dd if=/dev/zero of=data.img bs=1 count=0 seek=10MB
$ gio copy data.img smb://192.168.1.2/share/.

# not working, it never ends (copy only ~1MB)!
$ gio copy smb://192.168.1.2/share/data.img smb://192.168.1.2/share/new.img

# not working, it never ends (copy only ~1MB)!
$ gvfs-copy smb://192.168.1.2/share/data.img smb://192.168.1.2/share/new.img

# in nautilus it is the same result.
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 23 August 2017, 21:09 GMT
Reason for closing:  Fixed
Additional comments about closing:  Should be fixed with gvfs-1.32.1+8+ga33a8437
Comment by Jan de Groot (JGC) - Friday, 28 April 2017, 08:14 GMT
Could you try installing smbclient from testing? gvfs was compiled against 4.6.x and moved to extra without recompile for 4.5.x.
Comment by John Traverne (john) - Friday, 28 April 2017, 10:14 GMT
Hi, i have installed smbclient (4.5.8-1) and checked the man. But i can't find any Operation to copy from remote to remote path. There are only two Operations for Copy, "get" and "put":
- get -> Copy the file called remote file name from the server to the machine running the client.
- put -> Copy the file called local file name from the machine running the client to the server.

Or did I miss something? THX.
Comment by Jan de Groot (JGC) - Friday, 28 April 2017, 12:32 GMT
gvfs-smb uses libsmbclient from the smbclient package. I asked to install the 4.6.x version from testing.
Comment by John Traverne (john) - Friday, 28 April 2017, 13:15 GMT
Sorry, was not quite awake yet...

I have installed this from testing repo:
- smbclient (4.6.3-1)
- libwbclient (4.6.3-1)

Reboot and then checked it again.

The result is the same, copys only ~1MB.
Comment by John Traverne (john) - Tuesday, 09 May 2017, 14:50 GMT
Hi, is there any Update? The issue still exsist...

Loading...