Re: Unchecked tls_config_new() in relayd

2022-06-03 Thread Theo Buehler
> diff --git a/src/usr.sbin/relayd/hce.c b/src/usr.sbin/relayd/hce.c > index 5233e2c..4a1bf1c 100644 > --- a/src/usr.sbin/relayd/hce.c > +++ b/src/usr.sbin/relayd/hce.c > @@ -94,6 +94,9 @@ hce_setup_events(void) >     table->tls_cfg != NULL) >    

Re: macppc panic: vref used where vget required

2022-06-03 Thread Theo Buehler
> Please do note that this change can introduce/expose other issues. It seems that this diff causes occasional hangs when building snapshots on my mac M1 mini. This happened twice in 10 builds, both times in xenocara. Unfortunately, both times the machine became entirely unresponsive and as I

Re: MTU setting during installation

2022-06-03 Thread Theo de Raadt
yes that is the way to do it. guent...@openbsd.org wrote: > On Thu, 2 Jun 2022, Luca Di Gregorio wrote: > > when installing OpenBSD there is the chance to set a network interface, > > anyway, there is no chance to set the MTU on it. > > > > It would be good to add this setting in the

Re: MTU setting during installation

2022-06-03 Thread guenther
On Thu, 2 Jun 2022, Luca Di Gregorio wrote: > when installing OpenBSD there is the chance to set a network interface, > anyway, there is no chance to set the MTU on it. > > It would be good to add this setting in the installation process No, we don't believe that imposing that burden on every

MTU setting during installation

2022-06-03 Thread Luca Di Gregorio
Hi, when installing OpenBSD there is the chance to set a network interface, anyway, there is no chance to set the MTU on it. It would be good to add this setting in the installation process Regards Luca

Re: macppc panic: vref used where vget required

2022-06-03 Thread Martin Pieuchot
On 02/06/22(Thu) 07:29, Theo de Raadt wrote: > So this basically converts the flag into a proper reference? It completely gets rid of the extra reference. UVM objects related to a vnode are no longer kept alive after uvn_detach() has been called. > If you go back to 4.4BSD, there's another

Re: macppc panic: vref used where vget required

2022-06-03 Thread Martin Pieuchot
On 02/06/22(Thu) 13:54, Sebastien Marie wrote: > On Tue, May 24, 2022 at 02:16:44PM +0200, Martin Pieuchot wrote: > > On 19/05/22(Thu) 13:33, Alexander Bluhm wrote: > > > On Tue, May 17, 2022 at 05:43:02PM +0200, Martin Pieuchot wrote: > > > > Andrew, Alexander, could you test this and report

Re: please build unbound with --enable-event-api

2022-06-03 Thread Andrew Cagney
On Mon, 30 May 2022 at 07:07, Stuart Henderson wrote: > > On 2022/05/29 14:20, Andrew Cagney wrote: > > On Sun, 29 May 2022 at 13:44, Stuart Henderson wrote: > > > > > > On 2022/05/29 19:08, Florian Obser wrote: > > > > On 2022-05-29 12:27 -04, Andrew Cagney wrote: > > > > > > Are you porting

Re: MTU setting during installation

2022-06-03 Thread Stuart Henderson
Normally if you're using DHCP you wouldn't need to do this by hand anyway, but it looks like this isn't yet implemented in dhcpleased. -- Sent from a phone, apologies for poor formatting. On 3 June 2022 15:28:23 "Theo de Raadt" wrote: yes that is the way to do it. guent...@openbsd.org