Hi,
first of all, many thanks to the Proxmox support, without the help from Mr. Stoiko Ivanov, I 'd never find this solution!
In short:
I went to the BIOS (Supermicro X11SCM-F) ACPI Settings - High Precision Event Timer (HPET), and switched it from enabled (default) to disable...
and everything was good:
The times are perfect:
and without any other change the NTP synchronized: went from "no" to "yes"
Alternatively I tried -without the BIOS settings- described in this answer post from Nicola Ben:
https://unix.stackexchange.com/questions/377621/clock-instability-in-debian-9-stretch
the following GRUB settings
It has the same effect, it is an alternative solution. I work with the BIOS settings above.
(At the same time I asked the Supermicro Support, when I told from Linux they said it is an OS problem...)
regards
maxprox
first of all, many thanks to the Proxmox support, without the help from Mr. Stoiko Ivanov, I 'd never find this solution!
In short:
I went to the BIOS (Supermicro X11SCM-F) ACPI Settings - High Precision Event Timer (HPET), and switched it from enabled (default) to disable...
and everything was good:
The times are perfect:
Code:
root@suziprox ~ # hwclock -r && date && rdate -4npuv ptbtime2.ptb.de
2019-06-19 19:03:49.464091+0200
Wed Jun 19 19:03:50 CEST 2019
Wed Jun 19 19:03:50 CEST 2019
rdate: adjust local clock by 0.000521 seconds
Code:
root@suziprox ~ # timedatectl status
Local time: Wed 2019-06-19 19:14:15 CEST
Universal time: Wed 2019-06-19 17:14:15 UTC
RTC time: Wed 2019-06-19 17:14:15
Time zone: Europe/Berlin (CEST, +0200)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
root@suziprox ~ #
Alternatively I tried -without the BIOS settings- described in this answer post from Nicola Ben:
https://unix.stackexchange.com/questions/377621/clock-instability-in-debian-9-stretch
the following GRUB settings
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet notsc clocksource=acpi_pm"
update-grub
reboot
(At the same time I asked the Supermicro Support, when I told from Linux they said it is an OS problem...)
regards
maxprox
Attachments
Last edited: