Last active
September 29, 2017 08:44
-
-
Save ntfc/77a5160eb69c3ce4fa88 to your computer and use it in GitHub Desktop.
Revisions
-
ntfc revised this gist
Sep 13, 2016 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,11 +9,7 @@ Install these packages to mount host volumes on the VMs Load modules: * `modprobe vboxdrv vboxnetadp vboxnetflt vboxpci` # Problems -
ntfc revised this gist
Jan 23, 2016 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,11 @@ # VirtualBox Install these packages to mount host volumes on the VMs * `virtualbox` * `virtualbox-host-modules` * `virtualbox-guest-modules` * `virtualbox-guest-iso` * `virtualbox-guest-utils` Load modules: -
ntfc revised this gist
Jan 23, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Load modules: * `vboxnetadp` * `vboxnetflt` * `vboxpci` * `vboxnetadp` (it's the fix from the problem below) # Problems -
ntfc revised this gist
Nov 22, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # VirtualBox Install these packages to mount host volumes on the VMs * `virtualbox-guest-modules` * `virtualbox-guest-iso` Load modules: -
ntfc revised this gist
Nov 22, 2015 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,13 @@ # VirtualBox Install package `virtualbox-guest-modules` to mount host volumes on the VMs Load modules: * `vboxdrv` * `vboxnetadp` * `vboxnetflt` * `vboxpci` # Problems -
ntfc revised this gist
Nov 22, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,15 @@ # VirtualBox Install package `virtualbox-guest-modules` Load modules: * `vboxdrv` * `vboxnetadp` * `vboxnetflt` * `vboxpci` * `vboxsf` * `vboxguest` * `vboxvideo` # Problems -
ntfc revised this gist
Nov 18, 2015 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,10 @@ Load modules: * `vboxdrv` * `vboxnetadp` * `vboxnetflt` * `vboxpci` # Problems -
ntfc revised this gist
Nov 18, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,4 +21,4 @@ VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNe VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg*)" at line 71 of file VBoxManageHostonly.cpp ``` **Solution:** modprobe `vboxnetadp` -
ntfc revised this gist
Nov 18, 2015 . No changes.There are no files selected for viewing
-
ntfc created this gist
Nov 18, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # VirtualBox Load modules: * `sudo modprobe vboxdrv` * `sudo modprobe vboxnetadp` # Problems ``` There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif", "create"] Stderr: 0%... Progress state: NS_ERROR_FAILURE VBoxManage: error: Failed to create the host-only adapter VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg*)" at line 71 of file VBoxManageHostonly.cpp ``` *Solution:* modprobe `vboxnetadp`