Miroslav Lichvar pushed to branch master at chrony / chrony
Commits:
-
e95d5a16
by Miroslav Lichvar at 2025-08-27T14:05:27+02:00
test: avoid using cmdport equal to ntpport in system tests
Make sure the two randomly generated port numbers used in system tests
are different to avoid failures.
-
9e8541e3
by Miroslav Lichvar at 2025-08-27T14:05:31+02:00
sys_linux: improve error message for failed PHC open
If the specified PHC device cannot be opened directly, an attempt is
made to open it as a network interface. When that fails, the error
"Could not open PHC of iface" is misleading the user that it was handled
only as an interface. Change the message to "Could not open PHC (of)" to
better cover both possibilities. Also remove the errno as it's not set
in all code paths.
2 changed files:
|