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

2013-03-06 Thread Jan Beich
Jilles Tjoelker 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--

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=32

Re: r247829: dbus fails to start. portmaster SIGNAL 13 when doing extraction

2013-03-06 Thread O. Hartmann
Am 03/06/13 18:32, schrieb Jan Beich: > "Hartmann, O." writes: > >> *** [do-extract] Signal 13 > > I have the same issue but it usually happens on `make install'. > And reverting r247804 seems to be the workaround. Can you confirm? I went back as far as r247479 and everything is perfect as i

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

Re: r247829: dbus fails to start. portmaster SIGNAL 13 when doing extraction

2013-03-06 Thread Jan Beich
"Hartmann, O." writes: > *** [do-extract] Signal 13 I have the same issue but it usually happens on `make install'. And reverting r247804 seems to be the workaround. Can you confirm? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

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),

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)

"make buildworld" breaks while compiling sendmail

2013-03-06 Thread Robert Huff
On a system running: FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64 with the source tree at r247826, "make buildworld" fails thus: cc -O -pipe -g -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include

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) ... sendmsg(0x4,0x7fff

Re: Kernel panic on FreeBSD 10.0-CURRENT amd64

2013-03-06 Thread Adam Kirchhoff
On Tue, Mar 5, 2013 at 9:04 PM, Ryan Stone wrote: > On Tue, Mar 5, 2013 at 8:03 PM, Adam Kirchhoff > wrote: > >> I have recently installed 9.1 and attempted to upgrade to 10.0-CURRENT >> yesterday (largely in an effort to test the new radeon DRM code). >> Unfortunately, upon rebooting, I am left

Fwd: Re: zfs send/recv invalid data

2013-03-06 Thread Larry Rosenman
I forgot to add current/stable to the list TL;DR: there seems(!) to be something(!) unclean about an ssh path between an 8.3-STABLE(r247820) and 10.0-CURRENT(r247826) box such that a zfs send stream is corrupted in transit. below is the thread from -fs about it, with sshd configs from both s

CURRENT: "broken pipe" / SIGNAL 13 / no X11 / OpenLDAP/nscd weirdness

2013-03-06 Thread Hartmann, O.
The most recent CURRENT (FreeBSD 10.0-CURRENT #0 r247865: Wed Mar 6 08:52:15 CET 2013/amd64, built with CLANG and CXXFLAGS+= -stdlib=libc++ CXXFLAGS+= -std=c++11 set in /etc/src.conf, for the record) does have some serious issues and I'm wondering why others do not. The