From owner-freebsd-emulation@freebsd.org Wed Nov 18 19:56:51 2015 Return-Path: Delivered-To: freebsd-emulation@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 64719A32F7B for ; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 460B415BA for ; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 42BE3A32F7A; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) Delivered-To: emulation@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 42510A32F79 for ; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA1E15B9 for ; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 29D6B1A50; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by freefall.freebsd.org (Postfix) with ESMTP id 291CC1A4F for ; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 17BFF15B8 for ; Wed, 18 Nov 2015 19:56:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAIJuoDw027774 for ; Wed, 18 Nov 2015 19:56:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: maintainer-feedback requested: [Bug 204665] emulators/virtualbox-ose: boot time hang on CURRENT Date: Wed, 18 Nov 2015 19:56:50 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Wed, 18 Nov 2015 21:02:54 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 19:56:51 -0000 Michael Galassi has reassigned Bugzilla Automation 's request for maintainer-feedback to vbox@FreeBSD.or= g: Bug 204665: emulators/virtualbox-ose: boot time hang on CURRENT https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204665 --- Description --- Created attachment 163298 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D163298&action= =3Dedit VBoxManage list hostonlyifs output The line: LD_LIBRARY_PATH=3D/usr/local/lib /usr/local/bin/VBoxManage list hostonlyifs >/dev/null in file: /usr/local/etc/rc.d/vboxnet Hangs on boot. It is interruptible (stuck in a poll loop). This seems to b= e a regression with 4.3.34. The same command run after boot hangs too. I reproduced this on a system where I built from ports as well as one where= I installed using pkg. [root@penguin ~]# pkg info | grep virtualbox virtualbox-ose-4.3.34_1 General-purpose full virtualizer for x86 hardware virtualbox-ose-additions-4.3.34 VirtualBox additions for FreeBSD guests virtualbox-ose-kmod-4.3.34 VirtualBox kernel module for FreeBSD [root@penguin ~]# kldstat | grep vbox 8 1 0xffffffff81621000 2704a vboxguest.ko 10 2 0xffffffff8164d000 29de vboxnetflt.ko 12 2 0xffffffff8165c000 45d20 vboxdrv.ko 14 1 0xffffffff816a7000 3f6c vboxnetadp.ko I've attached the output of truss /usr/local/bin/VBoxManage list hostonlyifs=