Re: macppc panic: vref used where vget required

2022-04-06 Thread Andrew Krasavin
On Mon, Mar 28, 2022 at 01:35:48PM +0200, Alexander Bluhm wrote: Hi, There was a discussion about file system bugs with macppc. My dual core macppc never completed a make release. I get various panics. One of them is below. bluhm panic: vref used where vget required Stopped at db_enter+

Re: path error in suricata package

2022-04-06 Thread Stuart Henderson
Moving to po...@openbsd.org, please reply there On 2022/04/05 10:31, George Pontis wrote: > OpenBSD 7.0 release for amd64 > > After installing the suricata 6.0.2 package, the readme provides guidance > for using suricata-update as follows: > > * > > suricata-update > --- > suric

Re: macppc panic: vref used where vget required

2022-04-06 Thread Sebastien Marie
On Mon, Mar 28, 2022 at 01:35:48PM +0200, Alexander Bluhm wrote: > Hi, > > There was a discussion about file system bugs with macppc. My dual > core macppc never completed a make release. I get various panics. > One of them is below. > > bluhm > > panic: vref used where vget required > Stopped

Re: macppc panic: vref used where vget required

2022-04-06 Thread Andrew Krasavin
On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: could you try to reproduce with the following kernel diff ? as first step, it adds some KERNEL_ASSERT_LOCKED() on v_usecount modification, and some vprint() inside uvn_io(). the vprint() inside uvn_io() should trigger only before