iRobotEducation / create3_docs

Documentation for the iRobot® Create®3 Educational Robot
BSD 3-Clause "New" or "Revised" License
49 stars 16 forks source link

NTP does not work H.1.2 #414

Closed royito55 closed 12 months ago

royito55 commented 1 year ago
Jun 28 11:12:25 iRobot- user.notice ntpd: Server 'ntpd' was stopped gracefully.
Jun 28 11:12:42 iRobot- user.notice ntpd: ntpd: timed out waiting for 162.159.200.123, reach 0x00, next query in 2s
Jun 28 11:12:42 iRobot- user.notice ntpd: ntpd: timed out waiting for 178.32.88.247, reach 0x00, next query in 2s
Jun 28 11:12:42 iRobot- user.notice ntpd: ntpd: timed out waiting for 178.215.228.24, reach 0x00, next query in 2s
Jun 28 11:12:42 iRobot- user.notice ntpd: ntpd: timed out waiting for 90.165.120.190, reach 0x00, next query in 2s
Jun 28 11:13:01 iRobot- user.notice ntpd: ntpd: timed out waiting for 2.59.235.35, reach 0x00, next query in 1s
Jun 28 11:13:01 iRobot- user.notice ntpd: ntpd: timed out waiting for 178.32.88.247, reach 0x00, next query in 2s
Jun 28 11:13:01 iRobot- user.notice ntpd: ntpd: timed out waiting for 89.140.186.3, reach 0x00, next query in 2s
Jun 28 11:13:01 iRobot- user.notice ntpd: ntpd: timed out waiting for 158.227.98.15, reach 0x00, next query in 1s

It does not work either, because it is configuring the Create3 as the server, but it seems the server never starts correctly.

Hopefully the user will have more "configuration power" and not have the create3 be a black box that prevents it from working unless it is in very simple setups.

PS I forgot to mention, I don't think it's a firewall issue either, I tried pinging those addresses that ntpd can't find from another machine in the same network and it arrives no problem.

royito55 commented 1 year ago

I found that for this case, the best "solution" is to factory reset the create3

shamlian commented 1 year ago

Not sure what to say here except that the log snippet you posted does indeed show the NTP daemon restarting.

You will find that we have just released G.5.1 / H.2.1 which allows direct configuration of ntp.conf; please feel free to reconfigure the daemon as you please, and let us know when you find a configuration which works in your particular use case.

shamlian commented 1 year ago

In case it helps: Clearpath has an example ntp.conf for the Turtlebot 4 use case; perhaps this can help with yours. https://github.com/turtlebot/turtlebot4/issues/216

shamlian commented 1 year ago

Checking in again -- users have had some success with this -- see https://github.com/iRobotEducation/create3_docs/issues/401 . Would be curious to know if this solves your problem as well.

shamlian commented 1 year ago

Checking in one last time before I close this "cannot reproduce."