Re: Building -current incrementally.

2024-09-25 Thread Otto Moerbeek
On Thu, Sep 26, 2024 at 08:46:19AM +0200, Christian Schulte wrote: > On 9/26/24 07:15, Otto Moerbeek wrote: > > On Thu, Sep 26, 2024 at 06:38:00AM +0200, Christian Schulte wrote: > > > >> So I installed 7.5-stable on a VPS and that kernel panicked during > >> installation > >> several times. I t

Re: Building -current incrementally.

2024-09-25 Thread Christian Schulte
On 9/26/24 07:15, Otto Moerbeek wrote: > On Thu, Sep 26, 2024 at 06:38:00AM +0200, Christian Schulte wrote: > >> So I installed 7.5-stable on a VPS and that kernel panicked during >> installation >> several times. I then grabbed a 7.6-current image and installed the system >> using that. That ker

Re: Building -current incrementally.

2024-09-25 Thread Otto Moerbeek
On Thu, Sep 26, 2024 at 06:38:00AM +0200, Christian Schulte wrote: > So I installed 7.5-stable on a VPS and that kernel panicked during > installation > several times. I then grabbed a 7.6-current image and installed the system > using that. That kernel does not panic so I am running -current on

Building -current incrementally.

2024-09-25 Thread Christian Schulte
So I installed 7.5-stable on a VPS and that kernel panicked during installation several times. I then grabbed a 7.6-current image and installed the system using that. That kernel does not panic so I am running -current on that system since then. Checked out /usr/src, build the system from source us

Re: Review about this code ?

2024-09-25 Thread Stephen Wiley
On Wed, Sep 25, 2024 at 10:58:44PM +0200, Страхиња Радић wrote: > Дана 24/09/25 08:21PM, bi...@iscarioth.org написа: > > Sorry for the inconvenience, I wanted to know if this > > piece of code seemed to be correct for a OpenBSD developer ? > > Dear Bilal, > > I think that C code review is out of

Re: Review about this code ?

2024-09-25 Thread Страхиња Радић
Дана 24/09/25 08:21PM, bi...@iscarioth.org написа: > Sorry for the inconvenience, I wanted to know if this > piece of code seemed to be correct for a OpenBSD developer ? Dear Bilal, I think that C code review is out of the scope of this list. You could try at: https://codereview.stackexchange.c

Review about this code ?

2024-09-25 Thread bilal
Hi ! Sorry for the inconvenience, I wanted to know if this piece of code seemed to be correct for a OpenBSD developer ? #define SAFE_FREE(addr)  do { \   if (addr) \     { \   free (addr); \   addr = NULL; \     } \   else \     { \   fprintf (stderr, " (double free inside %s

Re: Apple Macbook Air (M1) lost bwfm

2024-09-25 Thread Stuart Henderson
On 2024-09-25, Jan Stary wrote: > This is 7.6-beta/arm64 (#179) on an MBA (M1, 2020), > the last kernel used is this: > > https://github.com/janstary/dmesg/blob/master/apple-macbook-air-A2337.20240915 > > While this listing shows > bwfm0 at pci1 dev 0 function 0 "Broadcom BCM4378" rev 0x03: msi >

Re: pf.conf(5): How to implement sendmail's connection/rate control features with pf?

2024-09-25 Thread Christian Schulte
On 9/25/24 14:31, Peter N. M. Hansteen wrote: > On Wed, Sep 25, 2024 at 02:26:18PM +0200, Peter N. M. Hansteen wrote: >> Another related set of examples and explanations can be found in the blog >> post > > I sense a complete URL would have been beneficial here, as in > > https://nxdomain.no/~p

OpenBSD nano r6s

2024-09-25 Thread Pierre Dupond
Hello List, The Friendlyelec NanoPi r6s is indicated (https://www.openbsd.org/arm64.html) as an example of hardware running OpenBSD. I have downloaded the "install75.img" and the "miniroot76.img" and copied them on a sd card. However, the NanoPi r6s does not boot on sd card but boot directly

Apple Macbook Air (M1) lost bwfm

2024-09-25 Thread Jan Stary
This is 7.6-beta/arm64 (#179) on an MBA (M1, 2020), the last kernel used is this: https://github.com/janstary/dmesg/blob/master/apple-macbook-air-A2337.20240915 While this listing shows bwfm0 at pci1 dev 0 function 0 "Broadcom BCM4378" rev 0x03: msi and it worked (I pkg_add-u'd the packages after

Re: pf.conf(5): How to implement sendmail's connection/rate control features with pf?

2024-09-25 Thread Peter N. M. Hansteen
On Wed, Sep 25, 2024 at 02:26:18PM +0200, Peter N. M. Hansteen wrote: > Another related set of examples and explanations can be found in the blog post I sense a complete URL would have been beneficial here, as in https://nxdomain.no/~peter/forcing_the_password_gropers_through_a_smaller_hole.html

Re: pf.conf(5): How to implement sendmail's connection/rate control features with pf?

2024-09-25 Thread Peter N. M. Hansteen
On Wed, Sep 25, 2024 at 02:06:14PM +0200, Christian Schulte wrote: > Hello @misc, > > I am currently searching for a way to implement sendmail's connection control > features using pf. In sendmail I am using: > > dnl # Define connection throttling and window length > define(`confCONNECTION_RATE_T

pf.conf(5): How to implement sendmail's connection/rate control features with pf?

2024-09-25 Thread Christian Schulte
Hello @misc, I am currently searching for a way to implement sendmail's connection control features using pf. In sendmail I am using: dnl # Define connection throttling and window length define(`confCONNECTION_RATE_THROTTLE', `15')dnl define(`confCONNECTION_RATE_WINDOW_SIZE',`10m')dnl dnl # Stop

Re: ipsecctl -s & no traffic flow across enc0

2024-09-25 Thread Stuart Henderson
On 2024-09-25, Boyd Stephens wrote: > The circumstances driving this inquiry is that our team has an IKEv2 vpn > connection where the tunnel between two sites is always successfully > established (at least this is the feedback from all of our ipsecctl -s > all inquiries) but traffic flow across th