[Bug 8512] rsync is slower than cp -- Reduce overhead to cp for transfer of large files

2013-11-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8512 --- Comment #4 from John Wiegley jo...@newartisans.com 2013-11-17 09:02:51 UTC --- Let me add my voice to the mix here. I'm copying a 1GB VOB file from an Ubuntu ZFS server running Samba 4.1.1, to my Mac OS X 10.9 box. iperf reports 112 MB/s

Re: [Bug 8512] rsync is slower than cp -- Reduce overhead to cp for transfer of large files

2013-11-17 Thread Charles Marcus
On 2013-11-17 4:02 AM, samba-b...@samba.org samba-b...@samba.org wrote: I'm using gigabit ethernet, obviously, with mtu set to 1500 and no TCP options other than the following in smb.conf: socket options = TCP_NODELAY SO_RCVBUF=131072 SO_SNDBUF=131072 First, remove these... These

[Bug 10272] resource fork handling is broken in 3.1.0

2013-11-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10272 --- Comment #1 from Mike Bombich m...@bombich.com 2013-11-17 18:11:50 UTC --- resource fork data needs to be chunked in sys_lgetxattr(). The changes to accommodate this are already in the hfs-compression patch, though it's probably a good idea to

Use of gmtime() in rsync + multi-thread

2013-11-17 Thread Dharmesh Dhankecha
Hi, I have a system in which rysnc is being used at multiple times. Since a last 3-4 months we have been observing a crash in rysnc at few instances. I am not able to find out the solution for the same but while debugging the issue in code I found gmtime() being used in tls.c. It is not