-
Notifications
You must be signed in to change notification settings - Fork 151
Update HowTo on using the pool #218
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| <pre class="code"> | ||
| driftfile /var/lib/ntp/ntp.drift | ||
|
|
||
| server 0.pool.ntp.org | ||
| server 1.pool.ntp.org | ||
| server 2.pool.ntp.org | ||
| server 3.pool.ntp.org | ||
| server 0.pool.ntp.org | ||
| server 1.pool.ntp.org | ||
|
penguinpee marked this conversation as resolved.
|
||
| </pre> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| <pre class="code"> | ||
| driftfile /var/lib/ntp/ntp.drift | ||
|
|
||
| pool 2.pool.ntp.org iburst | ||
| pool 3.pool.ntp.org iburst | ||
| pool 0.pool.ntp.org iburst | ||
| pool 1.pool.ntp.org iburst | ||
| </pre> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There needs to be only one pool directive. With For There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree. And
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You are right. Unless Setting I haven't used I'm fine with changing the configuration snippet for I left out the For There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@mlichvar is the number 4 determined by chrony or is it based on the number of addresses returned from a single DNS query of pool.ntp.org? If it's chrony, is that hardcoded or a configurable default value?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's configurable using |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <pre class="code"> | ||
| timedatectl set-timezone "Europe/Kiev" | ||
| timedatectl set-time "2012-10-30 18:17:16" | ||
| </pre> |
Uh oh!
There was an error while loading. Please reload this page.