You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On systems using ntpsec (e.g. Debian 12+), with Apparmor enabled, ntpsec cannot connect to any pool or server. It turns out the included configuration (files/usr.sbin.ntpd.apparmor) is made for ntpd, not ntpsec.
🥞 Cookbook version
5.2.3
👩🍳 Chef-Infra Version
18.0.155
🎩 Platform details
Debian 12
Steps To Reproduce
Steps to reproduce the behavior:
install a Debian 12 system, with Apparmor enabled
use the ntp cookbook to deploy ntpsec
reboot or restart Apparmaor
run ntpq -p, and notice ntpsec cannot connect to servers or pools ; with time, drift may appear.
🚓 Expected behavior
A compatible Apparmor configuration should be installed, and ntpsec should be able to connect to servers and pools.
The text was updated successfully, but these errors were encountered:
* Make ntpsec use a compatible Apparmor configuration (#257)
* Use ntpsec paths when ntpsec is installed
* Fix ntp.conf's path on Debian and Ubuntu
* Make Ubuntu use ntpsec, starting release 23.10.
👻 Brief Description
On systems using ntpsec (e.g. Debian 12+), with Apparmor enabled, ntpsec cannot connect to any pool or server. It turns out the included configuration (files/usr.sbin.ntpd.apparmor) is made for ntpd, not ntpsec.
🥞 Cookbook version
5.2.3
👩🍳 Chef-Infra Version
18.0.155
🎩 Platform details
Debian 12
Steps To Reproduce
Steps to reproduce the behavior:
ntpq -p
, and notice ntpsec cannot connect to servers or pools ; with time, drift may appear.🚓 Expected behavior
A compatible Apparmor configuration should be installed, and ntpsec should be able to connect to servers and pools.
The text was updated successfully, but these errors were encountered: