From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 05:04:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A993D1065670 for ; Tue, 4 Oct 2011 05:04:55 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7974B8FC15 for ; Tue, 4 Oct 2011 05:04:55 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-72-95-206-99.pitbpa.east.verizon.net [72.95.206.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 8D90AAD7DC for ; Tue, 4 Oct 2011 00:29:17 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id D51155C48 for ; Tue, 4 Oct 2011 00:29:16 -0400 (EDT) Date: Tue, 4 Oct 2011 00:29:10 -0400 From: Janos Dohanics To: FreeBSD Questions Message-Id: <20111004002910.4c134251.web@3dresearch.com> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Timestamps shifted by 8 hours X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 05:04:55 -0000 I have pfSense-2.0 for gateway/firewall (10.10.10.2). 10.10.10.2 logs to 10.10.10.252, which runs FreeBSD 7.4-STABLE. 10.10.10.252 is the ntpd server for this LAN. On 10.10.10.2: date Tue Oct 4 00:00:42 EDT 2011 On 10.10.10.252: $date Tue Oct 4 00:00:50 EDT 2011 (just after logging out of 10.10.10.2, so they seem to be in sync) However, timestamps in pfsense.log, residing on 10.10.10.252, are shifted by 8 hours, for example: $ tail -f /var/log/pfsense.log Oct 4 09:00:01 10.10.10.2 pf: 00:00:00.748775 rule 1/0(match): [...] ^^^^^^^^ I guess I should read some man page... -- Janos Dohanics