Vor einem Monat funktionierten viele Dienste auf meinem VPS nicht mehr. Nachdem ich ungefähr eine Stunde lang herumgespielt hatte, stellte ich fest, dass die Zeit gefroren war. Ich nehme an, es war eine Art Virtualisierungsfehler und ein Neustart hat ihn bald behoben.
Heute habe ich jedoch versucht, mein S3-Backup auszuführen, und SSL ist aufgrund eines Zeitfehlers fehlgeschlagen. beim Überprüfen der Zeit, die ich bekomme:
Current default timezone: 'Europe/London'
Local time is now: Sat Jul 11 22:03:02 BST 2009.
Universal Time is now: Sat Jul 11 21:03:02 UTC 2009.
tim@vps:~$ sudo ntpdate ntp.ubuntu.com
11 Jul 22:03:30 ntpdate[3901]: step time server 91.189.94.4 offset -14404.833448 sec
Jetzt bin ich jetzt in Großbritannien und es ist eindeutig erst 18:03 Uhr weg.
Ich habe versucht, das Datum manuell einzustellen:
sudo date +%T -s "18:03:30"
und wenn ich es zurücklese, hat es sich nicht geändert
Was habe ich vermasselt?
BEARBEITEN:
Ich bin gelaufen:
tim@vps:/var/log$ sudo hwclock --utc
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
tim@vps:/var/log$ sudo 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.
tim@vps:/var/log$ sudo 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.
WIEDER BEARBEITEN:
Ich habe es neu starten lassen und es ist immer noch das gleiche.
ebenfalls:
tim@vps:~$ sudo hwclock --debug --show
hwclock from util-linux-ng 2.13.1
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.