Re: r247839: broken pipe - for top, sudo and ports

2013-03-10 Thread Pawel Jakub Dawidek
On Wed, Mar 06, 2013 at 08:04:57AM -0500, John Baldwin wrote: On Tuesday, March 05, 2013 2:35:48 pm Hartmann, O. wrote: On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems (3) the same symptoms)), many services drop a sporadic broken pipe This happesn to

Re: r247839: broken pipe - for top, sudo and ports

2013-03-10 Thread Jilles Tjoelker
On Thu, Mar 07, 2013 at 04:54:01AM -0100, Jan Beich wrote: Jilles Tjoelker jil...@stack.nl writes: On Tue, Mar 05, 2013 at 08:59:09PM +0100, Hartmann, O. wrote: A truss top reveals this, is this of help? [...] stat(/etc/nsswitch.conf,{ mode=-rw-r--r--

Re: r247839: broken pipe - for top, sudo and ports

2013-03-10 Thread Hartmann, O.
Am 03/10/13 21:44, schrieb Pawel Jakub Dawidek: On Wed, Mar 06, 2013 at 08:04:57AM -0500, John Baldwin wrote: On Tuesday, March 05, 2013 2:35:48 pm Hartmann, O. wrote: On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems (3) the same symptoms)), many services drop a

Re: r247839: broken pipe - for top, sudo and ports

2013-03-10 Thread Jan Beich
Jilles Tjoelker jil...@stack.nl writes: On Thu, Mar 07, 2013 at 04:54:01AM -0100, Jan Beich wrote: Jilles Tjoelker jil...@stack.nl writes: On Tue, Mar 05, 2013 at 08:59:09PM +0100, Hartmann, O. wrote: A truss top reveals this, is this of help? [...] stat(/etc/nsswitch.conf,{

Re: r247839: broken pipe - for top, sudo and ports

2013-03-10 Thread Jilles Tjoelker
On Sun, Mar 10, 2013 at 08:26:03PM -0200, Jan Beich wrote: Jilles Tjoelker jil...@stack.nl writes: On Thu, Mar 07, 2013 at 04:54:01AM -0100, Jan Beich wrote: Jilles Tjoelker jil...@stack.nl writes: On Tue, Mar 05, 2013 at 08:59:09PM +0100, Hartmann, O. wrote: A truss top reveals this,

Re: r247839: broken pipe - for top, sudo and ports

2013-03-06 Thread Dimitry Andric
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) ...

Re: r247839: broken pipe - for top, sudo and ports

2013-03-06 Thread O. Hartmann
On 03/06/13 13:29, Dimitry Andric wrote: 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)

Re: r247839: broken pipe - for top, sudo and ports

2013-03-06 Thread John Baldwin
On Tuesday, March 05, 2013 2:35:48 pm Hartmann, O. wrote: On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems (3) the same symptoms)), many services drop a sporadic broken pipe This happesn to system's top (I have to type it several times to get finally a top), it

Re: r247839: broken pipe - for top, sudo and ports

2013-03-06 Thread O. Hartmann
Am 03/06/13 14:04, schrieb John Baldwin: On Tuesday, March 05, 2013 2:35:48 pm Hartmann, O. wrote: On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems (3) the same symptoms)), many services drop a sporadic broken pipe This happesn to system's top (I have to type it

Re: r247839: broken pipe - for top, sudo and ports

2013-03-06 Thread Jilles Tjoelker
On Tue, Mar 05, 2013 at 08:59:09PM +0100, Hartmann, O. wrote: A truss top reveals this, is this of help? [...] stat(/etc/nsswitch.conf,{ mode=-rw-r--r-- ,inode=162310,size=1007,blksize=32768 }) = 0 (0x0) stat(/etc/nsswitch.conf,{ mode=-rw-r--r-- ,inode=162310,size=1007,blksize=32768 }) = 0

Re: r247839: broken pipe - for top, sudo and ports

2013-03-06 Thread Jan Beich
Jilles Tjoelker jil...@stack.nl writes: On Tue, Mar 05, 2013 at 08:59:09PM +0100, Hartmann, O. wrote: A truss top reveals this, is this of help? [...] stat(/etc/nsswitch.conf,{ mode=-rw-r--r-- ,inode=162310,size=1007,blksize=32768 }) = 0 (0x0) stat(/etc/nsswitch.conf,{ mode=-rw-r--r--

r247839: broken pipe - for top, sudo and ports

2013-03-05 Thread Hartmann, O.
On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems (3) the same symptoms)), many services drop a sporadic broken pipe This happesn to system's top (I have to type it several times to get finally a top), it happens to sudo su -, it happens to SSH (drops connection with

Re: r247839: broken pipe - for top, sudo and ports

2013-03-05 Thread Hartmann, O.
On 03/05/13 20:35, Hartmann, O. wrote: On recent FreeBSD 10.0-CURRENT/amd64 (CLANG buildworld, serveral systems (3) the same symptoms)), many services drop a sporadic broken pipe This happesn to system's top (I have to type it several times to get finally a top), it happens to sudo su -,