the_ntp_functions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| the_ntp_functions [2017/03/17 18:49] – [Edit NTP Configuration File] walkeradmin | the_ntp_functions [2017/03/18 13:27] (current) – [to do] walkeradmin | ||
|---|---|---|---|
| Line 173: | Line 173: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | --- //[[al@nwalker.co.uk|Alan Walker]] 2017/03/17 18:40// --- | + | |
| + | ---- | ||
| + | ==== Synchronising Clients ==== | ||
| + | \\ | ||
| + | ** LINUX ** | ||
| + | \\ | ||
| + | \\ | ||
| + | Synchronising <color # | ||
| + | \\ | ||
| + | \\ | ||
| + | ** WINDOWS ** | ||
| + | \\ | ||
| + | \\ | ||
| + | For <color # | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | Select ' | ||
| + | \\ | ||
| + | \\ | ||
| + | When the next page opens, scroll down. | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | Select ' | ||
| + | \\ | ||
| + | \\ | ||
| + | When the next page opens. | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | Select 'Set the time and date' | ||
| + | \\ | ||
| + | \\ | ||
| + | On the next page. | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | Select the ' | ||
| + | \\ | ||
| + | \\ | ||
| + | On the next page. | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | Select the Change Settings button. | ||
| + | \\ | ||
| + | \\ | ||
| + | On the next page we will see a box that contains <color # | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | Change the contents of this box to the IP Address of the Raspberry Pi running the NTP server. | ||
| + | \\ | ||
| + | \\ | ||
| + | Finally, Click the <color # | ||
| + | \\ | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | \\ | ||
| + | The time should now be updated, you will see confirmation in this page (I have to do this twice sometimes) | ||
| + | \\ | ||
| + | \\ | ||
| + | That's it. | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | ==== Clients over 1000 Seconds out of time ==== | ||
| + | \\ | ||
| + | “NTP won’t normally reset the clock if it’s off by more than 1000s. If you run: | ||
| + | < | ||
| + | ntpd -gq’ | ||
| + | </ | ||
| + | It ignores the clock being way adrift from ntp time and will force it to be correct then close. The old ntpdate program does the same thing.” | ||
| + | \\ | ||
| + | \\ | ||
| + | Credit: | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | ==== Raspberry Pi Dropping of Wireless Network ==== | ||
| + | |||
| + | I found my raspberry Pi Zero, that is using the official Raspberry Pi Wireless Dongle drops off the wireless network after around a week. Only a reboot gets it back (as I have no keyb/mouse connected) so I figured just using Cron to reboot the thing every 24 hours will be a suitable work around. | ||
| + | \\ | ||
| + | \\ | ||
| + | To use cron (should already be installed): | ||
| + | \\ | ||
| + | \\ | ||
| + | sudo crontab -e (reboots require super user rights) | ||
| + | \\ | ||
| + | Insert the following line: | ||
| + | \\ | ||
| + | \\ | ||
| + | 0 0 | ||
| + | \\ | ||
| + | Explanation: | ||
| + | \\ | ||
| + | \\ | ||
| + | < | ||
| + | m h dom mon | ||
| + | minute hour dayOfMonth Month dayOfWeek commandToRun | ||
| + | |||
| + | so the line | ||
| + | 0 0 | ||
| + | |||
| + | would reboot your system every day at 00:00. | ||
| + | </ | ||
| + | \\ | ||
| + | Use Ctrl+X, Y, Enter. This will save and exit crontab (if using nano) | ||
| + | \\ | ||
| + | \\ | ||
the_ntp_functions.1489776564.txt.gz · Last modified: (external edit)
