[Bug 13104] New: NULL deref do_server_sender when argc=0

2017-10-26 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13104 Bug ID: 13104 Summary: NULL deref do_server_sender when argc=0 Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Pr

[Bug 13105] New: 1byte heap overflow in sanitize_path

2017-10-26 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13105 Bug ID: 13105 Summary: 1byte heap overflow in sanitize_path Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Prior

[Bug 13109] New: rsync hangs during transfer of many small files

2017-10-29 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13109 Bug ID: 13109 Summary: rsync hangs during transfer of many small files Product: rsync Version: 3.1.2 Hardware: x86 OS: Linux Status: NEW Severity: normal

[Bug 13104] NULL deref do_server_sender when argc=0

2017-10-29 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13104 Wayne Davison changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 13105] 1byte heap overflow in sanitize_path

2017-10-29 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13105 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter

2017-10-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13112 Bug ID: 13112 Summary: receive_xattr heap overread with non null terminated name and xattr filter Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 13113] New: receive_xattr heap overflow when prepending RSYNC_PREFIX

2017-10-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13113 Bug ID: 13113 Summary: receive_xattr heap overflow when prepending RSYNC_PREFIX Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW

[Bug 13112] receive_xattr heap overread with non null terminated name and xattr filter

2017-10-31 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13112 --- Comment #1 from jeriko@gmx.us --- This issue can also be reached in 3.1.2, but through a different path as the earlier version doesn't have an xattr filter. I believe the same fix for 3.1.3 would work for 3.1.2 (using read_sbuf) If I should

[Bug 13115] New: .yo sources incompatible with current yodl version

2017-11-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13115 Bug ID: 13115 Summary: .yo sources incompatible with current yodl version Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal

[Bug 12498] --fuzzy --fuzzy hugely impacts performance even if its' not needed

2017-11-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12498 --- Comment #1 from Ben RUBSON --- Created attachment 13748 --> https://bugzilla.samba.org/attachment.cgi?id=13748&action=edit Do fuzzy only when needed Here's a patch for this issue. Thx ! -- You are receiving this mail because: You are the Q

[Bug 13109] rsync hangs during transfer of many small files

2017-11-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13109 --- Comment #1 from Hansjoerg Lipp --- Created attachment 13756 --> https://bugzilla.samba.org/attachment.cgi?id=13756&action=edit zip archive of the test case Attached a zip archive of the test case to make reproducing the problem easier: unzi

[Bug 13112] receive_xattr heap overread with non null terminated name

2017-11-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13112 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 13115] .yo sources incompatible with current yodl version

2017-11-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13115 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)

2017-11-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11414 --- Comment #2 from Michal Ruprich --- I stumbled upon this bug and I have a question. I get the chgrp error even when running the daemon as root. #ps -aux | grep rsync root 18486 0.0 0.0 114696 568 ?Ss 09:41 0:00 rsync --daem

[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)

2017-11-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11414 --- Comment #3 from Kevin Korb --- Oops, I replied to this on the email list instead of the bugzilla. Sorry for the extra noise... It isn't running as root (it probably never should). It is launched as root. It is running as tester:tester just

[Bug 13109] rsync hangs during transfer of many small files

2017-11-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13109 --- Comment #2 from Hansjoerg Lipp --- Created attachment 13760 --> https://bugzilla.samba.org/attachment.cgi?id=13760&action=edit Simplified test case I could simplify the test case even further, the attached test script does not even need any

[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)

2017-11-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11414 --- Comment #4 from Michal Ruprich --- I see. I never looked at the ps aux output during the transfer so all I saw was the user that launched the daemon. So I assume that the chgrp error that occurs without the fake super option is the correct beha

[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)

2017-11-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11414 --- Comment #5 from Michal Ruprich --- There is one more thing that doesn't make sense to me. Even if the operation of changing the group fails, why doesn't rsync finish other things under the -a option. For instance the permissions of the original

[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)

2017-11-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11414 --- Comment #6 from Kevin Korb --- There was a change made in 3.1.0... - Added a way for more than one group to be specified in the daemon's config file, including a way to specify that you want all of the specified user's groups w

[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)

2017-11-08 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11414 --- Comment #7 from Michal Ruprich --- Thank you Kevin. This makes sense. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or

[Bug 13139] New: Formatted output turned off when --link-dest is used

2017-11-14 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13139 Bug ID: 13139 Summary: Formatted output turned off when --link-dest is used Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal

[Bug 7757] with big file, rsync times out out when it should not; the sender is still responsive

2017-11-14 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7757 --- Comment #6 from roland --- i can confirm this still exists. needed to adjust the timeout as it times out on our database backup file (90gb) when there is higher load on the database server. -- You are receiving this mail because: You are the

[Bug 13147] New: inconsistent behaviour regaring vanished files information

2017-11-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13147 Bug ID: 13147 Summary: inconsistent behaviour regaring vanished files information Product: rsync Version: 3.0.9 Hardware: x64 OS: Mac OS X Status:

[Bug 13147] inconsistent behaviour regaring vanished files information

2017-11-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13147 --- Comment #1 from roland --- i searched into this a little bit and it`s not a problem with differing rsync versions, it also happens with rsync 3.1.2 (linux) -> rsync 3.1.2 (osx) what i found is, that rsync 3.1.2 behaves correctly when run on os

[Bug 13147] inconsistent behaviour regaring vanished files information

2017-11-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13147 --- Comment #2 from roland --- it`s also no linux->osx interacting issue, the problem also appears when doing rsync on osx via ssh/localhost. but why ? ssh & osx does handle stdout and stdout correctly, as shown here: gonzo:tmp root# ssh root@

[Bug 13147] inconsistent behaviour regaring vanished files information

2017-11-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13147 --- Comment #3 from roland --- apparently, ssh as a transport is the culprit, as it doesn`t happen with rsync in daemon mode. i found some osx related ticket on "stderr/stdout merge" ( https://github.com/ansible/ansible/issues/14960 ) after furt

[Bug 13147] inconsistent behaviour regaring vanished files information

2017-11-28 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13147 --- Comment #4 from roland --- mhh, if the error is not a warning but an error, the offending file is shown (for the warning of vanished files, the warning itself goes to stderr but the vanished filename goes to stdout). but only on OSX why that d

[Bug 10357] make check fails for xattr tests

2017-12-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10357 --- Comment #11 from Michal Ruprich --- I ran into a different problem with xattrs tests. It seems that the --fake-super option sets not only all the xattr like user.short, user.long etc. that are set in the test, but also it adds user.rsync.secu

[Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=2957 --- Comment #28 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 11166] running with -vvv causes a hang

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11166 --- Comment #2 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 1442] rsync sender appears to hang when receiver recounters an error

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=1442 --- Comment #13 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 10518] rsync hangs (100% cpu)

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10518 --- Comment #9 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 9164] rsync hangs or fails

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=9164 --- Comment #1 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?id

[Bug 12732] hard links can cause rsync to block or to silently skip files

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12732 --- Comment #2 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 10092] Hang when remote dest's disk is full

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10092 --- Comment #5 from devuran...@gmx.net --- Could this be a duplicate of bug #1442? There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442

[Bug 13109] rsync hangs during transfer of many small files

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13109 --- Comment #3 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 10950] rsync hangs when specifying a backup directory

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10950 --- Comment #1 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 10035] rsync hangs in solaris

2017-12-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10035 --- Comment #7 from devuran...@gmx.net --- There are a lot of bugreports related to rsync hanging mysteriously, some of which may be duplicates of each other: https://bugzilla.samba.org/show_bug.cgi?id=1442 https://bugzilla.samba.org/show_bug.cgi?i

[Bug 11338] Rsync Crash - Segmentation fault

2018-01-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11338 --- Comment #3 from Ralph Corderoy --- Hi Wayne, I don't know if James's SEGV is the same root cause as Balveer's that was two years earlier, but I'm seeing SEGV like James's. Both times, my network connection was down when rsync was run by cron;

[Bug 13207] New: rsyncd doesn't send output of failed pre-xfer exec script to client

2018-01-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13207 Bug ID: 13207 Summary: rsyncd doesn't send output of failed pre-xfer exec script to client Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux S

[Bug 7249] Add an option to use O_NOATIME

2018-01-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #8 from Michal Ruprich --- Is there any update on this feature? Is there a plan to merge the patch into master branch of rsync? -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for m

[Bug 13222] New: rsync creates warning if time of destination file differs in fractional part of second and owner mismatches

2018-01-15 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13222 Bug ID: 13222 Summary: rsync creates warning if time of destination file differs in fractional part of second and owner mismatches Product: rsync Version: 3.1.2

[Bug 13222] rsync creates warning if time of destination file differs in fractional part of second and owner mismatches

2018-01-15 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13222 --- Comment #1 from Urban Mueller --- in the short description, I meant to say "chmod" not "chown", sorry. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting th

[Bug 13224] New: New file handling causes compile issues for NonStop port.

2018-01-15 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13224 Bug ID: 13224 Summary: New file handling causes compile issues for NonStop port. Product: rsync Version: 3.1.3 Hardware: Other OS: Other Status: N

[Bug 13222] rsync creates warning if time of destination file differs in fractional part of second and owner mismatches

2018-01-15 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13222 Wayne Davison changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 13224] New file handling causes compile issues for NonStop port.

2018-01-15 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13224 Randall S. Becker changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 13222] rsync creates warning if time of destination file differs in fractional part of second and owner mismatches

2018-01-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13222 --- Comment #3 from Urban Mueller --- Thanks for the fix, that will solve my problem. However I think the planned -c behaviour is surprising in a bad way. If rsync has a way to achieve its desired target state, IMHO it should. Example: If the targe

[Bug 13239] New: "rsync --times" does not keep dirs' setgid bits when user not member of setgid group

2018-01-20 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13239 Bug ID: 13239 Summary: "rsync --times" does not keep dirs' setgid bits when user not member of setgid group Product: rsync Version: 3.1.2 Hardware: All OS: Li

[Bug 13241] New: A problem with test for xattrs transfer

2018-01-23 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13241 Bug ID: 13241 Summary: A problem with test for xattrs transfer Product: rsync Version: 3.1.2 Hardware: x86 OS: Linux Status: NEW Severity: normal

[Bug 10332] sync won't talk to rsync-3.1.0

2018-01-23 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10332 --- Comment #4 from George --- Had a similar issue with rsync 3.1.0 on the server, building 3.1.1 with internal lib solved the problem; therefore -- could indeed be a dup of bug 10372. -- You are receiving this mail because: You are the QA Contac

[Bug 11215] compression/zlib errors discard the zlib error message

2018-01-23 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11215 --- Comment #2 from George --- Anyone experiencing a similar issue may want to have a look at bug 10372 . ( Possibly related: bug 10332. ) -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for m

[Bug 13248] New: Updates for DEFAULT_DONT_COMPRESS suffix list

2018-01-31 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13248 Bug ID: 13248 Summary: Updates for DEFAULT_DONT_COMPRESS suffix list Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 6422] rsync needlessly aborts when getcwd() fails

2018-02-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=6422 --- Comment #3 from Florian Weimer --- I posted a patch: https://lists.samba.org/archive/rsync/2018-February/031476.html -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoi

[Bug 13266] Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.

2018-02-11 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13266 --- Comment #2 from Daniel Shepherd --- Created attachment 13955 --> https://bugzilla.samba.org/attachment.cgi?id=13955&action=edit iMac Pro with "AP" drive. -- You are receiving this mail because: You are the QA Contact for the bug. -- Pleas

[Bug 13266] New: Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.

2018-02-11 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13266 Bug ID: 13266 Summary: Writing of files to Apple's new "AP" controller model SSD's takes 4x longer. Product: rsync Version: 3.1.3 Hardware: x64 OS: Mac OS X

[Bug 13266] Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.

2018-02-11 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13266 --- Comment #1 from Daniel Shepherd --- Created attachment 13954 --> https://bugzilla.samba.org/attachment.cgi?id=13954&action=edit Early 2017 MacBook Pro (mine) with "SM" model drive. -- You are receiving this mail because: You are the QA Cont

[Bug 13083] [PATCH] Use both partial file + basis file

2018-02-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13083 Ben RUBSON changed: What|Removed |Added Attachment #13681|0 |1 is obsolete|

[Bug 12522] [PATCH] Send last error messages to sender

2018-02-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12522 Ben RUBSON changed: What|Removed |Added Attachment #12841|0 |1 is obsolete|

[Bug 13268] New: [WARN] shifting a negative signed value is undefined

2018-02-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13268 Bug ID: 13268 Summary: [WARN] shifting a negative signed value is undefined Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal

[Bug 13071] [PATCH] Allow --partial-dir with --inplace

2018-02-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13071 --- Comment #1 from Ben RUBSON --- Tested and still correctly works with rsync 3.1.3. Thx ! -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list.

[Bug 12498] --fuzzy --fuzzy hugely impacts performance even if its' not needed

2018-02-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12498 Ben RUBSON changed: What|Removed |Added Version|3.1.2 |3.1.3 --- Comment #2 from Ben RUBSON --- Thi

[Bug 13266] Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.

2018-02-22 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13266 --- Comment #3 from Daniel Shepherd --- Have tested this with a 2016 MacBook that also has the "AP" SSD controller and can confirm the same performance issue. So it's not just new machines, it's any Mac with an "AP" SSD formatted with APFS. -- Y

[Bug 13266] Writing of files to Apple's new "AP" controller model SSD's takes 4x longer.

2018-02-22 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13266 --- Comment #4 from Chris Tipper --- Model: iMac 4K (2015) Platform: macOS 10.13.3 Storage: APFS running on APPLE SSD SM0512G Symptom: 5% throughput over Gigabit LAN compared to rsync 3.1.2 (4Mb/s vs 100Mb/s) The target machine is FreeBSD 11.1 ru

[Bug 13241] A problem with test for xattrs transfer

2018-02-28 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13241 Dave Gordon changed: What|Removed |Added CC||dg32...@zoho.eu --- Comment #1 from Dave Gor

[Bug 10357] make check fails for xattr tests

2018-02-28 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10357 Dave Gordon changed: What|Removed |Added CC||dg32...@zoho.eu --- Comment #12 from Dave Go

[Bug 12820] rsync always try change owner and group of symlink in --fake-super mode

2018-02-28 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12820 --- Comment #1 from Dave Gordon --- (In reply to Pavel Alexeev from comment #0) The listing at the end of your report is presumably on the sending side; on the receiver, you should see that the transfer has converted the symlink into a plain file,

[Bug 13241] A problem with test for xattrs transfer

2018-03-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13241 --- Comment #2 from Michal Ruprich --- Thanks for the answer Dave, I filed this bug a few days before the 3.1.3 version came out. I was trying the make check with 3.1.2 release and there it was failing. With the new version this test passes without

[Bug 7249] Add an option to use O_NOATIME

2018-03-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #9 from Michal Ruprich --- Did any of you who uses rsync with noatime patch had problems with running 'make check' command? It seems to me that some of the source files might be compiling in different order than with a simple make since

[Bug 13317] New: rsync returns success when target filesystem is full

2018-03-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 Bug ID: 13317 Summary: rsync returns success when target filesystem is full Product: rsync Version: 3.1.2 Hardware: x64 OS: FreeBSD Status: NEW Severity: ma

[Bug 13317] rsync returns success when target filesystem is full

2018-03-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #1 from Kevin Korb --- Are you saying that it is exiting with an exit code of 0 after outputting that error or that sometimes in the same condition it shows no error and exits code 0? Either way it would probably be helpful to see an o

[Bug 13317] rsync returns success when target filesystem is full

2018-03-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #2 from Rui DeSousa --- (In reply to Kevin Korb from comment #1) I saying that in some cases the rename does not fail; and in those cases it returns success despite there not being enough space to store the original file. It looks lik

[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13320 Bug ID: 13320 Summary: file contents cause rsync to fail (with certains args and dir structure) Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 13320] file contents cause rsync to fail (with certains args and dir structure)

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13320 --- Comment #1 from Dave Gordon --- Bug will be triggered if: options include both --sparse and --preallocate, AND the second (or subsequent) file to be copied begins with one or more zero bytes. .Dave. -- You are receiving this mail because: Y

[Bug 13320] file contents cause rsync to fail (with certains args and dir structure)

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13320 --- Comment #2 from Dave Gordon --- Created attachment 14018 --> https://bugzilla.samba.org/attachment.cgi?id=14018&action=edit Simple although probably suboptimal fix -- You are receiving this mail because: You are the QA Contact for the bug.

[Bug 13320] file contents cause rsync to fail (with certains args and dir structure)

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13320 --- Comment #3 from Dave Gordon --- Problem introduced by commit f3873b3d88b61167b106e7b9227a20147f8f6197 Author: Wayne Davison Date: Mon Oct 10 11:49:50 2016 -0700 Support --sparse combined with --preallocate or --inplace.

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #3 from Dave Gordon --- (In reply to Rui DeSousa from comment #2) Here's a snippet from Oracle's ZFS help ... https://docs.oracle.com/cd/E19253-01/819-5461/gitfx/index.html "Enforcement of user and group quotas might be delayed by sev

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #4 from Dave Gordon --- To see whether rsync is getting any errors reported by any system calls it makes, one could run it under strace(1) on Linux, or dtrace on Solaris. Presumably FreeBSD has at least one of these, or something simila

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #5 from Rui DeSousa --- (In reply to Dave Gordon from comment #4) Hi Dave, I'm not seeing any errors on the write calls. Would an fsync() be required to force the error? [postgres@hades ~]$ grep ERR rsync.test.log 52419: lstat("/usr

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #6 from Rui DeSousa --- (In reply to Rui DeSousa from comment #5) It looks like no error is returned and result is a sparse file. I think a sync() would be required otherwise the file is truncated on close to meet the quota. [postgr

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #7 from Dave Gordon --- (In reply to Rui DeSousa from comment #5) That was a run where the rename failed. Do you know whether the temporary file was truncated or corrupted in that scenario? [HINT: one can stop the rsync with a signal,

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #8 from Ben RUBSON --- (In reply to Dave Gordon from comment #3) > ZFS probably notices the quota problem somewhere between (b) and (c), drops > the excess data, and returns EDQUOT to the close(2) call. (In reply to Dave Gordon from c

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #9 from Dave Gordon --- (In reply to Rui DeSousa from comment #6) In your example: $ rsync -av --inplace 0001005E0017 arch/0001005E0017 sending incremental file list 0001005E0017 sent 67,125,370 byt

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #10 from Dave Gordon --- BTW, have you tried *either* --sparse *or* --preallocate (but not both together, please, as that will trigger bug 13320 - https://bugzilla.samba.org/show_bug.cgi?id=13320) Does you get the same problem (i.e. fi

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #11 from Rui DeSousa --- (In reply to Dave Gordon from comment #7) This is the result of hard link on the temp file where the rename failed. root@hades:~postgres/arch # ls -lh rsync.temp ; du -h rsync.temp -rw--- 1 postgres pos

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #12 from Rui DeSousa --- (In reply to Dave Gordon from comment #10) The sparse option errors out :). [postgres@hades ~]$ rsync -av --sparse 0001005E0017 arch/0001005E0017 sending incremental file list 0001

[Bug 13317] rsync returns success when target filesystem is full

2018-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #13 from Rui DeSousa --- (In reply to Rui DeSousa from comment #12) Running truss on the --sparse option does show the error being is returned during the write call. [postgres@hades ~]$ truss -f -o sparse.log rsync -av --sparse 0

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #14 from Dave Gordon --- (In reply to Rui DeSousa from comment #6) So you now have an example which reliably produces a bad outcome (corrupted file)? With the combination of (a) insufficient space before copying, and (b) --inplace so t

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #15 from Ben RUBSON --- Rui just to be sure, which type of ZFS quota are you using ? quota ? refquota ? userquota ? -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #16 from Rui DeSousa --- (In reply to Ben RUBSON from comment #15) I just set the quota property. NAME PROPERTY VALUE SOURCE hydra/home/postgres/arch quota 1Glocal hydra/home/postgres/a

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #17 from Rui DeSousa --- (In reply to Dave Gordon from comment #14) Here's the output you requested. ZFS would use the same block even if it's the same data as don't have dedup enabled. [postgres@hades ~]$ ls arch/ dbc1 [postgres@had

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #18 from Rui DeSousa --- I also wrote a little util as well; I get the correct error in write spot. [postgres@hades ~]$ cat 0001005E0017 | ./fwrite/fwrite arch/0001005E0017 fwrite: write: Disc quota exceeded [po

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #19 from Ben RUBSON --- I managed to reproduce the issue on 11.0-RELEASE-p16. Below a simple test case, without compression, without deduplication. Note that issue is reproductible with quota, but not with userquota. # f=/test # z=zroo

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #20 from Dave Gordon --- So, looking like a ZFS issue but triggered in some way by the specific behaviour of rsync (e.g. writing a certain block size/pattern causes the quota error to be lost). The truss listing from a failing case shou

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #21 from Dave Gordon --- Created attachment 14019 --> https://bugzilla.samba.org/attachment.cgi?id=14019&action=edit Test patch to see whether fdatasync() or fsync() detects a write failure -- You are receiving this mail because: Yo

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #22 from Dave Gordon --- (In reply to Ben RUBSON from comment #19) Just to be totally certain about what ZFS may or may not share between files, could you try this variant of your testcase: # zfs destroy $z # zfs create $z # zfs set c

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #23 from Dave Gordon --- Looks like this ZFS problem could be a FreeBSD-specific issue; one of the commits mentioned in this FreeNAS bug report has the subject zfs_write: fix problem with writes appearing to succeed when over quota S

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #24 from Ben RUBSON --- ZFS only shares between files with dedup on. So first rsync / diff succeeded, second gave same result as before : # rsync -a --inplace $tmpfs/f1 $f/f3 ; echo $? ; diff $tmpfs/f1 $f/f3 0 Files /mnt/f1 and /test/f3

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #25 from Ben RUBSON --- And here is the patch applied to FreeBSD stable/10 : https://reviews.freebsd.org/rS326428 And to FreeBSD stable/11 : https://reviews.freebsd.org/rS326427 Will then be in FreeBSD 11.3. Note that this patch depen

[Bug 13317] rsync returns success when target filesystem is full

2018-03-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13317 --- Comment #26 from Rui DeSousa --- (In reply to Ben RUBSON from comment #25) That is awesome. Thanks you for all of your efforts! -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most r

[Bug 13321] New: Rsync --copy-dest issue

2018-03-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13321 Bug ID: 13321 Summary: Rsync --copy-dest issue Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5

<    1   2   3   4   5   6   7   >