-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cb common errors #39
Cb common errors #39
Conversation
Your Render PR Server URL is https://documentation-pr-39.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-ckmkbp2v7m0s73c3d38g. |
src/errors.md
Outdated
- Usually means that your computer time is out of sync | ||
- We allow 5 minutes slippage between the "real" time and your computer time | ||
- Remediations: | ||
- Document the process for each platform to resync the time using NTP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The remediation needs to be specific to the platform, so on Windows it's like that: https://www.majorgeeks.com/content/page/synchronize_clock_with_an_internet_time_server.html, macos is https://superuser.com/questions/155785/mac-os-x-date-time-synchronization, linux depends on the distribution but generally similar to those steps https://unix.stackexchange.com/questions/137266/how-to-keep-debian-internal-clock-synchronized-with-ntp-servers.
So I would do a quick one-line summary of the steps needed for each platform and link to a reputable source for more details.
Close #34