Re: panic: kernel diagnostic assertion "fli->fli_trans_cnt > 0"
Lloyd Parkes <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On 18/01/2026 10:14, J. Hannken-Illjes wrote: > looks like you use a mix of layered file system and nfs. Yeah, I guess the automounter will do that. > Please use the command "/sbin/mount -v" before the panic to show the active mounts? > The nfs mount options are interesting too. $ /sbin/mount -v /dev/dk2 on / type ffs (log, local, root file system, fsid: 0xa802/0x78b, reads: sync 74432302 async 3207, writes: sync 3 async 258918) /dev/dk0 on /vol/build type ffs (log, local, fsid: 0xa800/0x78b, reads: sync 1131091 async 26, writes: sync 0 async 1899) tmpfs on /tmp type tmpfs (local, fsid: 0xab01/0x69ab, reads: sync 0 async 0, writes: sync 0 async 0) kernfs on /kern type kernfs (local, fsid: 0x8b02/0x1d28b, reads: sync 0 async 0, writes: sync 0 async 0) ptyfs on /dev/pts type ptyfs (local, fsid: 0x7b03/0x6b7b, reads: sync 0 async 0, writes: sync 0 async 0) procfs on /proc type procfs (local, fsid: 0x1b04/0x1ae1b, reads: sync 0 async 0, writes: sync 0 async 0) tmpfs on /var/shm type tmpfs (local, fsid: 0xab05/0x69ab, reads: sync 0 async 0, writes: sync 0 async 0) map auto_distfiles on /vol/distfiles type autofs (fsid: 0x1b06/0x1eb1b, reads: sync 0 async 0, writes: sync 0 async 0) $ cat /etc/auto_master /- auto_distfiles $ cat /etc/auto_distfiles /vol/distfiles fog:/srv/distfiles Nothing special there AFAICT. Ngā mihi, Lloyd