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
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
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
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
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
Дана 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
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
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
>
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
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
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
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
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
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
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
15 matches
Mail list logo