https://bugzilla.novell.com/show_bug.cgi?id=753932 https://bugzilla.novell.com/show_bug.cgi?id=753932#c33 jorge aires <jorge.adriano@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|jorge.adriano@gmail.com | --- Comment #33 from jorge aires <jorge.adriano@gmail.com> 2012-10-31 17:59:41 UTC --- (In reply to comment #31)
This will lead to NEEDINFO for Jorge ;)
OK! (done)
... OK ... let us check the real state of the CMOS clock, please provide the output of the commands
tail -n 1 /etc/adjtime
File doesn't exist.
hwclock --show --debug
hwclock from util-linux 2.20.1 Using /dev interface to clock. Assuming hardware clock is kept in UTC time. Waiting for clock tick... ...got clock tick Time read from Hardware Clock: 2012/10/31 17:47:47 Hw clock time : 2012/10/31 17:47:47 = 1351705667 seconds since 1969 Wed 31 Oct 2012 17:47:47 WET -0.266340 seconds
then the output of the commands to check the initrd
zcat /boot/initrd | \ cpio -i --quiet --to-stdout etc/sysconfig/clock | \ grep HWCLOCK grep HWCLOCK /etc/sysconfig/clock lsinitrd /boot/initrd | grep -E 'clock|adj|localtime' test -e /dev/shm/warpclock || echo no warpclock
HWCLOCK="-u" HWCLOCK="-u" etc/localtime etc/sysconfig/clock bin/warpclock boot/05-clock.sh no warpclock
and final I'd like to test your user space setup, supposes your're using a bash a shell
. /etc/sysconfig/clock echo $TIMEZONE cmp /etc/localtime /usr/share/zoneinfo/$TIMEZONE || echo wrong localtime TZ=UTC date TZ=$TIMEZONE date
Europe/Lisbon Wed Oct 31 17:50:12 UTC 2012 Wed Oct 31 17:50:12 WET 2012 Hope it helps! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.