From owner-freebsd-emulation@freebsd.org Thu Jul 27 16:52:57 2017 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 4761FDAAE81 for ; Thu, 27 Jul 2017 16:52:57 +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 2354582B78 for ; Thu, 27 Jul 2017 16:52:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 22B33DAAE7D; Thu, 27 Jul 2017 16:52:57 +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 2255EDAAE7C for ; Thu, 27 Jul 2017 16:52:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E842F82B76 for ; Thu, 27 Jul 2017 16:52:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 3469D8808; Thu, 27 Jul 2017 16:52:56 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 1F4758807 for ; Thu, 27 Jul 2017 16:52:56 +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 481C482B75 for ; Thu, 27 Jul 2017 16:52:55 +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 v6RGqsTe088692 for ; Thu, 27 Jul 2017 16:52:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 221050] emulators/virtualbox-ose: Bridged network doesn't work (11.1-RELEASE) Date: Thu, 27 Jul 2017 16:52:55 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: steinex@nognu.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 27 Jul 2017 17:30:15 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 27 Jul 2017 16:52:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221050 --- Comment #5 from steinex@nognu.de --- Some more details. This is from 2017Q3 packages: * I have no firewall or whatsoever in place on the host. * Attached is VBox.log when running an OpenBSD guest where bridged networki= ng does not work. It doesn't work for any guest though, no matter what OS as f= ar as I can tell. I can't spot obvious errors the log though. ** The interface to be bridged is em0 (Intel(R) 82579V Gigabit Network Devi= ce). ** Symptom is DHCP-requests just time out. * I don't know if its important but I thought it may be worth mentioning. W= hen doing "/usr/local/etc/rc.d/vboxnet onestop" to unload the modules again, dm= esg shows: "Warning: memory type iprtheap leaked memory on destroy (2 allocatio= ns, 128 bytes leaked)." * When trying to build virtualbox-ose from ports 2017Q3-branch (any depende= ncy but virtualbox-ose-kmod is already installed from packages at this point, including kBuild), build failure log is attached as virtualbox-ose-buildfailure.txt * When trying to build virtualbox-ose from ports 2017Q3-branch (any depende= ncy but virtualbox-ose-kmod and kBuild are already installed from packages at t= his point, build failure log is attached as kBuild-buildfailure.txt Please tell me if I can supply any more details. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=