From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 18:01:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84DBB16A401 for ; Mon, 12 Mar 2007 18:01:02 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1D30A13C45E for ; Mon, 12 Mar 2007 18:01:01 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1987625nfc for ; Mon, 12 Mar 2007 11:01:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UFn646MsEqedLHSGM+Jwdg0R2LQqT0EjiiDLOc/g4Vh9Mz3/TEIL8uxOsIgBBA/+o+fR4CIwbxMdZp+kpp9dc7/O6VDtioH8PDLaqlYZx032mZIOJWSAa4bIsjrtQXZgOcEsnV7M+VGX+q7eBBW7FlzRoKTsAZlaYJsWbQ6K4N0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eCH7oC0G1bzYw9Hj4aRq4PE/a/7T8FFsCIL31DpfxD5ilxExZm28BMeBYQG3xIBhYVdH977zTpO9/26McI5n83bTk5GW4hMuUoPLGLhTJWUBOvQ6zZdAyRDoxY5Xx4wwOieRKOyTG2/Zolz2o56XH6YcaoBXcDrXAWXC9NRfIL4= Received: by 10.82.107.15 with SMTP id f15mr8751113buc.1173722460287; Mon, 12 Mar 2007 11:01:00 -0700 (PDT) Received: by 10.48.163.6 with HTTP; Mon, 12 Mar 2007 11:00:59 -0700 (PDT) Message-ID: <54db43990703121100k1be31052m19cad6acef12f6c1@mail.gmail.com> Date: Mon, 12 Mar 2007 14:00:59 -0400 From: "Bob Johnson" To: "Mike Tancsa" In-Reply-To: <200703121231.l2CCVN1d017433@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703121231.l2CCVN1d017433@lava.sentex.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Post DST changes 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: Mon, 12 Mar 2007 18:01:02 -0000 On 3/12/07, Mike Tancsa wrote: > I am seeing some inconsistent and strange results after the DST > change this weekend. On all the boxes, it seems setup OK [...] > yet mixed in notice the /kernel entry... Its an hour off !? > > if I restart syslogd, it corrects it for the kernel entry, but not > for other applications. They all seem to log the time one hour back. > Most applications seem this way. On my more recent boxes this didnt > happen, but for some legacy RELENG_4 and older RELENG_5 and RELENG_6 > boxes, the same odd behavior. Restart any programs that aren't picking up the time change. >From the tzsetup(8) man page: "BUGS Programs which are already running when tzsetup creates or updates /etc/localtime will not reflect the updated timezone." - Bob