From owner-freebsd-questions@freebsd.org Fri Aug 4 10:10:29 2017 Return-Path: Delivered-To: freebsd-questions@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 27622DD1413 for ; Fri, 4 Aug 2017 10:10:29 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from outmx-028.london.gridhost.co.uk (outmx-028.london.gridhost.co.uk [95.142.156.253]) (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 D529D2BD6 for ; Fri, 4 Aug 2017 10:10:28 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from curlew.milibyte.co.uk (unknown [82.71.56.121]) (Authenticated sender: mailpool@milibyte.co.uk) by outmx-028.london.gridhost.co.uk (Postfix) with ESMTPA id 010852070D90C for ; Fri, 4 Aug 2017 11:03:34 +0100 (BST) Received: from [192.168.1.13] (helo=curlew) by curlew.milibyte.co.uk with esmtp (Exim 4.89) (envelope-from ) id 1ddZYh-0000wi-0K for freebsd-questions@freebsd.org; Fri, 04 Aug 2017 11:10:20 +0100 Date: Fri, 4 Aug 2017 11:10:18 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Message-ID: <20170804111018.5f4459b2@curlew> In-Reply-To: <20170803125642.4e4133ff@curlew> References: <20170802211628.1e40814f@curlew> <20170802190734.3f95f36e@Papi> <20170803125642.4e4133ff@curlew> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: VirtualBox bridged networking stopped working after upgrading host to 11.1 RELEASE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 10:10:29 -0000 On Thu, 3 Aug 2017 12:56:42 +0100 Mike Clarke wrote: > It looks like the problem is related to virtualbox-ose-kmod installed > from the FreeBSD package repository not being compatible with 11.1. > > I'm running virtualbox-ose-5.1.26 and virtualbox-ose-kmod-5.1.26 on > 11.1-RELEASE. Rebuilding virtualbox-ose-kmod from ports and keeping > virtualbox-ose from packages fixed the problem. On further thoughts I suppose there's no way of avoiding this. virtualbox-ose-kmod requires kernel source files in /usr/src in order to build so we can't assume that virtualbox-ose-kmod from the package repository will be compatible with any release version above x.0 -- Mike Clarke