Re: [lwip-users] LWIP+ FreeRTOS stack crash: pbuf chain keeps increase, not enough space for new header size

2024-04-20 Thread Hal Ashburner
In lwipopts.h #define MEMP_MEM_MALLOC (4096) What happens if you increase that? On Sat, 20 Apr 2024 at 10:54 AM, Amit Rahman wrote: > Hi all, > > I am working on a project using an STM32 Nucleo H563ZI board with lwIP and > FreeRTOS, and I am facing some issues with the stability of the

Is anybody using/testing the interface options?

2024-04-15 Thread Hal Murray via devel
There is an option in the config file and more on the command line. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Re: Hack for monitoring NTP servers

2024-04-15 Thread Hal Murray via devel
James Browning said: > If you were thinking of adding way too many servers you might want to replace > the bubble sort around lines 1709-1728 of ntp_proto.c That code is only sorting the servers that get used. Anything with noselect got tossed back at line 1619. if

Crappy testing

2024-04-14 Thread Hal Murray via devel
If you use the extra port stuff I pushed last night, port 123 stops working. Ugh, blush. I usually do better than that. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org

extra port nnnn, nts port nnnn

2024-04-14 Thread Hal Murray via devel
I just pushed code that optionally listens on a second port. The NTS-KE server will tell the client to use that port. Requests going out will be from the new port. The idea is to bypass ISP filtering on port 123. Testing encouraged. I've been testing with nts port 8123 Be sure to let

CI is broken

2024-04-14 Thread Hal Murray via devel
I just pushed some code. The CI stuff sent me a Failed pipeline message. [0K[31;1mERROR: Job failed: failed to pull image "registry.gitlab.com/gitlab-or g/gitlab-runner/gitlab-runner-helper:x86_64-v16.11.0" with specified policies [always]: Error response from daemon: manifest for

Hack for monitoring NTP servers

2024-04-11 Thread Hal Murray via devel
If somebody feels like hacking, something like this should be fun. The idea is to setup a ntpd server watching the servers you want to monitor. (noselect on the server line does that) The new code is a program that watches that server to see if the servers to be monitored are responding

Re: What next?

2024-03-18 Thread Hal Murray via devel
James Browning said: >> I think we should split ntpd into several independant programs. >> More in another message. > I gave up on that notion; I lacked the patience to do it. I think we can take small steps. Or at least some of them. > Yeah, the IETF NTP WG shot down the notion of NTP

[Wiki-research-l] Re: New private, granular pageview dataset

2024-03-18 Thread Hal Triedman
on this listserv :) Happy analyses, Hal On Mon, Mar 4, 2024 at 11:47 AM Hal Triedman wrote: > Hi Kai! > > Thank you for this reminder — when this dataset was published, there > wasn't a consistently-updated, stable page ID <--> QID table available > internally. Now there is

Re: What next?

2024-03-17 Thread Hal Murray via devel
(I found some more notes...) We should test the config file stuff to see that all the options at least get past the parser. Better would be to actually run the code. We should check FIPS mode. Do any of the CI options include FIPS? I got half way there by building OpenSSL to include FIPS

Splitting ntpd

2024-03-17 Thread Hal Murray via devel
Here are the cnhnks I have in mind: NTP server NTS-KE server NTP/NTS client refclocks monitoring/ntpq I have debugged the lockclock mode so we now have a stand-alone NTP server. It gets the error data from the krenel. (Or can/should. I haven't checked that code.) As just a

What next?

2024-03-17 Thread Hal Murray via devel
Is anybody thinking about what we should be doing? Here is my list: Port to Windows Does anybody know anything about Windows? Is there a decent POSIX environment? How well does waf work on Windows? We can get the magic code from ntp-classic. I think we should split ntpd into

RE: [PATCH] riscv: dts: jh7110: Enable PLL node in SPL

2024-03-12 Thread Hal Feng
node in dts to fix this. > > Signed-off-by: Bo Gan Reviewed-by: Hal Feng

[Wiki-research-l] Re: New private, granular pageview dataset

2024-03-04 Thread Hal Triedman
Hi Kai! Thank you for this reminder — when this dataset was published, there wasn't a consistently-updated, stable page ID <--> QID table available internally. Now there is. I'll see what I can get done on this in the next week or two, and send any updates as soon as I can :) Thanks agai

FreeBSD is phasing out support for 32 bit systems

2024-02-13 Thread Hal Murray via devel
Future of 32-bit platform support in FreeBSD FreeBSD is deprecating 32-bit platforms over the next couple of major releases. We anticipate FreeBSD 15.0 will not include the armv6, i386, and powerpc platforms, and FreeBSD 16.0 will not include armv7. Support for executing 32-bit binaries on

Re: [mailop] Why is mail forwarding such a mess?

2024-02-10 Thread Hal Murray via mailop
m...@dorfdsl.de said: > Bypassing spam checking would make spammers use exactly that way to send > spam. Sorry I wasn't clear enough. My "handshke to set things up" was meant to keep out spammers. The idea was that the final receiving MTA would know that it was expecting forwarded mail for

[mailop] Why is mail forwarding such a mess?

2024-02-09 Thread Hal Murray via mailop
I expect that there would be a protocol to handle it. I can't be the only one who has thought of this. After a handshke to set things up, the sender adds a forwarding header and the receiver verifies that a forwarded message is coming from an allowed IP Address then bypasses spam checking

Re: RIP Dave Mills

2024-01-28 Thread Hal Murray
Word got out a week ago with a message from Vint cerf to the internet-history list. The thread Vint started is here: https://elists.isoc.org/pipermail/internet-history/2024-January/009265.html Vint is collecting anecdotes here:

Re: Which manual has appendix details?

2024-01-19 Thread Hal Kierstead via lyx-users
> On Jan 19, 2024, at 2:54 PM, Scott Kostyshak wrote: > > On Fri, Jan 19, 2024 at 02:32:21PM -0700, Hal Kierstead via lyx-users wrote: >> >> >>> On Jan 19, 2024, at 9:33 AM, Rich Shepard wrote: >>> >>> On Fri, 19 Jan 2024, Paul Rubin

Re: Which manual has appendix details?

2024-01-19 Thread Hal Kierstead via lyx-users
ation. It would be much better if I could make a single search of all manuals. Maybe there is a way and I just do not know it. Hal -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

FYI: Dave Mills has passed away

2024-01-18 Thread Hal Murray via devel
On Thu, Jan 18, 2024 at 08:35:14PM -0500, vinton cerf via Internet-history wrote: > His daughter, Leigh, just sent me the news that Dave passed away peacefully > on January 17, 2024. He was such an iconic element of the early Internet. > Network Time Protocol, the Fuzzball routers of the early

[mailop] Displaying logos

2024-01-13 Thread Hal Murray via mailop
Robert L Mathews said: > I hope nobody creates MUA features that show non-BIMI logos in the same space > as BIMI logos (or that make it difficult for users to notice the difference, > such as a tiny padlock superimposed on it sometimes). Superimposing something to indicate validity won't work.

[MARMAM] New publication: Sperm whale clans and human societies

2024-01-11 Thread Hal Whitehead
, cooperation, culture and mobility) and contraindicates others (e.g. tool-making and syntactic language). Hal Whitehead, Dalhousie University (hwhit...@dal.ca) ___ MARMAM mailing list MARMAM@lists.uvic.ca https://lists.uvic.ca/mailman/listinfo/marmam

Re: lyx 2.3.7 running on a Mac Ventura 13.6.1

2024-01-10 Thread Hal Kierstead via lyx-users
For those who need to introduce students to LaTex, Overleaf is very useful, especially because there is no overhead, but it in no way replaces LyX. Hal > On Jan 10, 2024, at 2:07 PM, Eberhard W Lisse wrote: > > I have looked at overleaf when I saw a presentation at the last TUG

Re: Addressing the Python 2, AsciiDoc classic, and AsciiDoc 3 tangle

2024-01-08 Thread Hal Murray via devel
I have no strong opinions on this area. I won't grumble if our doc stuff doesn't build on Python2 as long as we have a copy of the doc on the web. Or somebody who really wants their own can build it on a more modern system and copy the files over. -- These are my opinions. I hate spam.

Re: Error while exporting format: \converter

2024-01-07 Thread Hal Kierstead via lyx-users
> On Jan 6, 2024, at 6:36 PM, Steve Litt wrote: > > Hal Kierstead via lyx-users said on Sat, 6 Jan 2024 08:14:34 -0700 > >> All - >> >> I got this message, "Error while exporting format: \converter”, when >> trying to view a master document. It has

Re: Error while exporting format: \converter----Thanks

2024-01-06 Thread Hal Kierstead via lyx-users
Paul - Many thanks; your question was enough for me to find the problem. For some reason, the Default Output Format with tex fonts was blank—I fixed this. I have no idea how this happened all of a sudden. Anyway it works now. Hal > On Jan 6, 2024, at 9:20 AM, Paul Rubin wr

Error while exporting format: \converter

2024-01-06 Thread Hal Kierstead via lyx-users
All - I got this message, "Error while exporting format: \converter”, when trying to view a master document. It has happened in the past, but I forget how to correct it. Can someone help? I am using Lyx 2.3.7 on with MacOS: 11.7.10. Thanks, Hal -- lyx-users mailing list lyx-

Re: NTPsec 1.2.3 released

2024-01-02 Thread Hal Murray via devel
Fred Wright said: [context is my reply to the released message.] > For some reason the antecedent to this message wasn't sent to the list, > though I'd noticed the release by checking the repo. My copy was sent to: Subject: NTPsec 1.2.3 released From: Matthew Selsky via announce Date:

Re: NTPsec 1.2.3 released

2023-12-30 Thread Hal Murray via devel
Thanks. and thanks to all who contributed and tested. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

[LEAPSECS] UT1 offset

2023-12-25 Thread Hal Murray
>>> . Please keep DUT1 less than 100 seconds. >> They /really/ dont want to ever see a leapsecond or leapminute, do they ? > I'd love for them to have 6 digits for the offset.. .99. Why try to make that field big enough? Why not just drop it? Who uses DUT1 via radio? Who will be using

Re: Regression in OpenBSD

2023-12-22 Thread Hal Murray via devel
>> Please say more about your Mac patches? > The patches come in two categories: > Fallback for missing clock_gettime() and clock_settime(). My copy of OpenBSD 7.4 has clock_gettime() and clock_settime(). So we can take the first step without changing that area. The timex stuff will be a bit

Re: Regression in OpenBSD

2023-12-21 Thread Hal Murray via devel
Let's put that stuff on the back burner until the release is out. > Ntpsec doesn't fully support OpenBSD anyway, due to the lack of "timex" > (though my Mac patches fix that), and the fact that OpenBSD provides > LibreSSL rather than OpenSSL, but the 1.2.2a "Mac" version did build with >

Re: Missing clockwork

2023-12-18 Thread Hal Murray via devel
James said: > It sounds like a race condition in our wscript files or waf. How willing are > you to sink time into this, I think it's a losing proposition. I've got a --jobs=1 in my script. That was added to make sure the printout was easy to read when there were compiler errors. I'm

Missing clockwork

2023-12-17 Thread Hal Murray via devel
Anybody recognize this? I've seen a missing file once before. I think it was clockwork.?? It works if I try it again. Waf: Entering directory `/home/murray/ntpsec/raw/test-all/main' --- PYTHONPATH is not set, loading the Python ntp library may be troublesome --- [ 1/137] Compiling

Re: Release

2023-12-17 Thread Hal Murray via devel
Fred Wright said: > I also stumbled across something (which may not be new) where it appears > that if libaes_siv is installed as a system library, it's preferred over the > bundled version. That probably doesn't change the actual behavior, but may > lead to opportunistic builds. That seems

Re: Release

2023-12-17 Thread Hal Murray via devel
Fred Wright said: > The main issue I've found is that the "struct var" in ntp_control.c, is > relying on anonymous unions, which are a relatively new language feature. That is my attempt at getting a sane procedure for adding slots to the table. The old scheme required coordinated edits in

[NNagain] Starlink

2023-12-16 Thread Hal Murray via Nnagain
Frantisek Borsik said: > The only way to deliver it to them in a reasonable timeframe is Starlink. What sort of bandwidth/latency do I get from Starlink if I'm the only user in a large area? The spectrum is shared. Does the bandwidth per user go down as more users in the antenna footprint

Re: Certificate geekery

2023-12-07 Thread Hal Murray via devel
Thanks. > If that's a thing you want to do on your system, you can. IMHO, it's not > something that we particularly need to promote, nor would I find it > desirable operationally. If my NTP server changes their CA provider, then I > won't be able to talk to them any more until I take manual

Re: What does gitlab's "Successful pipeline" mean?

2023-12-06 Thread Hal Murray via devel
James said: > Maybe we should add -Werror or such to CFLAGS. Sounds like a good idea to me. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

What does gitlab's "Successful pipeline" mean?

2023-12-05 Thread Hal Murray via devel
Does that mean no warnings? If not, how are we expected to learn about code that generates warnings on obscure systems? -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org

Any Coverity wizards?

2023-12-05 Thread Hal Murray via devel
I expect the comment on the previous line to tell Coverity to not complain about this case. Is there a typo or such that I'm missing? 149/* coverity[checked_return] */ CID 462307 (#1 of 1): Unchecked return value (CHECKED_RETURN) 15. check_return: Calling CMAC_Update without

Re: Release

2023-12-05 Thread Hal Murray via devel
> I'll aim to release ~15-Dec-2023 Sounds good. Thanks. > I'm thinking about AES becoming the new default for ntpq, etc. I got a few a day or so ago. I missed that one. I'll get it tonight. -- These are my opinions. I hate spam. ___ devel

Re: How does the parser work?

2023-12-04 Thread Hal Murray via devel
James said: >The host phase of Waf build generates tablegen which in turn generates >keywords.h IIRC. I have no idea how the internals work. I took a look at the code. It looks like there are 2 tables of keywords, one in ntp_keyword.h (build by keyword-gen) and another in

Re: [chrony-dev] Chrony and leap-second table expiration

2023-12-04 Thread Hal Murray
mlich...@redhat.com said: >> * If Chrony reads leap-seconds.list should it also look at the >> leap second expiration and reject old files? > As currently chrony works, there would be no functional difference between > rejecting old file and using old file unless someone was interested in >

How does the parser work?

2023-12-03 Thread Hal Murray via devel
ntp_parser.y contqains: %token T_Tinker %token T_Tlsciphers %token T_Tlsciphersuites I'd expect those tokens to come from the keywords header file. But tlsciphers isn't in the keyword list. tlscipehrswuites is in the list. -- These are my opinions. I hate spam.

Asciidoc question

2023-12-03 Thread Hal Murray via devel
What does the $$ after the +aga+ do? |+year+|One generation file element is generated per year. The filename suffix consists of a dot and a 4 digit year number. |+age+$$ |This type of file generation sets changes to a new element of the file set every 24

Re: Release

2023-12-03 Thread Hal Murray via devel
Gary said: > DO you have an account on: https://scan.coverity.com/ > If so, I think I can add you to the project. Thanks. I think i worked. How does their stuff work? How often do they check NTPsec? Or what should I be asking? How much mail should I expect? ... There are 3 Coverity

Re: Release

2023-12-03 Thread Hal Murray via devel
Gary said: > Uh, not quite. Check the Coverity stuff. How do I do that? I'd expect something to send me email but I don't remember anything about Coverity. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org

Certificate geekery

2023-12-03 Thread Hal Murray via devel
I'm working on devel-TODO-NTS. (mostly deleting things) Currently, if a bad guy hacks or arm-twists a certificate authority, they can sign a certificate that the bad guy can use for a MITM attack. We can make that a lot harder if we lookup the current root certificate that a server is

Release

2023-12-02 Thread Hal Murray via devel
I think you should release what we have as soon as it is convenient. There are many more things I would like to include but we aren't making much progress so it's time to do it. -- These are my opinions. I hate spam. ___ devel mailing list

Re: [mailop] salesforce phishing emails

2023-11-30 Thread Hal Murray via mailop
Giovanni Bechis said: > I maintain an ESP rbl that includes SalesForce bad customers, How well does that work? This month, I have 6 copies of the same crap: After reviewing your company's profile, we believe that your knowledge and experience will be beneficial to the projects that ARAMCO

Re: [Git][NTPsec/ntpsec][master] Fix mode 6 client to round up to 4 bytes (was 8)

2023-11-29 Thread Hal Murray via devel
> Does the comment on line 880 also need to be updated? Good catch. Thanks. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Documentation tangle

2023-11-20 Thread Hal Murray via devel
We have a mix of man pages and web pages. I think all the man pages have a web version generated from the same source. There are some/many web pages without the corresponding man page. Debian includes the web pages in ntpsec-doc Fedora doesn't have a separate doc package for ntpsec. Their

Re: I/we need a lesson in git and/or gitlab and/or merge requests

2023-11-20 Thread Hal Murray via devel
Fred Wright said: > In general, it's a good idea to read an actual book on git, rather than > trying to understand it purely through manpages. The one I used (almost a > decade ago) is this one: > https://www.amazon.com/gp/product/1449316387/ Thanks. I like books. There is a 3rd

Re: [NNagain] Fwd: separable processes for live in-person and live zoom-like faces

2023-11-17 Thread Hal Murray via Nnagain
rjmcmahon said: > The human brain is way too complicated to make simplified analysis like this > is the latency required. It's a vast prediction machine and much, much more. I agree that the brain is very complex, but it isn't a total mystery. We can measure some things and work out some

SHA1 or SHA-1?

2023-11-13 Thread Hal Murray via devel
I'm looking into making our documentation consistent. NIST and Wikipedia use SHA-1. Ages ago. ntpkeygen used SHA1. OpenSSL seems to prefer SHA1, but it has an alias for SHA-1. To list the digests: openssl dgst -list -- These are my opinions. I hate spam.

I/we need a lesson in git and/or gitlab and/or merge requests

2023-11-11 Thread Hal Murray via devel
Merge requests seem reasonable if all goes well. My work flow is roughly: download the patch (URL plus ".patch") scan it maybe apply and test approve and merge But things go downhill if I don't like something. What I get from James is an update to the MR, a patch to the patch. That

Re: Time for a release?

2023-10-31 Thread Hal Murray via devel
Is updating PIVOT.h on your checklist and/or should I update it now while I/we think of it? -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Re: Time for a release?

2023-10-31 Thread Hal Murray via devel
> What sort of testing did you have in mind? Nothing in particular. We haven't had a release in a while so I hope everybody will run git head and keep an eye out for glitches, make sure their favorite toys work as expected, double check log files, etc... > Any specific doc cleanup? Our doc

Time for a release?

2023-10-29 Thread Hal Murray via devel
The last time this was suggested, I encouraged waiting until we fixed mssntp. Well, I think we have it fixed but we haven't found anybody to test it. So I think it's time to get ready for a release. Time for lots of testing. And documentation checking/cleanup. Does anybody have any

[NNagain] Spam filtering

2023-10-27 Thread Hal Murray via Nnagain
[Was Amtrack] > 2) I could get mad that I figure 80% of this new email list is vanishing into > spam boxes. > What of the 10s of thousands of other emails that have come over the years > not just from lists.bufferbloat.net but from people trying honestly to > communicate? There is/was a good

Re: What's magic about /tmp/? ntpd can't find UNIX socket

2023-10-19 Thread Hal Murray via devel
Found it. systemd sets up separate /tmp for some services. Features/ServicesPrivateTmp https://fedoraproject.org/wiki/Features/ServicesPrivateTmp Run some services started by systemd with a private /tmp directory. This would mitigate the chance of a service making a mistake with how it

Re: What's magic about /tmp/? ntpd can't find UNIX socket

2023-10-19 Thread Hal Murray via devel
matthew.sel...@twosigma.com said: > Are you running ntpd with --jaildir (or -i) or some chroot-like > functionality? Not that I know of. Oct 18 23:17:42 hgm ntpd[16099]: INIT: Command line: /usr/local/sbin/ntpd -g -N -u ntp:ntp But systemd might be doing something like that without telling

Re: What's magic about /tmp/? ntpd can't find UNIX socket

2023-10-19 Thread Hal Murray via devel
Gary said: > Notice the "nodev"? > From "man chmod": >nodev >Do not interpret character or block special devices on the >filesystem. It works fine from my test program. What's different about ntpd? Is a UNIX socket (fifo?) a special device? When I see

Re: What's magic about /tmp/? ntpd can't find UNIX socket

2023-10-19 Thread Hal Murray via devel
devel@ntpsec.org said: > Can you provide: > ~ $ ls -ld /tmp drwxrwxrwt 12 root root 580 Oct 19 11:00 /tmp srwxrwxrwx 1 murray murray 0 Oct 18 20:51 /tmp/fake-samba-socket/socket drwxrwxrwx 2 ntpntp 60 Oct 18 20:51 /tmp/fake-samba-socket/ drwxrwxrwt 19 root root 500 Oct 19 13:19

Re: What's magic about /tmp/? ntpd can't find UNIX socket

2023-10-18 Thread Hal Murray via devel
matthew.sel...@twosigma.com said: > Are you using selinux or something that would prevent access to /tmp? I have selinux=0 and audit=0 on the kernel command line. What sort of rule would keep ntpd from seeing /tmp/ and where would that sort of rule live? Is this something from systemd? --

What's magic about /tmp/? ntpd can't find UNIX socket

2023-10-18 Thread Hal Murray via devel
I'm working on MS-SNTP. I have some hack programs that should help exercise all the code. [We should have done this ages ago.] I put James's patches into my server and tweaked the config. I put the samba socket in /tmp/ ntpd couldn't see it. My test programs work fine. 18 Oct 20:52:00

Re: Too many merge requests

2023-10-14 Thread Hal Murray via devel
James said: > MR 1333 should address the issue where every response in an mssntp-restricted > subnet gets lost in ntp_signd. Is there any reason to approve it now when we don't know if it works yet? Are all the changes inside an #ifdef? (and thus unlikely to break normal operations) > MR

Re: [NNagain] Internet Education for Non-technorati?

2023-10-13 Thread Hal Murray via Nnagain
Jack Haverty said: > A few days ago I made some comments about the idea of "educating" the > lawyers, politicians, and other smart, but not necessarily technically > adept, decision makers. That process might work. Stanford has run programs on cyber security for congressional staffers. From

[cas-user] Re: Repeated Errors with CAS Initializer

2023-10-05 Thread Hal Deadman
6.6.12 has been released and it is in maven central. The tag and release will show up in github.com/apereo/cas soon (4 weeks from 9/14). https://apereo.github.io/2023/09/14/oauth-vuln/ https://apereo.github.io/cas/developer/Sec-Vuln-Response.html#security-fixes

Re: mssntp option breaking time service: tester(s) wanted

2023-10-04 Thread Hal Murray via devel
Google found this: [MS-SNTP]: Network Time Protocol (NTP) Authentication Extensions https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-sntp/8106cb73- ab3a-4542-8bc8-784dd32031cc Which links to: [MS-SNTP]: Network Time Protocol (NTP) Authentication Extensions

Re: mssntp option breaking time service: tester(s) wanted

2023-10-04 Thread Hal Murray via devel
Does anybody have details on how MSSNTP signing works? If we can find that, we can write some POSIX code to test things. There is a link in ntpd/ntp_signd.c http://msdn.microsoft.com/en-us/library/cc212930.aspx But I didn't find anything interesting there. (Maybe my browser was filtering

Re: tex2LyX error

2023-09-29 Thread Hal Kierstead via lyx-users
the brace everything works. In particular we get the whole LyX file. I can understand that we may get some Latex errors from the importing process, but why do we lose text in the LyX file? Hal > On Sep 29, 2023, at 8:46 AM, Scott Kostyshak wrote: > > On Fri, Sep 29, 2023 at 08:28:3

tex2LyX error

2023-09-29 Thread Hal Kierstead via lyx-users
files without problems. I have also tried restarting LyX. What could be happening? Thanks, Hal -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: I just pushed ntsstats and ntskestats

2023-09-26 Thread Hal Murray via devel
> After glancing at the tops and bottoms fo some of the HTML docs, I think I > have some issues to correct. I think the last line of the man pages used to have the version number. I'm not seeing that now. Is that because I'm doing something special to get the date in the version string (

Re: I just pushed ntsstats and ntskestats

2023-09-25 Thread Hal Murray via devel
>I am willing to break out some instant expert credentials on this until >someone better shows up. Thanks. >I will take a look at it. Would you like a single or double-line 'box' I have a slight preference for double, but it doesn't really matter. I've seen some example with

I just pushed ntsstats and ntskestats

2023-09-24 Thread Hal Murray via devel
There was a request for ntpviz to show NTS traffic. We now have the log files to make that possible. Any documentation wizards? Please look at the indentation around the info for the *stats options in both the man page for ntp.conf and the html pages for ntp_conf and monopt. The web pages

Testing -4 and -6

2023-09-20 Thread Hal Murray via devel
Does anybody have a recipe (or pointer to one) for how to get a system running without any IPv6? I want something such that isc_net_probeipv6_bool() will return false. Do we have to build our own kernel with some config variable turned off? Or will just not configuring any IPv6 interfaces be

Tangle with -4 and -6

2023-09-17 Thread Hal Murray via devel
-4 and -6 work on the server line in ntp.conf but are not documented -4/ipv4 and -6/ipv6 "work" on the command line, but they don't do what the documentation says. The man page says: Force DNS resolution of following host names on the command line to the IPv4 namespace.

Windows time scrambling (from the TZ list)

2023-09-15 Thread Hal Murray via devel
"Windows feature that resets system clocks based on random data is wreaking havoc." https://arstechnica.com/security/2023/08/windows-feature-that-resets-system-clo cks-based-on-random-data-is-wreaking-havoc/ -- These are my opinions. I hate spam.

Re: Go GC

2023-09-12 Thread Hal Murray via devel
Gary said: > Avoiding creating garbage is hard. In general, yes. But the inner loop of the server side is not very complicated. The APIs that I'm looking at are read-into-my-buffer rather than return a new buffer that needs to be GCed. I think it's worth some effort to investigate this

Go GC

2023-09-12 Thread Hal Murray via devel
e the server code such that the GC never runs. Or maybe never needs to run and we have to explicitly tell it not to bother trying. Logging stuff would probably generate garbage. The server side doesn't need to do that. Gary said: > Hal said: >> There are lots of ways to inject timin

Re: Is python2 dead?

2023-09-12 Thread Hal Murray via devel
Gary said: > Please, no. Go is a garbage collected language. Just what NTPsec does not > need, random, unpredictable delays. I was thinking of the Python code in ntpclients/ and pylib/ Is there anything in there that is time sensitive? There are lots of ways to inject timing bumps before we

Re: Is python2 dead?

2023-09-11 Thread Hal Murray via devel
Thanks. Maybe it's time to switch to Go? How long would it take us to rewrite, from scratch, everything in ntpclients? I occasionally poke around in ntpq. I find it very hard to work with. I think the others are much simpler. Is the basic structure right? If we were starting from scratch,

Re: Is python2 dead?

2023-09-04 Thread Hal Murray via devel
Gary said: > Let's try again in a year. Sounds good to me. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Is python2 dead?

2023-09-04 Thread Hal Murray via devel
Really really dead? Or maybe just hiding in some dark corner? Should we drop support for python2 as part of the next release? Or announce in the next release that we will drop it as part of the following release? -- These are my opinions. I hate spam.

Re: nts and ntske log files

2023-08-28 Thread Hal Murray via devel
>Expires February 2036 minus the current date >is about 12 years and 5 months maybe ish... The context is a duration of time rather than time of day. eg the result of sub_tspec() How many seconds did it take to do X? The current date has nothing to do with it. -- These are my

Re: nts and ntske log files

2023-08-28 Thread Hal Murray via devel
James Browning said: > The NTP solution would be to convert the mess to l_fp which > will work for a bit less than 13 years. Thanks. l_fp is the right answer. How did you get 13 years? I get 136. Did you drop/typo the 6? > My joke would be to have it as a long long of micro-seconds which

nts and ntske log files

2023-08-28 Thread Hal Murray via devel
I just pushed the first cut. No documentation yet. Like sysstats and usestats, ntsstats and ntskestats get logged every hour. If you look at the output from ntpq -c nts, the counters fall into two clumps, one for NTS and one for NTS-KE. All the counters get logged in the same order. Should

[MARMAM] New publication: Using culturally transmitted behavior to help delineate conservation units for species at risk

2023-08-26 Thread Hal Whitehead
e behavioral databases are compiled and analytical methods are developed. Hal Whitehead, Dalhousie University (hwhit...@dal.ca) ___ MARMAM mailing list MARMAM@lists.uvic.ca https://lists.uvic.ca/mailman/listinfo/marmam

Windows time confusion (long)

2023-08-25 Thread Hal Murray via devel
Windows feature that resets system clocks based on random data is wreaking havoc https://arstechnica.com/security/2023/08/windows-feature-that-resets-system-c locks-based-on-random-data-is-wreaking-havoc/ Windows Secure Time Seeding resets clocks months or years off the correct time. That's

Re: [mailop] Legit-looking mail to the wrong address with no unsubscribe

2023-08-24 Thread Hal Murray via mailop
> To receive first an email requesting you to confirm your address, only to > next receive another email from them with the actual information? That seems > over-engineered... How often is it only one message? I typically get 3, often 4 sometimes even 5: we got your order we shipped it it

[plasmashell] [Bug 472677] Plasma Error when Updated System (Debian 12) and restarted PC

2023-08-22 Thread Hal
https://bugs.kde.org/show_bug.cgi?id=472677 Hal changed: What|Removed |Added CC||hmeye...@comcast.net -- You are receiving this mail

Re: Release, project sleeping, and running down the clock.

2023-08-22 Thread Hal Murray via devel
James Browning said: > If the project is sleeping, then you may as >well cut the new release now. I think we should do a normal release. That includes scanning the issues and merge requests. And lots of testing. I'm working on making a couple of new stats files for NTP packets using NTS

What does bison do with undefined tokens?

2023-08-22 Thread Hal Murray via devel
ntpd/ntp_parser.y has this line: %token T_Timingstats T_Timingstats is never defined. All the other similar tokens are defined in ntpd/keyword-gen.c -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org

Re: NTPsec 1.2.2a released

2023-08-04 Thread Hal Murray via devel
Should that also go to users@ and devel@? What fraction of people on users or devel are also on announce? -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

[coreboot] Re: switch or router hardware with coreboot

2023-07-28 Thread Hal Martin
in open-source firmware/devices. You will have a bad time. Regards, Hal On Fri, Jul 28, 2023 at 10:50 AM Zeh, Werner via coreboot wrote: > > Hi Carl-Daniel. > > We had an issue with Cisco Meraki last year (see [1]) where it turned out > that at least their MX84 and MX250 switches ru

Re: Old email on gitlab

2023-07-23 Thread Hal Murray via devel
Thanks Gary and Fred. I found it in ~/.gitconfig It would have taken me a long long long time to look there. -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Old email on gitlab

2023-07-23 Thread Hal Murray via devel
git log on a fresh clone shows things like this: Author: Hal Murray Date: Tue Jul 4 15:16:47 2023 -0700 Squash warnings about not handled enumeration I haven't used that email in ages. My profile has been updated. Mail from gitlab goes to the right place. Where is the other address

  1   2   3   4   5   6   7   8   9   10   >