<div class="gmail_quote">On Fri, Nov 27, 2009 at 7:45 AM, Dieter Stüken <span dir="ltr">&lt;<a href="mailto:D.Stueken@conterra.de">D.Stueken@conterra.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div>
<font face="Arial, sans-serif" size="2">
<div></div><div>log/20091123_223901/dresden.log:multiplexing overflow 101:7104843 [sender]</div></font></div></blockquote></div><br clear="all">This has come up before.  That number translates into the byte sequence 0x4b 0x69 0x6c 0x6c, which is &quot;Kill&quot; in ASCII.  So, something is outputting a &quot;Killed ...&quot; message to stdout instead of the proper stderr (which you may want to report to the Solaris folks so they can fix it).  To fix the rsync-copy failures, you should figure out why rsync is being killed.  Perhaps your system logs will tell you.  Or maybe attaching a syscall-tracing utility to the appropriate process would reveal the whole message.<br>
<br>..wayne..<br>