Date: Wed, 06 Mar 2013 13:29:32 +0100 From: Dimitry Andric <dim@FreeBSD.org> To: "Hartmann, O." <ohartman@zedat.fu-berlin.de>, FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: r247839: broken pipe - for top, sudo and ports Message-ID: <513736AC.3030108@FreeBSD.org> In-Reply-To: <51364E8D.5020608@zedat.fu-berlin.de> References: <5135B7E1.3050002@zedat.fu-berlin.de> <5135BBD9.9090009@FreeBSD.org> <51364914.2010104@zedat.fu-berlin.de> <51364E8D.5020608@zedat.fu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?513736AC.3030108>