Gentoo Archives: gentoo-mirrors

From: Tobias Klausmann <klausman@××××××××××××.de>
To: gentoo-mirrors@l.g.o
Subject: [gentoo-mirrors] RSync logging weirdness
Date: Wed, 13 Oct 2004 09:10:33
Message-Id: 20041013091030.GA8483@eric.schwarzvogel.de
1 Hi!
2
3 Today I noticed something strange in my rsync log: the timestamps
4 seemd out-of-order. By exactly two hours. So I hacked thes rsync
5 source to include the time zone in the timestamps. And lo and
6 behold, they are severely fscked (lines truncated for easier reading):
7
8 2004/10/13 11:06:06-CEST [8470] rsyncd version 2.6.3 starting, ...
9 2004/10/13 11:06:16-CEST [8473] rsync on gentoo-portage//metada...
10 2004/10/13 09:06:16-UTC [8473] wrote 501 bytes read 192 bytes ...
11 2004/10/13 11:06:17-CEST [8474] rsync on gentoo-portage// ...
12 2004/10/13 09:06:23-UTC [8474] wrote 2307005 bytes read ...
13
14 Why is this? As far as I can tell, both the wrote... line and the
15 rsync on... line use the same logging functions. Could someone
16 take a peek at their logfiles and tell me if I'm the only one
17 with this problem?
18
19 Greets,
20 Tobias
21
22 --
23 export DISPLAY=vt100
24
25 --
26 gentoo-mirrors@g.o mailing list

Replies

Subject Author
Re: [gentoo-mirrors] RSync logging weirdness Rob Baxter <burn@××××××.ca>