From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1869138CBD for ; Tue, 10 Mar 2015 02:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE336E09CF; Tue, 10 Mar 2015 02:20:42 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F116E09CA for ; Tue, 10 Mar 2015 02:20:41 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhI+APOG1lRFxLBf/2dsb2JhbABbgwYBUVqIBrprB4VzBIEGC0QBAQEBAQF8hE0cEE8TIQUlJBOILahqpWWTFYEUBY8bVIJ8hVuGSYpjgUUigUUMMRyBbCIxAYJBAQEB X-IPAS-Result: AhI+APOG1lRFxLBf/2dsb2JhbABbgwYBUVqIBrprB4VzBIEGC0QBAQEBAQF8hE0cEE8TIQUlJBOILahqpWWTFYEUBY8bVIJ8hVuGSYpjgUUigUUMMRyBbCIxAYJBAQEB X-IronPort-AV: E=Sophos;i="5.09,536,1418101200"; d="scan'208";a="113134800" Received: from 69-196-176-95.dsl.teksavvy.com (HELO waltdnes.org) ([69.196.176.95]) by ironport2-out.teksavvy.com with SMTP; 09 Mar 2015 22:20:39 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Mon, 09 Mar 2015 22:20:39 -0400 From: "Walter Dnes" Date: Mon, 9 Mar 2015 22:20:39 -0400 To: Gentoo Users List Subject: [gentoo-user] My machine wakes up from hibernation in GMT time !?!? Message-ID: <20150310022039.GA15212@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-Archives-Salt: 8039b9ee-3686-4049-aff4-78237dde86d8 X-Archives-Hash: dd515c15e897bdbc0e62ec13caa5ba8e I'm in Canada/Eastern timezone. For some reason, my machine seems to come up in GMT when waking up from hibernation. This started happening a week or two ago. I do not think this is related to my conversion and re-install from 32-bit to 64-bit. I worked OK for a while. Only recently did it start waking up with the clock 5 hours ahead of Eastern Standard (i.e. GMT). Since the time change this past Sunday, it's been waking up 4 hours ahead of Eastern Daylight. It definitely looks like it's coming up in GMT. I reset it to Eastern time, but after hibernation and wakeup, it comes up GMT. I don't know why. Any ideas? Here are the contents of... /etc/hibernate/hibernate.conf /etc/timezone /etc/conf.d/hwclock ...a sanity-check on /etc/local/timezone ...my script to manually sync my machine clock. ============================================================ [d531][waltdnes][~] grep -v ^# /etc/hibernate/hibernate.conf TryMethod disk.conf Distribution gentoo EnsureLILOResumes yes LogVerbosity 3 LogFile /var/log/hibernate.log PowerdownMethod shutdown RestartServices sshd OnResume 00 /bin/cat /home/waltdnes/.appointments ================================================== [d531][waltdnes][~] cat /etc/timezone Canada/Eastern ================================================== [d531][waltdnes][~] grep -v ^# /etc/conf.d/hwclock clock="local" clock_hctosys="YES" clock_systohc="YES" clock_args="" ================================================== [d531][waltdnes][~] diff -s /etc/localtime /usr/share/zoneinfo/Canada/Eastern Files /etc/localtime and /usr/share/zoneinfo/Canada/Eastern are identical ================================================== [d531][waltdnes][~] cat bin/settime #!/bin/bash date /usr/bin/sudo /usr/bin/openrdate -n -s ca.pool.ntp.org /usr/bin/sudo /sbin/hwclock --systohc date -- Walter Dnes I don't run "desktop environments"; I run useful applications