Displaying 7 results from an estimated 7 matches for "msg_log".
Did you mean:
msg_iov
2006 Dec 10
1
Rsync 2.6.9 Develops Conflict Between --stats, I think --delete-after and Local Filesystem Replication
Hi all,
Well, yeah, that's it, really. :-) Try it. Works consistently, on Doze
and Linux here ...
# rsync -vvrlHSPtiypogD --stats --numeric-ids --delete-after --force --
partial-dir=.partial /tmp/ /var/tmp/
[...show stats...]
unknown message 4:1 [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(307)
[generator=2.6.9]
rsync: connection unexpectedly closed (26
2016 Jan 21
1
[Bug 11683] New: hang on select when send many files
...y files it may be hang on perform_io
and why iobuf.msg.len always increase to big and never reduce
.x86_64
(gdb) bt
#0 0x000000322bce1353 in __select_nocancel () from /lib64/libc.so.6
#1 0x0000000000429d7a in perform_io (needed=154, flags=4) at io.c:742
#2 0x000000000042b45a in send_msg (code=MSG_LOG,
buf=0x7fff8ed87400 "10.126.100.201 682364
tjtx-100-200_20160121_135901/aifang_dw/contract_snapshot_detail_20151103.MYD
682244 2015/12/05-18:53:33 recv 114409 fullbak\n",
len=147, convert=0) at io.c:958
#3 0x00000000004218a0 in rwrite (code=FLOG,
buf=0x7fff8ed87400 "10....
2004 May 02
1
2.6.2 patch for AIX
...after the last
enum constant.
--
albert chin (china@thewrittenword.com)
-- snip snip
--- rsync.h.orig 2004-05-01 16:52:14.000000000 -0500
+++ rsync.h 2004-05-01 16:52:18.000000000 -0500
@@ -123,7 +123,7 @@
MSG_DATA=0, /* raw data on the multiplexed stream */
MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */
MSG_REDO=4, /* reprocess indicated flist index */
- MSG_DONE=5, /* current phase is done */
+ MSG_DONE=5 /* current phase is done */
};
#include "errcode.h"
2004 Aug 18
1
[PATCH] fix AIX compile
...ur src-2.6.2/rsync.h src-2.6.2-local/rsync.h
--- src-2.6.2/rsync.h 2004-04-27 03:36:16.000000000 +0200
+++ src-2.6.2-local/rsync.h 2004-08-18 11:36:18.000000000 +0200
@@ -123,7 +123,7 @@
MSG_DATA=0, /* raw data on the multiplexed stream */
MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */
MSG_REDO=4, /* reprocess indicated flist index */
- MSG_DONE=5, /* current phase is done */
+ MSG_DONE=5 /* current phase is done */
};
#include "errcode.h"
2006 May 03
2
Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]
Hi guys:
First post for me on this list.
THE PROBLEM
===========
I have several linux servers (ranging from Redhat 7.3 to FC3) that use Rsync (version 2.6.8 and 2.6.7, read on for reasons) to backup their data. A typical rsync backup script looks like this:
------------------------------------------------------------------------------------------
#!/bin/sh
RSYNC_PASSWORD=<PASSWORD>
rsync
2004 Jan 17
1
--delete-sent-files (AKA --move-files)
...list_add(IVAL(buf,0));
break;
+ case MSG_SUCCESS:
+ if (len != 4) {
+ rprintf(FERROR, "invalid message %d:%d\n", tag, len);
+ exit_cleanup(RERR_STREAMIO);
+ }
+ read_loop(fd, buf, 4);
+ io_multiplex_write(MSG_SUCCESS, buf, 4);
+ break;
case MSG_INFO:
case MSG_ERROR:
case MSG_LOG:
@@ -637,6 +645,16 @@ static int read_unbuffered(int fd, char
}
read_loop(fd, buffer, remaining);
bufferIdx = 0;
+ break;
+ case MSG_SUCCESS:
+ if (remaining != 4) {
+ rprintf(FERROR, "invalid multi-message %d:%ld\n",
+ tag, (long)remaining);
+ exit_cleanup(RER...
2004 Feb 11
48
Kernel panic while compiling kernel
I know you Xen developers are beginning to hate me ;) but...
While trying to compile 2.4.24 under DOM0, quickly after issuing ''make dep'' I
got:
Kernel panic: Failed mmu update: c015bf80, 4
I suspect this address probably isn''t to helpful but this is all I have. I am
currently booted in 2.4.21-SuSE and compiling the 2.4.24 regarding another
thread here.
Regarding