Re: [chrony-dev] Moving chrony website

2023-07-24 Thread Lonnie Abelbeck
> On Jul 24, 2023, at 8:22 AM, Miroslav Lichvar wrote: > > I like gitlab and I'm already using it to mirror the tuxfamily git > repository. Beside git repositories, they can host static web pages. > A test clone of the website (keeping the links to tuxfamily) is now > here:

Re: [chrony-dev] [chrony-users] Changing hostnames for chronyc sources and sourcestats results

2020-01-03 Thread Lonnie Abelbeck
Hi Miroslav, followup testing 2020-01-03 master ... > On Dec 13, 2019, at 2:51 AM, Miroslav Lichvar wrote: > >> 1) startup errors for IPv6-related "Could not open ..." when built with >> --disable-ipv6 on a IPv6 capable system (long story). > > Oh, I see. I'll fix that. Tested and your fix

[chrony-dev] Testing for option -N support

2019-12-13 Thread Lonnie Abelbeck
Hi Devs, With the new -N option added in development, there may be cases where web interface frontends may want to use "chronyc -N sources" when chronyc supports it. As a test for -N, I first tried... chronyc -N --version >/dev/null 2>&1 but looking at the code, --version is handled before

[chrony-dev] Re: [chrony-users] Changing hostnames for chronyc sources and sourcestats results

2019-12-12 Thread Lonnie Abelbeck
> On Dec 12, 2019, at 9:28 AM, Miroslav Lichvar wrote: > > On Wed, Nov 13, 2019 at 07:54:32PM +, Kohr, Alexander wrote: >> I have run into what I consider confusing operation/a bug of chronyc for the >> server name results it returns. When I run chronyc sourcestats or chronyc >> sources

[chrony-dev] chronyc tab completion, libedit 20191025-3.1 regression

2019-12-11 Thread Lonnie Abelbeck
Hi Devs, Just a quick note, related to chronyc tab completion ... libedit 20191025-3.1 has a regression and does not add a space character after a match ... sounds minor but actually causes problems. libedit 20191211-3.1 fixes the problem. https://thrysoee.dk/editline/ Thanks to Christos

Re: [chrony-dev] Experimental NTS support

2019-07-02 Thread Lonnie Abelbeck
> On Jul 2, 2019, at 3:00 AM, Miroslav Lichvar wrote: > >> Name/IP AddressNP NR Span Frequency Freq Skew Offset Std >> Dev >> == >> 10.4.0.88 6 3 86m -0.063 0.350

Re: [chrony-dev] Experimental NTS support

2019-07-01 Thread Lonnie Abelbeck
Hi Miroslav, (comments inline) > On Jul 1, 2019, at 5:53 AM, Miroslav Lichvar wrote: > > On Sun, Jun 30, 2019 at 10:41:04PM -0500, Lonnie Abelbeck wrote: >> While reading about NTS, possibly my thinking is misguided, but NTS seems >> overly complicated. >>

Re: [chrony-dev] Experimental NTS support

2019-06-30 Thread Lonnie Abelbeck
> On Mar 27, 2019, at 6:22 AM, Miroslav Lichvar wrote: > > I've been working on an implementation of the new NTP public-key > authentication called Network Time Security (NTS). Its specification > will hopefully be finalized in near future. Hi Miroslav, While reading about NTS, possibly my

Re: [chrony-dev] Experimental NTS support

2019-03-27 Thread Lonnie Abelbeck
> On Mar 27, 2019, at 8:31 AM, Miroslav Lichvar wrote: > > On Wed, Mar 27, 2019 at 08:23:13AM -0500, Lonnie Abelbeck wrote: >> >> >>> On Mar 27, 2019, at 6:22 AM, Miroslav Lichvar wrote: >>> >>> I've been working on an implementation of

Re: [chrony-dev] Experimental NTS support

2019-03-27 Thread Lonnie Abelbeck
> On Mar 27, 2019, at 6:22 AM, Miroslav Lichvar wrote: > > I've been working on an implementation of the new NTP public-key > authentication called Network Time Security (NTS). Its specification > will hopefully be finalized in near future. -snip- > Nettle and gnutls development files are

Re: [chrony-dev] [PATCH 1/1] client: re-work tab-completion to work with libedit 20180525-3.1

2018-06-14 Thread Lonnie Abelbeck
> On Jun 14, 2018, at 9:51 AM, Miroslav Lichvar wrote: > > On Wed, Jun 13, 2018 at 02:59:56PM -0500, Lonnie Abelbeck wrote: >> The key was to use the readline/libedit global "rl_line_buffer" to look-back >> from "start" to determine which command option