Hi All !
This one is a bit technical and i hope we come to a solution.
I finally managed to install a VMWare server on Debien Etch kernel 2.6.18-3-686. Beside all the problems noted and fixed in
another post I still have an issue related to RTC.
This is what should happen on a normal system :
Code:
[root@testsystem ~] hwclock
Wed 03 Jan 2007 06:07:26 PM EST -0.758061 seconds
[root@testsytem ~] cat /proc/interrupts
CPU0
(snip)
8: 8 IO-APIC-edge rtc
(snip)
The number 8 would increase beside IO-APIC-edge rtc showing that hwclock receives correct interrupts form /dev/rtc...
That's not the case on the Dell PowerEdge 860.
Code:
[root@pe860 ~] hwclock
select() to /dev/rtc to wait for clock tick timed out
[root@pe860 ~] cat /proc/interrupts
CPU0 CPU1
(snip)
8: 0 0 IO-APIC-edge rtc
(snip)
This issue is corrected on Dell servers by adding --directisa option to a hwclock command or in /etc/init.d/hwclock.sh for booting slowdowns and shutdowns... But the issue is affecting directly VMware server.
This message is logged in syslog
Code:
Jan 3 16:08:41 pe860 kernel: rtc: lost some interrupts at 2048Hz.
Jan 3 16:09:12 pe860 last message repeated 1512 times
Jan 3 16:10:13 pe860 last message repeated 3051 times
The final issue is that the time on the virtual machine is sooooo slow. 1 sec = 5 sec realtime. This is I belive because /dev/rtc is broken and must be fixed in the kernel (or rtc module)
At this point, any ideas are welcome.
Thanks !
Francis
Recent comments
11 hours 1 sec ago
20 hours 27 min ago
21 hours 17 min ago
1 day 50 min ago
1 day 5 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 17 hours ago
1 day 22 hours ago
2 days 12 min ago