Re: nfsd: don't clear SB_NOINTR flag

2023-10-20 Thread Alexander Bluhm
On Mon, Oct 16, 2023 at 10:17:50PM +0300, Vitaliy Makkoveev wrote: > This socket comes from userland, so this flag is never set. This makes > SB_NOINTR flag immutable, because we only set this bit on NFS client > socket buffers for all it's lifetime. > > I want to do this because this flag modifie

Re: 7.3: Squid 6.3 with multiple workers - net.unix.dgram.sendspace too low

2023-10-20 Thread Stuart Henderson
After a few hours digging around, I eventually figured out where the relevant sockets are created and have added a patch (to 7.4-stable and -current) to bump buffers on them.

Re: 7.3: Squid 6.3 with multiple workers - net.unix.dgram.sendspace too low

2023-10-20 Thread Stuart Henderson
On 2023/10/20 13:57, Stuart Henderson wrote: > On 2023/10/19 15:09, Silamael Darkomen wrote: > > Hi, > > > > Today I upgraded to the brand new Squid version 6.3 from ports and noticed, > > that Squid no longer starts properly if configured with multiple worker > > processes. > > > > After some de

Re: 7.3: Squid 6.3 with multiple workers - net.unix.dgram.sendspace too low

2023-10-20 Thread Stuart Henderson
On 2023/10/19 15:09, Silamael Darkomen wrote: > Hi, > > Today I upgraded to the brand new Squid version 6.3 from ports and noticed, > that Squid no longer starts properly if configured with multiple worker > processes. > > After some debugging the limit from net.unix.dgram.sendspace came up as >

Re: HAMMER2 filesystem for OpenBSD

2023-10-20 Thread Stuart Henderson
On 2023/10/20 11:51, Chris Narkiewicz wrote: > On Thu, 2023-10-19 at 15:03 +0200, Denis Fondras wrote: > > > > https://marc.info/?l=openbsd-misc&m=169272174500676&w=2 > > > > > > Thank you, I missed that one. > > So the key piece of information from that thread is that > Kusumi's implementatio

Re: HAMMER2 filesystem for OpenBSD

2023-10-20 Thread Chris Narkiewicz
On Thu, 2023-10-19 at 15:03 +0200, Denis Fondras wrote: > > https://marc.info/?l=openbsd-misc&m=169272174500676&w=2 > > Thank you, I missed that one. So the key piece of information from that thread is that Kusumi's implementation of HAMMER2 for OpenBSD is read-only. Cheers, Chris

Term::Cap full revamp

2023-10-20 Thread Marc Espie
I guess i will probably leave it alone after this. This does quite a few things compared to my former patches. - totally get rid of eval, it doen't make sense anymore - declare variables before they get used, which tends to simplify things. - change quaint formatting to something more BSD like - u