[chrony-users] understanding tracking.log

2015-07-21 Thread Bryan Christianson
et : +0.04646 seconds RMS offset : 0.05560 seconds Frequency : 30.482 ppm fast Residual freq : +0.004 ppm Skew: 0.082 ppm Root delay : 0.000237 seconds Root dispersion : 0.94 seconds Update interval : 16.2 seconds Leap status : Normal Any help appreciat

Re: [chrony-users] understanding tracking.log

2015-07-22 Thread Bryan Christianson
Thanks for clearing that up Miroslav. Makes sense to me now. I am working on a Mac OS program that will graph the logs and was having trouble reconciling the values. > On 21/07/2015, at 11:19 pm, Miroslav Lichvar wrote: > > On Tue, Jul 21, 2015 at 08:23:10AM +1200, Bryan Christian

Re: [chrony-users] on MacOSX

2015-08-12 Thread Bryan Christianson
ta / tickdelta * tickdelta; > 144 newadj.tv_sec = 0; > 145 newadj.tv_usec = (int)delta; This section of code has been removed in git and adjustment is now calculated differently. Regards Bryan Christianson -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-users-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.

[chrony-users] MacOS - ChronyControl

2015-08-19 Thread Bryan Christianson
I have made the first (beta) release of ChronyControl available for download. It requires a minimum of MacOS 10.10 (yosemite). Details for download and installation are at http://whatroute.net/chronycontrol.html Please let me know if you find any fiction on the web page. Regards Bryan

Re: [chrony-users] Chrony setup on Raspberry Pi with GPS PPS

2015-10-07 Thread Bryan Christianson
> On 7/10/2015, at 4:07 AM, Deven Hickingbotham wrote: > > I'm looking for guidance on installing Chrony on a Raspberry Pi running > Raspbian. I have the Ultimate GPS Hat installed that provides PPS on pin 4. > I will have only intermittent internet connections, so the PPS should be the > p

Re: [chrony-users] Monitoring Chrony

2016-02-11 Thread Bryan Christianson
, so I have to parse > the precision and convert that to be all in one precision. I haven't seen > much documentation on the protocol between chronyc and chronyd. Take a look at the chronyd log files. The data is more amenable to machine reading than the chronyc output. > >

Re: [chrony-users] chrony-2.3 released - OS X

2016-02-17 Thread Bryan Christianson
I’ve released ChronyControl-1.1.2 for OS X (Mavericks, Yosemite, El Capitan) This version has crony-2.3 embedded Download from https://www.whatroute.net/chronycontrol.html — Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with

Re: [chrony-users] Setting up Chrony with PPS

2016-02-19 Thread Bryan Christianson
present) is from the kernel PPS_LDISC # module. It includes PPS and will be accurate to a few ns refclock SHM 1 offset 0.00135 delay 0.1 refid PPS # SOCK protocol also includes PPS data and # it also provides time within a few ns refclock SOCK /var/run/chrony.ttyUSB0.sock offset 0.00135 delay 0

Re: [chrony-users] Setting up Chrony with PPS

2016-02-19 Thread Bryan Christianson
So SHM0 does show up. Still question the use of chrony.ttyAMA0.sock? > > Deven > OK _ are you stopping gpsd, restarting chronyd then restarting gpsd? Order matters (well it used to anyway) Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@c

Re: [chrony-users] Setting up Chrony with PPS

2016-02-19 Thread Bryan Christianson
and start them manually in the correct order. The default systemd dependencies are wrong or maybe non-existent - who knows with that piece of awfulness - and I don’t want to spend the time investigating —- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-use

Re: [chrony-users] Setting up Chrony with PPS

2016-02-19 Thread Bryan Christianson
> On 19/02/2016, at 4:41 PM, Tomalak Geret'kal wrote: > > On 19/02/2016 03:08, Bryan Christianson wrote: >> My understanding is that chrony.ttyAMA0.sock is a socket created by chronyd >> and listened to by chronyd When gpsd starts, it checks to see if the socket &g

Re: [chrony-users] DNS RR and chrony

2016-03-18 Thread Bryan Christianson
of chronic every few seconds and this seems like a lot of overhead. Would it be possible to add an optional argument to the internal chronyc commands to have them also return CSV format? Optionally JSON and XML would be nice formats as well. -- Bryan Christianson br...@whatroute.net --

Re: [chrony-users] DNS RR and chrony

2016-03-18 Thread Bryan Christianson
worth the extra > code. Its semantically better - means the client code is not dependent on the field order but can just do lookup by name once the data is loaded. Anyway - its not essential, so up to you. Thanks B — Bryan Christianson br...@whatroute.net -- To unsubscribe email chro

[chrony-users] Re: [chrony-dev] chrony-2.4-pre1 released

2016-05-17 Thread Bryan Christianson
f very small floating-point numbers in command packets > > Removed features > > * Drop documentation in Texinfo format > > -- > Miroslav Lichvar Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org wit

[chrony-users] Reference ID

2016-05-28 Thread Bryan Christianson
thought. Bryan — Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-users-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.

Re: [chrony-users] Reference ID

2016-05-28 Thread Bryan Christianson
> On 28/05/2016, at 9:56 AM, Bill Unruh wrote: > > On Sat, 28 May 2016, Bryan Christianson wrote: > >> I recently installed an IPv6 network on my lan. When crony syncs to a server >> using IPv6 it extracts some bits from the IPv6 address of the server and >

Re: [chrony-users] Reference ID

2016-05-28 Thread Bryan Christianson
s.ubc.ca > Canada V6T 1Z1 | and Gravity | www.theory.physics.ubc.ca/ > > On Sat, 28 May 2016, Bryan Christianson wrote: >> >>> This has been argued in the past. The refid is 4 bytes, so it cannot fit in >>> the whole IPv6 address. And it really is not w

Re: [chrony-users] Reference ID

2016-05-30 Thread Bryan Christianson
> On 30/05/2016, at 7:22 PM, Miroslav Lichvar wrote: > > On Sat, May 28, 2016 at 10:17:31AM +1200, Bryan Christianson wrote: >> >> Maybe it could just be displayed as 8 hex digits. > > I think that would be the best solution. I was considering to use > the MAC

Re: [chrony-users] Reference ID

2016-05-30 Thread Bryan Christianson
> On 30/05/2016, at 11:39 PM, Miroslav Lichvar wrote: > > On Mon, May 30, 2016 at 10:55:31PM +1200, Bryan Christianson wrote: >> I like the MAC-style format too. Even without IPv6 we have the ambiguity >> associated with reference clocks >> e.g. >> Re

[chrony-users] Re: [chrony-dev] chrony-2.4 released

2016-06-07 Thread Bryan Christianson
ChronyControl for OSX has been updated to include chrony-2.4 Download from http://whatroute.net/chronycontrol.html > On 7/06/2016, at 9:55 PM, Miroslav Lichvar wrote: > > The final release of chrony-2.4 is now available. > Bryan Christianson br...@whatroute.net -- To unsub

Re: [chrony-users] Not getting time from gpsd

2016-08-08 Thread Bryan Christianson
Then maybe start gpsd in > debug -D 8 and see if its writing to that chrony socket. Strace will show > what's happening underneath. Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subje

[chrony-users] Pros and Cons of acquisitionport directive

2016-08-10 Thread Bryan Christianson
config and resource use is significantly better. What are the disadvantages of using a non-random port? Security is my first guess (i.e. I have opened up a listening port for use as an attack surface) but are there any other disadvantages? -- Bryan Christianson br...@whatroute.net -- To

Re: [chrony-users] Pros and Cons of acquisitionport directive

2016-08-10 Thread Bryan Christianson
> On 10/08/2016, at 10:27 PM, Miroslav Lichvar wrote: > > On Wed, Aug 10, 2016 at 08:04:20PM +1200, Bryan Christianson wrote: >> I have been observing chronyd with a profiler (Apple Instruments - gui to >> dtrace) and noticed that open/close operations on the client socket

[chrony-users] chrony icon ?

2016-09-01 Thread Bryan Christianson
network activity associated with processes and chronyd looks a little stark with just its name and no image. I have absolutely no talent in designing icons, hence the request. — Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with

[chrony-users] ChronyControl 1.1.4 for macOS is released

2016-11-21 Thread Bryan Christianson
Download from https://www.whatroute.net/chronycontrol.html Changes: Embedded chrony 2.4.1 Build with Swift 3, Xcode 8.1 -- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help em

Re: [chrony-users] ChronyControl 1.1.4 for macOS is released

2016-11-21 Thread Bryan Christianson
> On 22/11/2016, at 2:23 AM, Miroslav Lichvar wrote: > > On Tue, Nov 22, 2016 at 02:18:22AM +1300, Bryan Christianson wrote: >> Download from https://www.whatroute.net/chronycontrol.html >> >> Changes: >> Embedded chrony 2.4.1 >> Build with Swift 3, Xcod

Re: [chrony-users] Using symbolic network names in /etc/chrony.conf file?

2017-07-25 Thread Bryan Christianson
the subject. > For help email chrony-users-requ...@chrony.tuxfamily.org > with "help" in the subject. > Trouble? Email listmas...@chrony.tuxfamily.org. > Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfami

Re: [chrony-users] Using symbolic network names in /etc/chrony.conf file?

2017-07-25 Thread Bryan Christianson
some people. > > I'd like to make a 3.2 prerelease today. I have a "bugfix" commit for > this in my git. We can revisit this before the final release. That would be good. Still nothing from Apple on fixing adjtime() but hopefully they will get to it soon.

[chrony-users] New system ntp daemon on macOS 10.13

2017-07-25 Thread Bryan Christianson
ALSO date(1), settimeofday(2), adjtime(2), gettimeofday(2), launchd(8) HISTORY This timed first appeared in Mac OS X 10.13 and iOS 5.0. Darwin January 26, 2016 Darwin -- Bryan Christianson br...@whatroute.net -- To unsubscribe ema

Re: [chrony-users] New system ntp daemon on macOS 10.13

2017-07-25 Thread Bryan Christianson
> On 26/07/2017, at 10:37 AM, Bryan Christianson wrote: > > I was just looking through macOS 10.13, wondering why ntpd was not running. > Apple seem to have got rid of it and are now using something called timed. > I don't know anything at all about it, other than its run

Re: [chrony-users] New system ntp daemon on macOS 10.13

2017-07-25 Thread Bryan Christianson
ofday(). And I expect you are right about not using chrony because of the GPL. They claim timed has power saving features, probably based on what they did with ntpd. Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsu

Re: [chrony-users] New system ntp daemon on macOS 10.13

2017-07-25 Thread Bryan Christianson
> On 26/07/2017, at 6:50 PM, Bryan Christianson wrote: > > >> On 26/07/2017, at 6:38 PM, Miroslav Lichvar wrote: >> >> Interesting. Do you have a packet capture you could share? > > I didn't think to keep a copy of the packet trace. From a cursory in

[chrony-users] chronyd on High Sierra

2017-11-13 Thread Bryan Christianson
ts. timed will continue to run but fail in its attempts to get valid NTP responses. Its ugly, but it seems to work. Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For hel

Re: [chrony-users] Chrony forgets servers (specified by FQDN) when no DNS server

2017-12-20 Thread Bryan Christianson
een no NTP server at that address, the packets still had to hit the routers before they were dropped/rejected. If the device vendor had used DNS then their wouldn't have been a problem for the operator of the server. Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-u

[chrony-users] Re: [chrony-dev] chrony-3.4 released

2018-09-19 Thread Bryan Christianson
; The source code can be downloaded here: > https://download.tuxfamily.org/chrony/chrony-3.4.tar.gz > > MD5 and SHA1 sums: > 7170e750469c198fc6784047d6f71144 chrony-3.4.tar.gz > fa41e595e7041a9deda76a69e970a023091474f6 chrony-3.4.tar.gz > > -- > Miroslav Lichvar Brya

Re: [chrony-users] Chrony offset and stability adjustments? (fwd)

2019-01-07 Thread Bryan Christianson
P time Last offset : -0.00509 seconds RMS offset : 0.01911 seconds Frequency : 0.186 ppm slow Residual freq : -0.001 ppm Skew: 0.046 ppm Root delay : 0.000415433 seconds Root dispersion : 0.25371 seconds Update interval : 8.1 seconds Leap status : Normal

Re: [chrony-users] Chrony offset and stability adjustments? (fwd)

2019-01-08 Thread Bryan Christianson
t the nic in the RPi doesn't seem to support the coalesce options of ethtool with Debian Stretch. As you say there may be better h/ware for the job, but the RPi/Uputronics combo is an inexpensive, and also well documented, way of getting very good timekeeping on a small LAN. B -- Bryan C

Re: [chrony-users] Time synchronisation over a high-latency packet radio network

2019-05-07 Thread Bryan Christianson
ve you +/- 10usecs precision. Cost and available power might be a factor for your application though. -- Bryan Christianson Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email

[chrony-users] Checking chrony.conf for syntax errors

2020-03-08 Thread Bryan Christianson
I might expect? If I do this while chronyd is running will it cause any problems with the running instance? Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-

Re: [chrony-users] Checking chrony.conf for syntax errors

2020-03-09 Thread Bryan Christianson
Thank you Miroslav > On 9/03/2020, at 9:03 PM, Miroslav Lichvar wrote: > > On Mon, Mar 09, 2020 at 09:38:35AM +1300, Bryan Christianson wrote: >> I would like to check the chrony.conf file for syntax errors before >> replacing the working copy of the file > > There

[chrony-users] time.cloudflare.com nts not working for me

2020-04-09 Thread Bryan Christianson
chrony.conf with: > server time.cloudflare.com nts ntsport 1234 iburst > > server nts.ntp.se nts ntsport 4443 iburst > &

[chrony-users] Re: [chrony-dev] time.cloudflare.com nts not working for me

2020-04-09 Thread Bryan Christianson
t; Thank you very much for the update. Glad to know it's not my setup/firewall etc. -- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-users-requ...@chrony.tuxfa

Re: [chrony-users] [chrony-dev] time.cloudflare.com nts not working for me

2020-04-10 Thread Bryan Christianson
t; Miroslav Lichvar That has fixed my problem with time.cloudflare.com As I expected, nts.ntp.se is now broken, but I guess that server will also be updated to the new draft in the near future. Bryan -- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@

Re: [chrony-users] [chrony-dev] time.cloudflare.com nts not working for me

2020-04-20 Thread Bryan Christianson
Thanks Miroslav > On 21/04/2020, at 1:01 AM, Miroslav Lichvar wrote: > > I was just told the Netnod servers will run the updated NTS-KE service > on a different port. Try changing ntsport to 3443. Confirming that it's good on macOS with port 3443 -- Bryan Christianson br

[chrony-users] chronyd broken on macOS Big Sur

2020-07-17 Thread Bryan Christianson
have submitted a 'Feedback' report to Apple about this, but they are notoriously unresponsive. If anyone on the list is able to suggest a workaround I'd be most grateful. Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org wi

Re: [chrony-users] help - UTC time of PPS pulses

2020-10-14 Thread Bryan Christianson
encapsulator to derive the timestamps for the transport stream. Once the transport stream has left the ASI interface you have no controller over the transmission latency. Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscrib

[chrony-users] Chrony 4.0 as universal binary for Apple Silicon

2020-11-18 Thread Bryan Christianson
ChronyControl 1.4.1 which can be downloaded from https://whatroute.net/chronycontrol.html I don't have an Apple Silicon machine, so that is completely untested. I would be really interested in feedback from anyone who does try it tho, success or fail. Thanks, Bryan -- Bryan Christians

Re: [chrony-users] Will it EVER synch and start serving?

2021-03-01 Thread Bryan Christianson
servers that are known to be ok, (eg pool.ntp.org) if you are not doing that already. You have not said anything about the servers you are currently using. i.e are they LAN devices or over the internet? Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-use

Re: [chrony-users] Will it EVER synch and start serving?

2021-03-01 Thread Bryan Christianson
ss IPV6:ADDR:ESS::5 > server 0.pool.ntp.org > server 1.pool.ntp.org > server 2.pool.ntp.org > server 3.pool.ntp.org > Try it with the bind* directives commented out Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with

[chrony-users] ChronyControl 1.4.2 (with chrony-4.1) is now available for macOS 10.10 (Yosemite) to macOS 11 (Big Sur)

2021-05-13 Thread Bryan Christianson
available for download from https://whatroute.net/chronycontrol.html Thank you Miroslav for all your work in putting chrony-4.1 together. Bryan -- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the su

[chrony-users] Handling offset when Mac wakes from sleep

2021-06-12 Thread Bryan Christianson
something to be concerned about? -- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-users-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.

Re: [chrony-users] Handling offset when Mac wakes from sleep

2021-06-18 Thread Bryan Christianson
I have posted the daemon, chronywake, at https://github.com/bryanc-nz/chronywake > On 13/06/2021, at 12:02 PM, David Bohman wrote: > > Will this be a standalone project, or will it be part of chrony? > Bryan Christianson br...@whatroute.net -- To unsubscribe email chron

Re: [chrony-users] chrony messages not getting to server.

2022-03-03 Thread Bryan Christianson
between H > and the internet. NTP is a UDP protocol. Is your firewall open for UDP port 123 at both client and server? > Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. F

Re: [chrony-users] All network sources unusable

2023-06-03 Thread Bryan Christianson
ill be used by the pps refclock to give a timestamp to the pps readings but will not participate in setting the clock. I hope that helps. Regards, Bryan -- Bryan Christianson br...@whatroute.net -- To unsubscribe email chrony-users-requ...@chrony.tuxfamily.org with "unsubscribe"

Re: [chrony-users] Silent Failure -- Enhancement Request

2024-04-18 Thread Bryan Christianson
ths) during which one server drifted > out synch by more than 30 seconds. Is there a configuration in chrony.conf > to complain when the time server is not reachable? If there is, why isn’t > that the default behavior? > -- > Chris Bryan Christianson br...@whatrout