From owner-freebsd-emulation@freebsd.org Sat Dec 26 18:12:34 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 2C581A53934 for ; Sat, 26 Dec 2015 18:12:34 +0000 (UTC) (envelope-from mike@tela.com) 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 19206112B for ; Sat, 26 Dec 2015 18:12:34 +0000 (UTC) (envelope-from mike@tela.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0A863A53933; Sat, 26 Dec 2015 18:12:34 +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 0944FA53932 for ; Sat, 26 Dec 2015 18:12:34 +0000 (UTC) (envelope-from mike@tela.com) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E680F1122 for ; Sat, 26 Dec 2015 18:12:33 +0000 (UTC) (envelope-from mike@tela.com) Received: by freefall.freebsd.org (Postfix) id DB2641A01; Sat, 26 Dec 2015 18:12:33 +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 DACCB1A00 for ; Sat, 26 Dec 2015 18:12:33 +0000 (UTC) (envelope-from mike@tela.com) Received: from spider3.tela.com (smtp2.tela.com [208.90.22.67]) (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 C46BC1119 for ; Sat, 26 Dec 2015 18:12:33 +0000 (UTC) (envelope-from mike@tela.com) Received: by spider3.tela.com (Postfix, from userid 103) id A803F208E5; Sat, 26 Dec 2015 12:12:32 -0600 (CST) Date: Sat, 26 Dec 2015 12:12:32 -0600 From: Mike Selner To: vbox@freebsd.org Subject: bug fixed/workaround Message-ID: <20151226181232.GA51793@spider3.tela.com> References: <20151226175638.GA37950@spider3.tela.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151226175638.GA37950@spider3.tela.com> X-Mailman-Approved-At: Sat, 26 Dec 2015 19:52:24 +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: Sat, 26 Dec 2015 18:12:34 -0000 On Sat, Dec 26, 2015 at 11:56:38AM -0600, Mike Selner wrote: > Hello, > > I've experienced the same problem with networking when running a vbox guest as described here: > > https://lists.freebsd.org/pipermail/freebsd-net/2014-July/039347.html > > On both 9.3-RELEASE and 10.2-RELEASE. > > The solution given in the post above (increase net.graph.maxdata in /boot/loader.conf) did work for me. > > Can you please add this info to the vbox wiki page and the post-install pkg-message? Hi, I think the above will fix or at least work around the open bug report: "Network: write Failed: Cannot allocate memory" listed on the wiki page: https://wiki.freebsd.org/VirtualBox/ToDo -- Mike