Miroslav Lichvar

Results 36 comments of Miroslav Lichvar

It worked for so long because it used only the few UDP-accessible commands, which are intentionally kept stable. That doesn't apply to the commands accessible over the Unix domain socket....

libchrony-0.1 has been released and it's now available in EPEL9. How can I add it to the centos9 CI image?

Here is a PR to add libchrony-devel to the centos9 image: https://github.com/collectd/ci-docker/pull/82 It could be also added to Fedora rawhide and Fedora 42 if it was present.

I had some entries silently skipped in an import. It turned out it's those that have an empty issuer. After manually editing the file they were accepted.

Is it possible that the two scrappers run in the same process (i.e. have the same PID) and are trying to bind to the same local socket? chronyd can handle...

You could also replace the PID number with a random or increasing number and before binding check if there is an existing socket and if it is still used. At...