Is there a reason I get the following strange characters in my log file? 2008/08/29 19:48:13 [7138] Number of files: 42321 2008/08/29 19:48:13 [7138] Number of files transferred: 78 2008/08/29 19:48:13 [7138] Total file size: +)*)/.+),00//,+)),( bytes 2008/08/29 19:48:13 [7138] Total transferred file size: +)*)/.+),(*0,+-.,0' bytes 2008/08/29 19:48:13 [7138] Literal data: -+,((0),' bytes 2008/08/29 19:48:13 [7138] Matched data: 9573940 bytes 2008/08/29 19:48:13 [7138] File list size: 1623316 2008/08/29 19:48:13 [7138] File list generation time: 17.259 seconds 2008/08/29 19:48:13 [7138] File list transfer time: 0.000 seconds 2008/08/29 19:48:13 [7138] Total bytes sent: 20093247 2008/08/29 19:48:13 [7138] Total bytes received: 71734 2008/08/29 19:48:13 [7138] sent 20093247 bytes received 71734 bytes 485903.16 bytes/sec 2008/08/29 19:48:13 [7138] total size is +)*)/.+),00//,+)),( speedup is -285997082764.99 Thanks Denys -- View this message in context: http://www.nabble.com/Strange-sender-log-file-characters-tp19231243p19231243.html Sent from the Samba - rsync mailing list archive at Nabble.com.
On Sat, Aug 30, 2008 at 12:52:42AM -0700, dfirth wrote:> Is there a reason I get the following strange characters in my log file?What rsync version are you using? I've never seen that before. Also, which of the various PRINTF defines are defined in your config.h file? % fgrep PRINTF config.h #define HAVE_ASPRINTF 1 #define HAVE_C99_VSNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_VASPRINTF 1 #define HAVE_VSNPRINTF 1 ..wayne..
On Sat, 2008-08-30 at 00:52 -0700, dfirth wrote:> Is there a reason I get the following strange characters in my log file? > > 2008/08/29 19:48:13 [7138] Total file size: +)*)/.+),00//,+)),( bytes > 2008/08/29 19:48:13 [7138] Total transferred file size: +)*)/.+),(*0,+-.,0' > bytes > 2008/08/29 19:48:13 [7138] Literal data: -+,((0),' bytes > 2008/08/29 19:48:13 [7138] total size is +)*)/.+),00//,+)),( speedup is > -285997082764.99That can happen if the statistics somehow become negative because the "big_num" function doesn't handle negative numbers. The following patch makes it handle them: http://mattmccutchen.net/rsync/rsync.git/?a=commitdiff;h=wip/negative-stats We still have to figure out how the statistics become negative. You could run rsync under gdb with "watch (stats.total_size < 0)", or if you have a reproducible case, I would be happy to look into it. Matt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/rsync/attachments/20080830/20be1829/attachment.bin