From owner-freebsd-emulation@freebsd.org Sun Dec 27 13:46:01 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 73215A4CC55 for ; Sun, 27 Dec 2015 13:46:01 +0000 (UTC) (envelope-from julian@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 5D43912DB for ; Sun, 27 Dec 2015 13:46:01 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5BFF9A4CC54; Sun, 27 Dec 2015 13:46:01 +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 5B971A4CC53 for ; Sun, 27 Dec 2015 13:46:01 +0000 (UTC) (envelope-from julian@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 4A86412D9 for ; Sun, 27 Dec 2015 13:46:01 +0000 (UTC) (envelope-from julian@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 4994D1BD3; Sun, 27 Dec 2015 13:46:01 +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 493341BD2 for ; Sun, 27 Dec 2015 13:46:01 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2749312D8 for ; Sun, 27 Dec 2015 13:46:00 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-250-125.lns20.per4.internode.on.net [121.45.250.125]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id tBRDjnBb019193 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 27 Dec 2015 05:45:52 -0800 (PST) (envelope-from julian@freebsd.org) To: mike@tela.com, vbox@freebsd.org From: Julian Elischer Subject: Re: bug fixed/workaround (netgraph maxdata) Message-ID: <567FEB87.70009@freebsd.org> Date: Sun, 27 Dec 2015 21:45:43 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 27 Dec 2015 15:48:21 +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: Sun, 27 Dec 2015 13:46:01 -0000 was fixed in -current. I just MFC'd it to 10 so the next 10 should have it. 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