Roku PhotoBridge Programming: Patterns and Pitfallsfrequal.com

Fixing NTP

Summary

The hardcoded NTP server is no longer available. Replace it in /etc/ntpd.conf for an updated clock.

Temporary Fix

# ps ax | grep ntp                    
 1746 root     S    /bin/ntpd -g -n 
 1850 root     S    grep ntp 
# kill 1746 && ntpdate 104.131.155.175

Details

Modify /etc/ntp.conf to read:
server 104.131.155.175

Failed Experiments

pool.ntp.org doesn't work for the address, unfortunately. That's the official pool of shared servers.

Original File Contents

/etc/ntp.conf has this line in an unmodified PhotoBridge:
server 66.187.233.4

Last modified on 16 Mar 2024 by AO

Copyright © 2024 Andrew Oliver