Date: Tue, 12 Jan 2016 15:42:25 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405888 - head/emulators/virtualbox-ose Message-ID: <201601121542.u0CFgPx4045154@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Tue Jan 12 15:42:25 2016 New Revision: 405888 URL: https://svnweb.freebsd.org/changeset/ports/405888 Log: - Add workaround for "Network: write Failed: Cannot allocate memory" errors Submitted by: Mike Selner <mike@tela.com> Modified: head/emulators/virtualbox-ose/pkg-message Modified: head/emulators/virtualbox-ose/pkg-message ============================================================================== --- head/emulators/virtualbox-ose/pkg-message Tue Jan 12 15:34:54 2016 (r405887) +++ head/emulators/virtualbox-ose/pkg-message Tue Jan 12 15:42:25 2016 (r405888) @@ -49,6 +49,9 @@ Troubleshooting: Running VirtualBox as non-root user may fail with a fatal error NS_ERROR_FACTORY_NOT_REGISTERED. In this case delete /tmp/.vbox-*-ipc file. +If you experience "Network: write Failed: Cannot allocate memory" errors +try to increase net.graph.maxdata in /boot/loader.conf + Check wiki page for known issues and troubleshooting: http://wiki.freebsd.org/VirtualBox
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601121542.u0CFgPx4045154>