r247839: broken pipe - for top, sudo and ports
Dimitry Andric
dim at FreeBSD.org
Wed Mar 6 12:29:35 UTC 2013
On 2013-03-05 20:59, Hartmann, O. wrote:
...
> A "truss top" reveals this, is this of help?
...
> socket(PF_LOCAL,SOCK_STREAM,0) = 4 (0x4)
> connect(4,{ AF_UNIX "/var/run/nscd" },15) = 0 (0x0)
> fcntl(4,F_SETFL,O_NONBLOCK) = 0 (0x0)
...
> sendmsg(0x4,0x7fffffffd290,0x0,0x1,0x1,0x0) ERR#32 'Broken pipe'
Maybe your nscd might have died? It is successfully opening and
connecting to nscd's unix socket, but gets an EPIPE when it tries to
send data.
More information about the freebsd-current
mailing list