-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB Network Not Being Polled for NTP #401
Comments
To address this issue we currently have this band aid fix #327 on the webserver.
Additionally, this fix (#333) would allow user to have more control over the chrony service. However, unfortunately is taking a considerable amount of time to implement: |
@Jayden-F thanks for sharing the band aid fix! I hope there is a better solution soon. If the ntpd keeps timing out, I'm assuming I didn't set the date and time in the web server far enough in the past? A lot of these for different addresses: How do we know when the create3 accepts the time from the pi? Did you do an hour into the past, a day, a month? |
I typically set it back a couple of years. Then check the about tab to see if it has successfully time synced. |
We have just released G.5.1 / H.2.1 which allows you to directly edit 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. The Create 3 robot does not run |
In case it helps: Clearpath has an example ntp.conf for the Turtlebot 4 use case; perhaps this can help with yours. turtlebot/turtlebot4#216 |
@shamlian I finally got a chance to test out the new update and the ntp.conf modification works perfectly. Thanks! |
That's great! Did you end up using the ntp.conf suggested by @roni-krenin ? |
I just used my own NTP config. I'm running these on an air gapped network
so I didn't need to try and connect to the irobot pool
…On Wed, Jul 19, 2023, 16:41 Steven Shamlian ***@***.***> wrote:
That's great! Did you end up using the ntp.conf suggested by @roni-krenin ?
—
Reply to this email directly, view it on GitHub
<#401 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACQZPZNTMTMHLYYAQX4E4Y3XRBA7VANCNFSM6AAAAAAY7XTNEM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Hi,
I have a Chrony server running on
192.168.186.3
, but I can't see anywhere in the logs that the server is being polled. The only related NTP lines are failing to reach the iRobot pool because the network has no internet access:The Create3 base also does not show up when running
sudo chronyc clients
. This server is able to sync time over the non-USB interface correctly, so I'm at a loss as to what to do here. I would expect there to be a similar line for the USB interface. I'm running version G.4.5.The text was updated successfully, but these errors were encountered: