Re: [Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-11-06 Thread Cavsfan
Sorry for the delay. I don't check my email like I should. Yes this does involve systemd. The time was off by 4 hours everyday for a while. I thought it was fixed in bug 1377698 too but I noticed that is was good booting with upstart but only booting systemd it was 4 hours behind. I just booted

[Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-11-06 Thread Martin Pitt
Are you sure that you boot with systemd? Please give me the output of "systemctl status hwclock". (It should be "masked (/dev/null)"). For upstart this was fixed in bug 1377698 recently. ** Package changed: tzdata (Ubuntu) => util-linux (Ubuntu) ** Changed in: util-linux (Ubuntu) Status: C

[Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-10-28 Thread Cavsfan
This bug is not a duplicate of https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1377698 That involved just upstart boot, this bug just involves systemd boot. And it's still broken here as of today. Only sudo ntpdate ntp.ubuntu.com will fix the time. ** This bug is no longer a duplicate

[Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-10-07 Thread Doug McMahon
*** This bug is a duplicate of bug 1377698 *** https://bugs.launchpad.net/bugs/1377698 ** This bug has been marked a duplicate of bug 1377698 /etc/default/rcS: UTC=no is being ignored -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-10-05 Thread sg...@tds.net
The bug appears simply this: Even with UTC=no, Ubuntu stores the time as UTC at shutdown. But since UTC=no, it expects the time as local, thus applies no timezone correction, and the time is 4 hours fast for those in EDT country. Took me the longest time to suss it out, since having automatic tim

[Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-10-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tzdata (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu. https://bugs.launchpad.net

[Touch-packages] [Bug 1377258] Re: Utopic time is off by 4 hours after boot

2014-10-05 Thread Cavsfan
As a temporary workaround: gksudo gedit /etc/cron.daily/ntpdate Add this and save it: #!/bin/sh ntpdate ntp.ubuntu.com Then sudo chmod 755 /etc/cron.daily/ntpdate to make it executable. I found that on this page: https://help.ubuntu.com/community/UbuntuTime When it boots up the time is fou