Changes between Initial Version and Version 1 of Ticket #11178, comment 6
- Timestamp:
- Dec 12, 2012 10:00:32 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11178, comment 6
initial v1 1 1 I've attached the patch for vboxnetflt kernel module. You can try in out following these steps (you need to be root): 2 1. go to VirtualBox installation directory (depends on distro, try /usr/share/virtualbox/src/vboxhost); 3 2. apply the patch (patch -p 0 -i <path_to_netflt_conntrack_leak.patch>); 4 3. rebuild the modules (/etc/init.d/vboxdrv setup). 2 1. go to !VirtualBox installation directory (depends on distro, try ''/usr/share/virtualbox/src/vboxhost''); 3 2. apply the patch: 4 {{{ 5 patch -p0 -i <path_to_netflt_conntrack_leak.patch> 6 }}} 7 3. rebuild the modules: 8 {{{ 9 /etc/init.d/vboxdrv setup 10 }}} 5 11 Please let me know the results.