Results 15 comments of Dan Drown

Running windows ssh agent in debug mode gives this message: ``` debug1: process agent request type 25 debug1: unknown agent request 25 ``` type 25 is: ``` $ grep 25...

This is related to #1961, the agent does not support SSH2_AGENTC_ADD_ID_CONSTRAINED yet.

Do you have a GPS antenna connected? I see "utc_offset: 0 valid:0 leap_valid:0" in the kernel output above which implies it didn't have a GPS lock at bootup. The driver...

In order to use chrony's hardware timestamps for NTP packets, you'll need to use the experimental NTP in PTP mode. This output from ethtool shows the problem: ``` Hardware Receive...

I like the idea of linking the SVG from the PNG. Maybe the config option should be either png or png+svg?

I want to split out setting the LEDs from gathering the data. This way, people can customize what leds mean what.

I've changed how this works in https://github.com/ddrown/omnia-led-colors/commit/e88f24881323d9ade1682efc93bb6fc958d80f9e This project now has an external config file, /etc/config/omnia-led-colors The example config file still uses the lan0/wan LEDs: ```shell config led wan option...

Ok, I have some updated data here: https://dan.drown.org/clocks/ The data and tools I used are here: https://github.com/ddrown/esp8266rawpackets-proc Instead of a full PID controller, I'm just calculating rate differences and applying...

Ok, I added a second series of graphs showing the 250ns..-250ns range. I also added a histogram series. - https://dan.drown.org/clocks/ Clock sync has two pieces: phase and frequency. This is...

The grouping/bunching is probably an artifact of how I'm doing clock sync. I'm not limiting changes from one group of 32 to the next, so a high/low average can throw...