https://bugzilla.samba.org/show_bug.cgi?id=13147

--- Comment #2 from roland <devz...@web.de> ---
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@localhost "echo stdout; echo stderr >&2" >/dev/null
stderr
gonzo:tmp root# ssh root@localhost "echo stdout; echo stderr >&2" 2>/dev/null
stdout

-- 
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 change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to