[Bug 227461] [hast] regression, unable to start hast, pid XXX (hastd), uid 0: exited on signal 6 (core dumped)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 15 19:53:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227461
--- Comment #4 from emz at norma.perm.ru ---
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.
More information about the freebsd-bugs
mailing list