https://bugzilla.novell.com/show_bug.cgi?id=753932 https://bugzilla.novell.com/show_bug.cgi?id=753932#c31 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|werner@suse.com |jorge.adriano@gmail.com --- Comment #31 from Dr. Werner Fink <werner@suse.com> 2012-10-31 12:27:48 UTC --- This will lead to NEEDINFO for Jorge ;) ... OK ... let us check the real state of the CMOS clock, please provide the output of the commands tail -n 1 /etc/adjtime hwclock --show --debug 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 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 if your shell is a csh, then run eval setenv `sed -rn '/^TIMEZONE=/{s/=/ /p}' /etc/sysconfig/clock` instead of using the line starting with a dot. -- 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.