Bug#633504: systemd: hwclock in localtime results in wrong system time

2011-07-11 Thread Michael Biebl
Am 11.07.2011 07:15, schrieb Michael Biebl: Until this is fixed, you can do two things: a) Remove /etc/adjtime. This way only util-linux via hwclock-set will apply the localtime offset b) Modify /lib/udev/hwclock-set by hand and add if [ -e /sys/fs/cgroup/systemd ]; then exit 0

Bug#633504: systemd: hwclock in localtime results in wrong system time

2011-07-10 Thread Mourad De Clerck
Package: systemd Version: 29-1 Severity: important I've got LOCAL in /etc/adjtime, and UTC=no in /etc/default/rcS. Since systemd 29-1 my PC's clock is off by two hours on boot (the timezone + DST offset). So the system time is actually set to UTC. Executing hwclock --hctosys after booting

Bug#633504: systemd: hwclock in localtime results in wrong system time

2011-07-10 Thread Michael Biebl
block 633504 by 629811 thanks Hi, Am 10.07.2011 23:23, schrieb Mourad De Clerck: I've got LOCAL in /etc/adjtime, and UTC=no in /etc/default/rcS. Since systemd 29-1 my PC's clock is off by two hours on boot (the timezone + DST offset). So the system time is actually set to UTC. Executing