Skip to content

Instantly share code, notes, and snippets.

@orgcontrib
Last active June 11, 2019 17:52
Show Gist options
  • Save orgcontrib/008169b4b92f97472c0ea93676ae8d4e to your computer and use it in GitHub Desktop.
Save orgcontrib/008169b4b92f97472c0ea93676ae8d4e to your computer and use it in GitHub Desktop.
sntp.kod.bug.fix
# macOS quick & dirty fix for https://bugs.ntp.org/show_bug.cgi?id=3396
sudo ln -s /tmp/ntp-kod /var/db/ntp-kod
# since /tmp gets cleared,
touch /tmp/ntp-kod
# this file will disappear!
# a workaround (suggestion) is to either use your dotfile-fu skills or...
# https://www.howtogeek.com/206178/mac-os-x-change-which-apps-start-automatically-at-login
# test result
sntp -r time.windows.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment