Re: 10.0_BETA randomly panics on huge I/O on a ffs slice on ccd device

2023-03-19 Thread BERTRAND Joël
Martin Husemann a écrit : > On Sun, Mar 19, 2023 at 03:01:01PM +0100, BERTRAND Joël wrote: >> This server runs squid on a /var/squi/cache, that is a wedge on a ccd >> device : >> >> legendre# ccdconfig -g >> ccd032 0x0 2000408739840 /dev/wd0a /dev/wd1a > [..] >> THE FOLL

Re: flock(2): locking against itself?

2023-03-19 Thread Robert Elz
Date:Sun, 19 Mar 2023 07:05:52 + From:David Holland Message-ID: | "They're per-open" That's not bad for this level of description. | ...which is not actually difficult to understand since it's the same | as the seek pointer behavior; that is, seek pointer

Re: flock(2): locking against itself?

2023-03-19 Thread David Holland
On Sun, Mar 19, 2023 at 01:49:54PM +0700, Robert Elz wrote: > | Except they aren't. They're on open file table entries, something > | remarkably difficult to describe in a way that doesn't just refer to > | the kernel-internal mechanism behind it > > Yes. The terminology in this area

Re: flock(2): locking against itself?

2023-03-19 Thread Robert Elz
Date:Sat, 18 Mar 2023 19:46:17 -0400 (EDT) From:Mouse Message-ID: <202303182346.taa01...@stone.rodents-montreal.org> | Except they aren't. They're on open file table entries, something | remarkably difficult to describe in a way that doesn't just refer to | the