Skip to content
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

Fix broken link to Ubuntu bug #83

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to/networking/serve-ntp-with-chrony.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Certain `chronyc` commands are privileged and cannot be run via the network with
`Chrony` supports various PPS types natively. It can use kernel PPS API as well as Precision Time Protocol (PTP) hardware clocks. Most general GPS receivers can be leveraged via GPSD. The latter (and potentially more) can be accessed via **SHM** or via a **socket** (recommended). All of the above can be used to augment `chrony` with additional high quality time sources for better accuracy, jitter, drift, and longer- or shorter-term accuracy. Usually, each kind of clock type is good at one of those, but non-perfect at the others. For more details on configuration see some of the external PPS/GPSD resources listed below.

> **Note**:
> As of the release of 20.04, there was a bug which - until fixed - you might want to [add this content]`(https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1872175/comments/21) to your `/etc/apparmor.d/local/usr.sbin.gpsd`.
> As of the release of 20.04, there was a bug which - until fixed - you might want to [add this content](https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1872175/comments/21) to your `/etc/apparmor.d/local/usr.sbin.gpsd`.

### Example configuration for GPSD to feed `chrony`

Expand Down