diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2016-01-12 15:42:25 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2016-01-12 15:42:25 +0000 |
commit | 2ecfb8ea64a8f5cccc2a0c065104464806389ee8 (patch) | |
tree | 52242fff63b7371dfcd3c6a077ee7825b86b8467 | |
parent | d7e46838edd98c18bdcab7751331a9635ebe1ff2 (diff) | |
download | ports-2ecfb8ea64a8f5cccc2a0c065104464806389ee8.tar.gz ports-2ecfb8ea64a8f5cccc2a0c065104464806389ee8.zip |
- Add workaround for "Network: write Failed: Cannot allocate memory" errors
Submitted by: Mike Selner <mike@tela.com>
Notes
Notes:
svn path=/head/; revision=405888
-rw-r--r-- | emulators/virtualbox-ose/pkg-message | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/pkg-message b/emulators/virtualbox-ose/pkg-message index 93aa94f86927..8bd955aa1f29 100644 --- a/emulators/virtualbox-ose/pkg-message +++ b/emulators/virtualbox-ose/pkg-message @@ -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 |