Just set up Ubuntu 9.04 on my linode and while installing and setting up Webmin/Virtualmin, I went into System Information > Time on Server. There it reads,
"This form is for changing the system's current time, which is used by all running processes. On operating systems that have a separate hardware clock, it can be used to set that too." At the bottom, it gives the error "hwclock failed :". If I click the tabs "Change timezone" or "Time server sync" it's completely blank. Since the time is incorrect, I try to change the hour yet it doesn't change. I have to assume this is related to the hwclock issue.
So, I decide to go root into SSH via Putty. Here are the commands I've tried:
Code:
#hwclock --show
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
# hwclock --debug
hwclock from util-linux-ng 2.14.2
hwclock: Open of /dev/rtc failed, errno=2: No such file or directory.
No usable clock interface found.
Cannot access the Hardware Clock via any known method.
Is there some way to fix this hwclock issue?