From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 13:47:29 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 735D816A402 for ; Mon, 12 Mar 2007 13:47:29 +0000 (UTC) (envelope-from idmc_vivr@intgdev.com) Received: from omr1.networksolutionsemail.com (omr1.networksolutionsemail.com [205.178.146.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3A19313C457 for ; Mon, 12 Mar 2007 13:47:29 +0000 (UTC) (envelope-from idmc_vivr@intgdev.com) Received: from mail.networksolutionsemail.com (ns-omr1.mgt.netsol.com [10.49.6.64]) by omr1.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id l2CDlSeb013659 for ; Mon, 12 Mar 2007 09:47:28 -0400 Received: (qmail 27736 invoked by uid 78); 12 Mar 2007 13:47:28 -0000 Received: from unknown (HELO webmail7) (205.178.146.50) by ns-omr1.lb.hosting.dc2.netsol.com with SMTP; 12 Mar 2007 13:47:28 -0000 Received: from 127.0.0.1 (idmc_vivr@intgdev.com [127.0.0.1]) by webmail7 (EdgeDesk 4.04) with WEBMAIL id 17184; Mon, 12 Mar 2007 13:47:27 +0000 From: "V.I.Victor" To: freebsd-questions@freebsd.org Importance: Normal Sensitivity: Normal Message-ID: X-Mailer: Mintersoft EdgeDesk, Build 4.03.0105 Date: Mon, 12 Mar 2007 13:47:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 13:47:29 -0000 On Mon, 12 Mar 2007, 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 different behaviour. Any idea whats up ? This is the same thing I asked about yesterday (Daylight Savings Time -- /etc/localtime and what else?) w/o responses >From what I could tell, virtually every process needed a restart. sshd, cron, sendmail, et al were running an hour off. I guess they have a "time ref" based on their original start-up. After I restarted them all, I ended up doing a reboot anyway -- I wasn't sure if everything had been "caught" and I didn't want a Monday morning surprise. Today -- all seems OK.