start_udev and /dev/rtc hwclock
Installed Oracle VM 3.0.2
Noticed udev takes very long time to run. It actually timesout. Has someone else hit this.
This box has mainly nvidia chipset.
Set debug to syslog and see that there might be an issue with /dev/rtc
Devices do get created
ls -l /dev/rtc*
crw------- 1 root root 10, 135 Oct 14 09:00 /dev/rtc
crw-r--r-- 1 root root 252, 0 Oct 14 09:01 /dev/rtc0
test
hwclock --localtime
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
[root@ovs3 rules.d]# hwclock --debug
hwclock from util-linux-2.13-pre7
hwclock: Open of /dev/rtc failed, errno=19: No such device.
Noticed udev takes very long time to run. It actually timesout. Has someone else hit this.
This box has mainly nvidia chipset.
Set debug to syslog and see that there might be an issue with /dev/rtc
Devices do get created
ls -l /dev/rtc*
crw------- 1 root root 10, 135 Oct 14 09:00 /dev/rtc
crw-r--r-- 1 root root 252, 0 Oct 14 09:01 /dev/rtc0
test
hwclock --localtime
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
[root@ovs3 rules.d]# hwclock --debug
hwclock from util-linux-2.13-pre7
hwclock: Open of /dev/rtc failed, errno=19: No such device.
0