On Wed, Apr 13, 2022 at 09:33:52PM +0200, Alexander Bluhm wrote:
> Hi,
>
> Hrvoje has hit a witness issue in pfsync.
>
> panic: acquiring blockable sleep lock with spinlock or critical
> section held (kernel_lock) &kernel_lock
>
> panic(81f45bb7) at panic+0xbf
> witness_checkorder(ff
I think we should fix the bug and/or DELETE the message entirely
Hi,
Hrvoje has hit a witness issue in pfsync.
panic: acquiring blockable sleep lock with spinlock or critical
section held (kernel_lock) &kernel_lock
panic(81f45bb7) at panic+0xbf
witness_checkorder(8246e970,9,0) at witness_checkorder+0xb61
__mp_lock(8246e768) at __mp_loc
Hi,
If /usr fills up during relinking kernel, the console spits out
masses of these warnings.
uvn_flush: obj=0x0, offset=0x476. error during pageout.
uvn_flush: WARNING: changes to page may be lost!
uvn_flush: obj=0x0, offset=0x476. error during pageout.
uvn_flush: WARNING: changes to p
We have released OpenBGPD 7.3, which will be arriving in the
OpenBGPD directory of your local OpenBSD mirror soon.
This release includes the following changes to the previous release:
* Macro expansion in the config file is improved. It is now possible
to expand 'set large-community $my
On Thu, Apr 07, 2022 at 06:11:45PM -0500, Matthew Martin wrote:
> const the termp and winp arguments for openpty and related. This matches
> the prototypes for openpty and forkpty in glibc and musl libc.
This looks correct to me. I ran this through an amd64 bulk with no
fallout.
ok tb