From owner-freebsd-current@freebsd.org Mon May 30 08:54:36 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C92DB536A7 for ; Mon, 30 May 2016 08:54:36 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30D201F02; Mon, 30 May 2016 08:54:36 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1b7Ixv-003NYA-PY>; Mon, 30 May 2016 10:54:27 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1b7Ixv-003Baz-Fz>; Mon, 30 May 2016 10:54:27 +0200 Date: Mon, 30 May 2016 10:54:21 +0200 From: "O. Hartmann" To: Mark Johnston Cc: "Ngie Cooper (yaneurabeya)" , FreeBSD CURRENT Subject: Re: r 300949: rpcbind rejects to start: couldn't create ip6 socket Message-ID: <20160530105421.75a44be4@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20160529195035.GA89115@raichu> References: <20160529093230.68a5da55.ohartman@zedat.fu-berlin.de> <20160529133907.4566f2bf.ohartman@zedat.fu-berlin.de> <20160529195035.GA89115@raichu> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 08:54:36 -0000 On Sun, 29 May 2016 12:50:35 -0700 Mark Johnston wrote: > On Sun, May 29, 2016 at 01:39:07PM +0200, O. Hartmann wrote: > > Recompiled sources with flag -DNO_CLEAN (I mention this because it might > > have impact). > > > > After that, I tried restarting rpcbind via: > > > > root@localhost: [src] service rpcbind restart > > rpcbind not running? > > Starting rpcbind. > > rpcbind debugging enabled. > > can't get local ip6 address: hostname nor servname provided, or not known > > couldn't create ip6 socketSegmentation fault (core dumped) > > /etc/rc.d/rpcbind: WARNING: failed to start rpcbind > > > > > > Now the "segmentation fault" is new. I regret not having the core or any > > more infos on that, I disabled all core dumping options and debugging > > facilities on that host of mine ... > > The segfault should be addressed by r300972 - could you give that > revision a try? [...] I did, and on several systems, the upgrade from r300830 to r300985 went without problems, but the systems I discovered the problem are to be updated this evening. But so far, it seems to be fixed. Thank you very much.