[Bug 245691] sysutils/lsof: missed txt on ZFS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 17 12:00:30 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245691

            Bug ID: 245691
           Summary: sysutils/lsof: missed txt on ZFS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ler at FreeBSD.org
          Reporter: marck at FreeBSD.org
             Flags: maintainer-feedback?(ler at FreeBSD.org)
          Assignee: ler at FreeBSD.org

on contemporary|supported FreeBSD versions (11/12) lsof is failed to find link
to txt inode if it is within ZFS file system:

# mount
/dev/mirror/m0a on / (ufs, local, noatime, journaled soft-updates)
# lsof -n -p 1
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
init      1 root  cwd   VDIR   0,96     1024      2 /
init      1 root  rtd   VDIR   0,96     1024      2 /
init      1 root  txt   VREG   0,96  1135832 461924 /sbin/init

# mount | head -1
z/R on / (zfs, local, noatime, nfsv4acls)
# lsof -n -p 1
COMMAND PID USER   FD   TYPE        DEVICE SIZE/OFF NODE NAME
init      1 root  cwd   VDIR 200,445775885       37    4 /
init      1 root  rtd   VDIR 200,445775885       37    4 /

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list