utexas-bwi / bwi

ROS packages for building wide intelligence project, University of Texas at Austin
http://wiki.ros.org/bwi
9 stars 14 forks source link

Configure lab machines to use UT time servers #57

Open jack-oquin opened 6 years ago

jack-oquin commented 6 years ago

computers to update:

jack-oquin commented 6 years ago

Possibly relevant:

jack-oquin commented 6 years ago

As an experiment I undated the Xenial partition on zapp. In /etc/systemd/timesyncd.conf define this:

[Time]
NTP=ntp1.utexas.edu
FallbackNTP=ntp2.utexas.edu

Then run:

sudo systemctl restart systemd-timesyncd

That seemed to work. The time now agrees with my phone.

jack-oquin commented 6 years ago

Unfortunately, nixons-head is still running Trusty, which does not have the newer systemd-timesyncd service. It'll need a different solution.

jack-oquin commented 6 years ago

Should the robots be configured to use the UT time servers, too?