Last active
June 11, 2019 17:52
-
-
Save orgcontrib/008169b4b92f97472c0ea93676ae8d4e to your computer and use it in GitHub Desktop.
sntp.kod.bug.fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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