VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1735 - 1737 of 16363)

Ticket Resolution Summary Owner Reporter
#16831 fixed Multiple documentation errors in "run" and "start" subcommands of "VBoxManage guestcontrol" robpats
Description

https://www.virtualbox.org/manual/ch08.html#vboxmanage-guestcontrol

  1. "--exe <path to executable>" is not mandatory.
  2. Examples of "run" and "start" subcommands are wrong.

They are examples of "exec" subcommand in VirtualBox 4.3.

  1. "start Executes a guest program until it completes." is wrong.

According to my observation, "start" subcommand executes a guest program and returns before it completes.

#16827 worksforme v 5.1.22 r115126 (Qt5.6.2) crashed on windows7 SP1 MasterLi
Description

Windows 7 SP1 falls into the blue screen when the virtual machine starts with WinXP SP3 x86 (Version 5.1.22 r115126 (Qt5.6.2).

#16826 fixed Wrong host-only netmask in Windows 10 rui.godinho.lopes
Description

host-only interfaces are being created with the wrong netmask. You can reproduce the problem by following the next steps.

Create a host-only interface:

    VBoxManage hostonlyif create
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interface 'VirtualBox Host-Only Ethernet Adapter #7' was successfully created

Assign it an IP and netmask:

    VBoxManage hostonlyif ipconfig "VirtualBox Host-Only Ethernet Adapter #7" --ip 10.123.0.33 --netmask 255.255.255.224

List host-only interfaces:

    VBoxManage list hostonlyifs
Name:            VirtualBox Host-Only Ethernet Adapter #7
GUID:            4028bf58-b908-47e1-a96a-0b2b9a0f6321
DHCP:            Disabled
IPAddress:       10.123.0.33
NetworkMask:     255.255.255.7
IPV6Address:     fe80:0000:0000:0000:c5ba:3657:c0a8:df00
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:03
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #7

NB as you can see, NetworkMask is incorrectly returned as 255.255.255.7 instead of 255.255.255.224.

List the interface through Windows:

    netsh interface ip show addresses "VirtualBox Host-Only Network #7"
Configuration for interface "VirtualBox Host-Only Network #7"
    DHCP enabled:                         No
    IP Address:                           10.123.0.33
    Subnet Prefix:                        10.123.0.32/27 (mask 255.255.255.224)
    InterfaceMetric:                      25

NB as you can see, the network interface in Windows is correctly configured as 255.255.255.224.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy