So how do you make the router update "ntp_ready" in the nvram??
I tried:
I tried changing the NTP servers through the webUI...
I tried running NTP and NTPD from the command line
finally I just:
and ran amtm after and I was able to update all my scripts...
BUT...
What should I have done for this to work automatically.
I tried:
Code:
service restart_ntp
service restart_ntpd
service start_ntp
service start_ntpd
I tried changing the NTP servers through the webUI...
I tried running NTP and NTPD from the command line
finally I just:
Code:
nvram set ntp_ready=1
nvram commit
and ran amtm after and I was able to update all my scripts...
BUT...
What should I have done for this to work automatically.