Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Add daily_status_world_kernel="NO"/daily_ntpd_leapfile_enable="NO" in default/base #672

Open
michael-o opened this issue Jan 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@michael-o
Copy link

default/base should do:

CMD touch /etc/periodic.conf
CMD sysrc -f /etc/periodic.conf daily_status_world_kernel="NO" daily_ntpd_leapfile_enable="NO"

Reasoning:

  • One can expect that kernel and world between jailhost and jail will differ. The message in daily output isn't helpful.
  • With the recent failures of the leapfile downloap it was repeated numerous times running a NTP client inside the jail does not make sense, it gets the time from the host.
@michael-o michael-o added the enhancement New feature or request label Jan 29, 2024
@michael-o
Copy link
Author

daily_ntpd_leapfile_enable="NO" can be ignored with 13.3-RELEASE since it will check wether ntpd is enabled which will not be the case for jails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant