[x86-64-v2] ntp not starting #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So I have a mini server based on Gigabyte BRIX with CPU Celeron N3000 which supports x86-64-v2 according to /lib/ld-linux-x86-64.so.2's output:
I'm using the v2 repository as my system wide packages, so everything was x86-64-v2 and noticed that ntpd (NTP daemon) didn't start. Reverted back to normal x86-64 and it worked, daemon starts. Updated only ntp package to x86-64-v2 (to discard system wide packages) and it doesn't start neither. This is the output from journalctl when trying to start the daemon:
To complement the bug, I'm using two other servers with system-wide x86-64-v3 without any errors on ntp daemon, so apparently only affects v2.
Let me know if more debugging is needed.
I'll try disabling LTO for
ntp, since that's the only difference betweenntpinx86-64-v3andx86-64-v2.Can you test version
ntp-4.2.8.p15-1.2?Tested and it works perfectly now! Amazing!