Continually count the number of open files

2023-09-11 Thread Graham Perrin
Can anything like systat(1) present a count, continually? I'd like to monitor, after log in to Plasma (X11), in connection with .

Re: ZFS Panics Still

2023-09-11 Thread Cy Schubert
On Tue, 12 Sep 2023 05:29:41 +0100 Graham Perrin wrote: > On 12/09/2023 00:17, Cy Schubert wrote: > > > … poudriere … > > > panic: vm_page_dequeue_deferred: page 0xfe000b7e9748 has unexpected > > queue state > > … > is for arm6

Re: ZFS Panics Still

2023-09-11 Thread Graham Perrin
On 12/09/2023 00:17, Cy Schubert wrote: … poudriere … panic: vm_page_dequeue_deferred: page 0xfe000b7e9748 has unexpected queue state … is for arm64. Should we broaden the hardware field, there?

Re: aarch64 main [so: 15] panic's in kyua's sys/net/if_lagg_test:status_stress [confirmed with snapshot kernel]

2023-09-11 Thread Mark Millard
On Sep 11, 2023, at 19:40, Mark Millard wrote: > On Sep 11, 2023, at 01:13, Mark Millard wrote: > >> It will be some time before I can try this with >> an official snapshot instead of a personal build. >> The build is based on b6ce41118bb1 : >> >> # uname -apKU >> FreeBSD CA78C-WDK23-ZFS 15.0-

Re: aarch64 main [so: 15] panic's in kyua's sys/net/if_lagg_test:status_stress [confirmed with snapshot kernel]

2023-09-11 Thread Mark Millard
On Sep 11, 2023, at 01:13, Mark Millard wrote: > It will be some time before I can try this with > an official snapshot instead of a personal build. > The build is based on b6ce41118bb1 : > > # uname -apKU > FreeBSD CA78C-WDK23-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT aarch64 150 #17 > main-n2

ZFS Panics Still

2023-09-11 Thread Cy Schubert
Hi, One of my machines, running poudriere building i386 packges, panics, below, at termination of poudriere while poudriere is cleaning up performing zfs umount. I just happenedto catch the machine to see poudriere just having completed and umounting filesystems. panic: vm_page_dequeue_deferred:

Re: kernel trap 12 .. cam_periph_release_locked_buses() panics under panic?

2023-09-11 Thread Warner Losh
On Mon, Sep 11, 2023 at 8:26 AM Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > On Mon, 11 Sep 2023, Warner Losh wrote: > > > That's a crazy traceback. We get a fatal trap and then call into the wifi > > stack? That makes no sense in the absence of some crazy data corruption > or > > a w

Re: kernel trap 12 .. cam_periph_release_locked_buses() panics under panic?

2023-09-11 Thread Bjoern A. Zeeb
On Mon, 11 Sep 2023, Warner Losh wrote: That's a crazy traceback. We get a fatal trap and then call into the wifi stack? That makes no sense in the absence of some crazy data corruption or a weird traceback issue. No, we panic in wifi and then iterated again and again. The first one is the lkp

Re: kernel trap 12 .. cam_periph_release_locked_buses() panics under panic?

2023-09-11 Thread Warner Losh
That's a crazy traceback. We get a fatal trap and then call into the wifi stack? That makes no sense in the absence of some crazy data corruption or a weird traceback issue. On Mon, Sep 11, 2023, 7:47 AM Bjoern A. Zeeb wrote: > Hi, > > had a kernel hitting an alll-to-known wifi issue and panic (

kernel trap 12 .. cam_periph_release_locked_buses() panics under panic?

2023-09-11 Thread Bjoern A. Zeeb
Hi, had a kernel hitting an alll-to-known wifi issue and panic (I was actually happy I could reproduce) and then the screen kept scrolling for a while panicing all over again and ddb was unusable (not so happy). I assume the problem is cam_periph_release_locked_buses()? /bz ... --- trap 0x80bc

Re: Looks like the kyua zfs tests likely are not used on aarch64 or other contexts with unsigned char

2023-09-11 Thread Mark Millard
On Sep 11, 2023, at 00:03, Mark Millard wrote: > On Sep 10, 2023, at 23:57, Dag-Erling Smørgrav wrote: > >> Mark Millard writes: >>> I'm not aware of there being other documentation for what >>> is appropriate for setting up such for kyua runs. >> >> https://github.com/freebsd/freebsd-ci/blob

aarch64 main [so: 15] panic's in kyua's sys/net/if_lagg_test:status_stress

2023-09-11 Thread Mark Millard
It will be some time before I can try this with an official snapshot instead of a personal build. The build is based on b6ce41118bb1 : # uname -apKU FreeBSD CA78C-WDK23-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT aarch64 150 #17 main-n265279-b6ce41118bb1-dirty: Sun Sep 10 14:36:47 PDT 2023 roo

Re: Looks like the kyua zfs tests likely are not used on aarch64 or other contexts with unsigned char

2023-09-11 Thread Mark Millard
On Sep 10, 2023, at 23:57, Dag-Erling Smørgrav wrote: > Mark Millard writes: >> I'm not aware of there being other documentation for what >> is appropriate for setting up such for kyua runs. > > https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test_image-head.sh#L69-L84 >