Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 19:53:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227461] [hast] regression, unable to start hast, pid XXX (hastd), uid 0: exited on signal 6 (core dumped)
Message-ID:  <bug-227461-227-QDvycMy931@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227461-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227461-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227461

--- Comment #4 from emz@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 -

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227461-227-QDvycMy931>