pkg_add -IQ does not show single-line comment for packages matching query

2023-11-10 Thread Morgan Aldridge
>Synopsis: pkg_add -IQ does not show single-line comment for packages matching query >Category: system >Environment: System : OpenBSD 7.4 Details : OpenBSD 7.4-stable (GENERIC.MP) #0: Sun Oct 29 17:05:47 EDT 2023 linetr...@kuuki.winooski.vt.us.makkintosshu.net:/sys/arch/amd64/compile/

Re: Memory Leak on 7.4 (Stable) with nginx 1.24.0 related to TLS1.3

2023-11-10 Thread Tobias Fiebig
Moin, > So you didn't mention http_sub_module before, which precludes > directly using packages from 7.4, but can you try building from the > port so that the only change compared to what anyone else is running > is enabling the additional module? (You can use 'FLAVOR="no_passenger > no_lua

Re: kernel diagnostic assertion "st->timeout == PFTM_UNLINKED" failed: file "

2023-11-10 Thread Ted Ri
On Thu, Nov 9, 2023 at 10:12 PM Alexandr Nedvedicky wrote: > > Hello Johan, > > On Sat, Nov 04, 2023 at 10:01:06AM -0400, Johan Huldtgren wrote: > > hello, > > > > On 2023-11-03 19:10, Alexandr Nedvedicky wrote: > > > Hello Johan, > > > > > > > > > On Fri, Nov 03, 2023 at 12:27:53PM -0400, Johan

Re: Memory Leak on 7.4 (Stable) with nginx 1.24.0 related to TLS1.3

2023-11-10 Thread Stuart Henderson
On 2023/11/10 14:09, Tobias Fiebig wrote: > Moin, > i have been running into memleaks with nginx 1.24.0 for some time; > Nginx is self-build (as i need the http_sub module); It is configures > with: ./configure --with-http_sub_module --with-http_ssl_module --with- > http_stub_status_module

Memory Leak on 7.4 (Stable) with nginx 1.24.0 related to TLS1.3

2023-11-10 Thread Tobias Fiebig
Moin, i have been running into memleaks with nginx 1.24.0 for some time; Nginx is self-build (as i need the http_sub module); It is configures with: ./configure --with-http_sub_module --with-http_ssl_module --with- http_stub_status_module --prefix=/usr/local --conf- path=/etc/nginx/nginx.conf