Since I could only find one relevant thread from several years ago, I figured I might as well start a new thread for this.
Is it possible to run ntpd() in a jail? I'm finding the following message repeated in the jail's /var/log/messages:
This suggests to me that the system clock cannot be adjusted from within a jail, which makes sense. However, there doesn't appear to be a sysctl or rc.conf setting that can override this, leaving me inclined to think that ntpd() indeed cannot be jailed.
Any thoughts?
Is it possible to run ntpd() in a jail? I'm finding the following message repeated in the jail's /var/log/messages:
Code:
<timestamp> ntp ntpd[<pid>]: step-systime: Operation not permitted
Any thoughts?