From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [IPv6:2a01:4f8:200:3141::101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id D430921F224 for ; Mon, 24 Mar 2014 16:33:51 -0700 (PDT) X-Virus-Scanned: amavisd-new at example.com Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id AD1BB1C377; Tue, 25 Mar 2014 00:33:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toke.dk; s=201310; t=1395704024; bh=D42OX4rFEeYl+IkWN4x5Fi1N6NizhLHN6p9mFTkcItI=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=PL3OUY9vAHmFRU+ZtZ7vCIqKUGFk4hDTpNX9IAzB5nsigVBPdy9WJfWMjvr2zm019 gBCfyJ2odr7MBXI76KjVtt/8GemyFpNI0qcjB1KKhkSCGcfm0Nn99QmSGWz49+Gkpo uYJ5f38se8tsPiIGOV0Nxq3n50zbaCU/vii7KkVo= From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: =?utf-8?B?VMO2csO2aw==?= Edwin References: <20140324191203.GA78098@redoubt.spodhuis.org> <878urzia18.fsf@alrua-x1.karlstad.toke.dk> <5330AD18.5000508@etorok.net> Date: Tue, 25 Mar 2014 00:33:41 +0100 In-Reply-To: <5330AD18.5000508@etorok.net> (=?utf-8?B?IlTDtnLDtms=?= Edwin"'s message of "Tue, 25 Mar 2014 00:09:28 +0200") Message-ID: <87lhvzgoiy.fsf@alrua-x1.karlstad.toke.dk> Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] DNSSEC & NTP Bootstrapping X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 23:33:52 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable T=C3=B6r=C3=B6k Edwin writes: > I haven't upgraded to -12 yet (still on -9), but logread doesn't seem > to get its time updated: Sat Jan 17 03:41:38 1970 authpriv.notice > dropbear[3747]: Pubkey auth succeeded for 'root' with key md5 > 2a:6d:49:b6:74:91:9c:34:f8:7a:2e:40:65:b2:e9:e9 from > 172.30.42.12:52391 > > Although the date is right: > # date > Mon Mar 24 22:05:20 GMT 2014 > > I tried running sysfixtime manually, or just run the 'date -s > ' manually, with no luck. Any idea how to get logread > (or well the daemon/kernel) to update its timestamps? Sysfixtime only touches the system clock. Just checked on my box, and I have the same issue with the logs. The system log is managed by ubusd these days, but neither kicking that or the log daemon itself seems to get the timings right on a 'logread'. Interestingly, running logread -f outputs the incoming events with the right timestamps; so I guess it's a bug somewhere that fails to get the offset for old events or something... Found this in the openwrt HEAD git log: commit 345c4805ee324b4a34bd60c8f5762f0b6dd27497 Author: blogic Date: Tue Mar 18 19:22:38 2014 +0000 ubox: update to latest git head =20=20=20=20 logread now shows the right time. =20=20=20=20 Signed-off-by: John Crispin =20=20=20=20 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39951 3c298f89-4303-041= 0-b956-a3cf2f4a3e73 Which is newer than -9 but older (I think; the tag is missing from github) than -12. So an upgrade should probably fix it :) *off to upgrade my own install* =2DToke --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBCAAGBQJTMMDVAAoJEENeEGz1+utPkAoH/j5gCzXcB9ZcmnNa41RGJ5WV ZZWLo6FVEYBY/tLhW/DUmAIY9fJKdhBx5M0/cboqDE7Zq3ye6ZMgbp8MLUnto6uE GaIaDKs6qiSgfLl0SqtxzAj89F02kaE5ez2FmlvIPDSXNDFsTaVF6hY10SSI8ptd ykWLs2toOa2meQbosmu22AilQgncHx0NODPPKLpsUuV0nwhBxZZDvGMBbr1yl2cv 0D9dBnz/99VmuGVBz2FpNZJ+7HfP9MOpZ9eqsRlWWVm61ZD56LinoTWM3uWCtmnc 5gpzMfKfPOPqfgzJSYfnyPHgPK7j2mxKTipY+JjHiqcl0Hi2QK2wCsVbW6TlZVE= =OvVN -----END PGP SIGNATURE----- --=-=-=--