Re: menulibre crashes after upgrading to 7.2

2022-10-28 Thread Landry Breuil
Le Wed, Oct 26, 2022 at 02:30:04PM +, noizeless.v...@tutanota.com a écrit : > >Synopsis:menulibre crashes after upgrading to 7.2 > >Category:desktop, gui > >Environment: > System : OpenBSD 7.2 > Details : OpenBSD 7.2 (GENERIC.MP) #758: Tue Sep 27 11:57:54 MDT >

Re: snmpd in 7.2 dies with too many parse errors

2022-10-28 Thread Ryan Freeman
On Fri, Oct 28, 2022 at 01:22:57PM +0200, Martijn van Duren wrote: > I wondered that as well, but I tried to simulate the not found and > error code-paths, but I couldn't trigger it. So I'm not ruling it > out, I just can't reproduce it. > > Another thing that's weird is that it looks like the

Re: high interrupt load from acpi0 on Jasper Lake N5105

2022-10-28 Thread Sebastian Oswald
On Tue, 18 Oct 2022 15:30:53 +0100 Igor Petruk wrote: >On Tue, Oct 18, 2022 at 3:19 PM Paul de Weerd wrote: >> >> On Mon, Oct 17, 2022 at 09:52:05PM +0100, Igor Petruk wrote: >> | It did not quite work in acpi_attach. I assume it is either because later >> | on all GPEs are enabled and disabled

Re: snmpd in 7.2 dies with too many parse errors

2022-10-28 Thread Martijn van Duren
I wondered that as well, but I tried to simulate the not found and error code-paths, but I couldn't trigger it. So I'm not ruling it out, I just can't reproduce it. Another thing that's weird is that it looks like the index has been stripped from sensorStatus, which might be an indication that

Re: snmpd in 7.2 dies with too many parse errors

2022-10-28 Thread Stuart Henderson
I wonder if there are any sensors which disappear and reappear.. On 2022/10/28 10:01, Martijn van Duren wrote: > Could you run snmpd with `-vv`? That way I also have the specific > OIDs being requested and returned (both frontend and backend) and > might make it a little more easy to reproduce. >

Re: snmpd in 7.2 dies with too many parse errors

2022-10-28 Thread Martijn van Duren
Could you run snmpd with `-vv`? That way I also have the specific OIDs being requested and returned (both frontend and backend) and might make it a little more easy to reproduce. Do note that this adds at least 4 log lines for every request issues to snmpd, so your logfile might explode a bit.

bbolt can freeze 7.2 from userspace

2022-10-28 Thread Renato Aguiar
Use of bbolt Go library causes 7.2 to freeze. I suspect it is triggering some sort of deadlock in mmap because threads get stuck at vmmaplk. I managed to reproduce it consistently in a laptop with 4 cores (i5-1135G7) using one unit test from bbolt: $ doas pkg_add git go $ git clone