VirtualBox

Changes between Initial Version and Version 1 of Ticket #16698


Ignore:
Timestamp:
Apr 26, 2017 6:55:49 AM (7 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16698

    • Property Priority blockermajor
  • Ticket #16698 – Description

    initial v1  
    1111for controlling VirtualBox. The command and stderr is shown below.
    1212
    13 '''Command: ["hostonlyif", "ipconfig", "vboxnet3", "--ip", "10.0.10.1", "--netmask", "255.255.255.0"]'''
    14 
    15 '''Stderr: VBoxManage: error: The host network interface named 'vboxnet3' could not be found
     13Command:
     14{{{
     15["hostonlyif", "ipconfig", "vboxnet3", "--ip", "10.0.10.1", "--netmask", "255.255.255.0"]
     16}}}
     17Stderr:
     18{{{
     19VBoxManage: error: The host network interface named 'vboxnet3' could not be found
    1620VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component HostWrap, interface IHost, callee nsISupports
    1721VBoxManage: error: Context: "FindHostNetworkInterfaceByName(Bstr(pszName).raw(), hif.asOutParam())" at line 231 of file VBoxManageHostonly.cpp'''
    18 
     22}}}
    1923
    2024It works If I remove above setting from vagrantfile..I'm mounting /dev/vboxdrv and /dev/vboxnetctl from host to the container..Could you pls let me know If I need to mount any other files or need to update the container?

© 2023 Oracle
ContactPrivacy policyTerms of Use