https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227461
--- Comment #4 from [email protected] --- The fd that the hast is complaining about is a pipe, for instance now it's blaming fd 7 to be open, and fd 7 is a pipe: PID COMM FD T V FLAGS REF OFFSET PRO NAME 22817 hastd text v r r------- - - - /sbin/hastd 22817 hastd cwd v d r------- - - - / 22817 hastd root v d r------- - - - / 22817 hastd 0 v c rw------ 3 0 - /dev/null 22817 hastd 1 v c rw------ 3 0 - /dev/null 22817 hastd 2 v c rw------ 3 0 - /dev/null 22817 hastd 3 v r -w---n-l 1 0 - /var/run/hastd.pid 22817 hastd 4 s - rw------ 1 0 UDS /var/run/hastctl 22817 hastd 5 s - rw------ 1 0 TCP 192.168.0.247:8457 0.0.0.0:0 22817 hastd 6 s - rw------ 1 0 UDD /var/run/logpriv 22817 hastd 7 p - rw------ 4 0 - - 22817 hastd 9 s - rw------ 1 0 UDS - 22817 hastd 13 s - rw------ 1 0 UDS - 22817 hastd 16 s - rw------ 1 0 UDS - -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
