From owner-freebsd-virtualization@freebsd.org Tue Jun 6 12:03:48 2017 Return-Path: Delivered-To: freebsd-virtualization@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 8D360BFED2C; Tue, 6 Jun 2017 12:03:48 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E0CA65346; Tue, 6 Jun 2017 12:03:48 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v56C3km9064149; Tue, 6 Jun 2017 14:03:46 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 1A1B68DC; Tue, 6 Jun 2017 14:03:46 +0200 (CEST) Message-ID: <59369A15.2010901@omnilan.de> Date: Tue, 06 Jun 2017 14:03:33 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org, FreeBSD virtualization Subject: 11.1-pre runtime Undefined symbol "xdr_accepted_reply" /lib/libc.so.7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Tue, 06 Jun 2017 14:03:46 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 12:03:48 -0000 Hello, suddenly, I'm getting this error: /lib/libc.so.7: Undefined symbol "xdr_accepted_reply" Very mysterious: It showed up on a running system, which worked flawlessly for some hours. And that host has root-fs (/) mounted readonly from a memorydisk. So to my understanding, it's completely impossible that /lib/libc.so.7 is corrupted since last boot. I'm completely out of ideas what could cause this strange error during "normal" operation. Normal operation in this case is serving as a bhyve test machine. I first noticed that error after one guest - with passthru device attached - was shut down. My suspicion is some undiscovered passthru interference... Since I noticed one other _very_ strange passthru-effect: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215740 Thanks for any hints, -harry