On Thu, Apr 07, 2022 at 12:06:45PM +0300, Andrew Krasavin wrote: > On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: > > uvn_io: start: 0xfffffd834f678210, type VREG, use 0, write 0, hold 0, flags > (VBIOONFREELIST) > tag: VT_UFS, ino 19627621, on dev 4, 30 flags 0x100, effnlink 1, > nlink 1 > mode 0100644, owner 858, group 1000, size 378860088 > vn_lock: vnode on freelist: 0xfffffd834f678210, type VREG, use 0, write 0, > hold 0, flags (VBIOONFREELIST) > tag: VT_UFS, ino 19627621, on dev 4, 30 flags 0x100, effnlink 1, > nlink 1 > mode 0100644, owner 858, group 1000, size 378860088 > panic: vn_lock: vp on freelist
could you get the filename of the vnode ? it is located on dev 4,30 (so /dev/sd1o if I didn't mess myself), inode 19627621: # df | grep /dev/sd1o /dev/sd1o ... /mount_point_sd1o # find -x /mount_point_sd1o -inum 19627621 -ls it is owned by uid 858, which should be (if your user database is consistent with ports tree) _purritobin user (www/purritobin port). I will look to do another diff. Thanks for the testing. -- Sebastien Marie