From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 15:22:44 2008 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 C6F9A16A417 for ; Thu, 7 Feb 2008 15:22:44 +0000 (UTC) (envelope-from jimbow@darq.net) Received: from farnborough.darq.net (fab.darq.net [82.136.41.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8059313C465 for ; Thu, 7 Feb 2008 15:22:44 +0000 (UTC) (envelope-from jimbow@darq.net) Received: from localhost (localhost [127.0.0.1]) by farnborough.darq.net (Postfix) with ESMTP id CF6E41D0AF; Thu, 7 Feb 2008 15:23:03 +0000 (GMT) X-Virus-Scanned: amavisd-new at darq.net Received: from farnborough.darq.net ([127.0.0.1]) by localhost (farnborough.darq.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id olj2Kn-vptos; Thu, 7 Feb 2008 15:22:56 +0000 (GMT) Received: from troop.darq.net (hackney.darq.net [78.86.112.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zygis@darq.net) by farnborough.darq.net (Postfix) with ESMTP id 297221D05F; Thu, 7 Feb 2008 15:22:56 +0000 (GMT) Message-ID: <47AB2244.8030508@darq.net> Date: Thu, 07 Feb 2008 15:22:44 +0000 From: Jim Bow User-Agent: Thunderbird 2.0.0.9 (X11/20080120) MIME-Version: 1.0 To: Johan Hendriks References: <57200BF94E69E54880C9BB1AF714BBCB5DDB82@w2003s01.double-l.local> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DDB82@w2003s01.double-l.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: time in jail one hour behind the jailhost 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: Thu, 07 Feb 2008 15:22:44 -0000 Johan Hendriks wrote: > Hello all > > I have a question regarding my time in a jail. > > I use ntp on the jailhost, but my jails are all one hour behind the > host. > > Can someone tell me how to fix that! Try running 'tzsetup' in the jail and selecting the correct timezone there. JimBow