VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (430 - 432 of 16363)

Ticket Resolution Summary Owner Reporter
#2208 fixed vboxmanage showvminfo does not show IDE controller type Terry Ellison
Description

When trying to diagnose user problems with configurations, I would thought that showvminfo would allow you to do a full comparison, but it doesn't include the the controller type. I had thought that this should be a 6 line change to VBoxManage.cpp, but looking through the SDK API, I can't find how to get this through the SDK which is probalby why you don't show it.

Perhaps you've missed this in your abstraction model. You don't actually have an IHostIDEInterface (or a IHostiSCSInterface or IHostSATAInterface for that matter). You need to rethink and tidy up your class hierarchy here.

The machine state should be fully browsable and controllable through the SDK API.

#15008 fixed vboxmanage should honnor SIGTERM Cédric Cabessa
Description

For long operation (like clonevm) we may want to cancel the operation. Today this doable by sending the SIGINT signal on linux (ctrl+c). However when using vboxmanage in another application, it is standard to send a SIGTERM (for exemple, in Qt this is what QProcess:terminate() do).

But vboxmanage do not handle SIGTERM which result in a abrupt termination

In attachment a simple patch doing this.

#18438 duplicate vboxmanage segmentation fault - VirtualBox 6.0.4 on macOS Colin Ng
Description

If I run vboxmanage showinfo for a VM that has a USB device attached, it will segfault.

Test Environment: Windows 10 Enterprise as Guest, and a Microsoft USB Keyboard is attached to the VM.

$ VBoxManage showvminfo fda6332f-200d-4233-b5fa-6c1c42b48858 --machinereadable
name="dotNet-Dev_default_1550141311674_66490"
groups="/"
ostype="Windows 10 (64-bit)"
UUID="fda6332f-200d-4233-b5fa-6c1c42b48858"
CfgFile="/Library/Virtual Machines/dotNet-Dev_default_1550141311674_66490/dotNet-Dev_default_1550141311674_66490.vbox"
SnapFldr="/Library/Virtual Machines/dotNet-Dev_default_1550141311674_66490/Snapshots"
LogFldr="/Library/Virtual Machines/dotNet-Dev_default_1550141311674_66490/Logs"
hardwareuuid="fda6332f-200d-4233-b5fa-6c1c42b48858"
memory=2048
pagefusion="off"
vram=128
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="disk"
boot2="dvd"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="hyperv"
VMState="running"
VMStateChangeTime="2019-02-14T20:23:38.044000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollerbootable0="on"
"IDE Controller-0-0"="/Library/Virtual Machines/dotNet-Dev_default_1550141311674_66490/windows_10_dotnet-dev-disk001.vmdk"
"IDE Controller-ImageUUID-0-0"="05733500-ebc6-4447-99fe-d94e2ff6b548"
"IDE Controller-0-1"="/Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso"
"IDE Controller-ImageUUID-0-1"="d2fb2364-c348-42ef-a523-99d7cbe19747"
"IDE Controller-tempeject"="off"
"IDE Controller-IsEjected"="off"
"IDE Controller-1-0"="none"
"IDE Controller-1-1"="none"
natnet1="nat"
macaddress1="08002737FD6C"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="rdp,tcp,,3389,,3389"
Forwarding(1)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(2)="winrm,tcp,127.0.0.1,55985,,5985"
Forwarding(3)="winrm-ssl,tcp,127.0.0.1,55986,,5986"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_in="off"
audio_out="off"
clipboard="bidirectional"
draganddrop="disabled"
SessionName="headless"
VideoMode="1176,725,32"@0,0 1
vrde="on"
vrdeport=5921
vrdeports="5921"
vrdeaddress="127.0.0.1"
vrdeauthtype="null"
vrdemulticon="off"
vrdereusecon="off"
vrdevideochannel="off"
vrdeproperty[TCP/Ports]="5921"
vrdeproperty[TCP/Address]="127.0.0.1"
vrdeproperty[VideoChannel/Enabled]=<not set>
vrdeproperty[VideoChannel/Quality]=<not set>
vrdeproperty[VideoChannel/DownscaleProtection]=<not set>
vrdeproperty[Client/DisableDisplay]=<not set>
vrdeproperty[Client/DisableInput]=<not set>
vrdeproperty[Client/DisableAudio]=<not set>
vrdeproperty[Client/DisableUSB]=<not set>
vrdeproperty[Client/DisableClipboard]=<not set>
vrdeproperty[Client/DisableUpstreamAudio]=<not set>
vrdeproperty[Client/DisableRDPDR]=<not set>
vrdeproperty[H3DRedirect/Enabled]=<not set>
vrdeproperty[Security/Method]=<not set>
vrdeproperty[Security/ServerCertificate]=<not set>
vrdeproperty[Security/ServerPrivateKey]=<not set>
vrdeproperty[Security/CACertificate]=<not set>
vrdeproperty[Audio/RateCorrectionMode]=<not set>
vrdeproperty[Audio/LogPath]=<not set>
usb="on"
ehci="on"
xhci="off"
USBFilterActive1="on"
USBFilterName1="Apple Inc. Bluetooth USB Host Controller [0150]"
USBFilterVendorId1="05ac"
USBFilterProductId1="8289"
USBFilterRevision1="0150"
USBFilterManufacturer1="Apple Inc."
USBFilterProduct1="Bluetooth USB Host Controller"
USBFilterRemote1="0"
USBFilterSerialNumber1=""
Segmentation fault: 11
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