From owner-freebsd-testing@FreeBSD.ORG Tue Jun 10 19:01:54 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 494FCA3E; Tue, 10 Jun 2014 19:01:54 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D87627F6; Tue, 10 Jun 2014 19:01:53 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id pv20so4222182lab.36 for ; Tue, 10 Jun 2014 12:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5769kDRIX79tWcyli7KRrjvXrsTrWOuF8qmznu6hi8A=; b=JdSsv9gBCv8zIPeu4nqEUyXm9J96+0q63ek0vfiH4lzx7q33oxMPxmpvlOwIbt+gbg pwfRT6Q+oPEjZgxpa6FvA+cvAjrLpwARmThLll32lANgQvNAlQ2ZjsI5zDMDLd8cfn04 bS8pOsjpNJ7uxk202/4EjqR3XBDKpYyBH0oTUgbSwVgQXkgL31qeLqhPwnQ0AIIbf/aL X77+RWe7NFSnqzmXSiUv/WNsVj3HMCnJzK9kErSRMcVjqPTwXYmY0a7RmSEtpfrQlDYW 7VTNN2fXWJJ9bG/ZowRtGtye2uMGNIeagcc/ouhFgBTKreTz/71efZ6/XBR349OfpllO aGDQ== MIME-Version: 1.0 X-Received: by 10.152.87.20 with SMTP id t20mr2397001laz.79.1402426911351; Tue, 10 Jun 2014 12:01:51 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Tue, 10 Jun 2014 12:01:51 -0700 (PDT) In-Reply-To: <20140610175420.GC61743@kloomba> References: <20140610114342.GA11194@dev.san.ru> <20140610175420.GC61743@kloomba> Date: Tue, 10 Jun 2014 12:01:51 -0700 X-Google-Sender-Auth: H-_EjKoONKpXFj6JhiWuajk2xZw Message-ID: Subject: Re: libvirt and bhyve problems From: Craig Rodrigues To: Roman Bogorodskiy Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , Roman Bogorodskiy , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 19:01:54 -0000 On Tue, Jun 10, 2014 at 10:54 AM, Roman Bogorodskiy wrote: > This warning is not critical. Actually, UML should not be built on > FreeBSD and I would need to disable it by default. For now I think the > proper fix is to configure with '--without-uml' flag. > > As for the segfault, I think I have a guess. > > Could you please drop '--without-network' from CONFIGURE_ARGS in the > port's Makefile and try to rebuild? > > Roman Bogorodskiy OK, I dropped --without-network from CONFIGURE_ARGS and rebuilt the port. I am still getting the coredump, but am getting different errors: 2014-06-10 18:59:22.713+0000: 34485593088: info : libvirt version: 1.2.5 2014-06-10 18:59:22.713+0000: 34485593088: warning : virDriverLoadModule:63 : Module /usr/local/lib/libvirt/connection-driver/libvirt_driver_network.so not accessible 2014-06-10 18:59:22.715+0000: 34485593088: error : virDriverLoadModule:71 : failed to load module /usr/local/lib/libvirt/connection-driver/libvirt_driver_qemu.so /usr/local/lib/libvirt/connection-driver/libvirt_driver_qemu.so: Undefined symbol "networkAllocateActualDevice" 2014-06-10 18:59:22.716+0000: 34485593088: error : virDriverLoadModule:71 : failed to load module /usr/local/lib/libvirt/connection-driver/libvirt_driver_uml.so /usr/local/lib/libvirt/connection-driver/libvirt_driver_uml.so: Undefined symbol "inotify_add_watch" 2014-06-10 18:59:22.845+0000: 34485605376: info : virDomainObjListLoadAllConfigs:18249 : Scanning for configs in /usr/local/etc/libvirt/bhyve 2014-06-10 18:59:22.845+0000: 34485605376: info : virDomainObjListLoadAllConfigs:18273 : Loading config file 'bhyve.xml' 2014-06-10 18:59:22.847+0000: 34485605376: error : do_open:1166 : no connection driver available for qemu:///system 2014-06-10 18:59:42.273+0000: 34485598208: error : virNetDevBridgeAddPort:399 : Unable to add bridge tap0 port vnet7: Invalid argument Segmentation fault (core dumped)