VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (454 - 456 of 16363)

Ticket Resolution Summary Owner Reporter
#20215 invalid Debian package source treats "buster" release as a downgrade Jake Anderson
Description

I was recently trying to resolve package conflicts on a Debian system with the virtualbox-6.1 package installed on it and I had to force installation of version "6.1.18-142142~Debian~buster" which warned as a downgrade from "6.1.18-142142~Debian~jessie" even though jessie is the code name for the out-of-support Debian 8 and buster is Debian 10. I'm not sure if this is an issue for new installs or only because I have done so many distribution upgrades but I wanted to call attention to it. It seems like it's relying on the alpha sorting that presumes since buster comes first that it is an older version.

The issue that raised this for me is that the "jessie" version depends on libcurl3 and I wasn't able to install curl because it depended on libcurl4 and was attempting to remove virtualbox entirely on install. I can't think of more details right now but if there are questions I'll do my best to answer them.

#20213 fixed VirtualBox 6.1.18 VM fails to start when using e.g. port 32 of virtio-scsi controller => fixed in SVN/next maintenance Thomas Dreibholz
Description

I created a new VM with VirtIO controller. Port 0: HDD, Port 1: CD-ROM (empty). The VM starts, as expected.

After change of the CD-ROM port from 1 to 32, starting the VM fails: The VM session was aborted.

Result Code: NS_ERROR_FAILURE (0x80004005) Component: SessionMachine Interface: ISession {c0447716-ff5a-4795-b57a-ecd5fffa18a4}

Difference in the VBox file:

<StorageController name="VirtIO" type="VirtioSCSI" PortCount="30" useHostIOCache="false" Bootable="true">

---

<StorageController name="VirtIO" type="VirtioSCSI" PortCount="33" useHostIOCache="false" Bootable="true">

87c87 < <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/> ---

<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="32" device="0"/>

The full vbox files and the log file of the failure are attached.

#20212 fixed VirtualBox 6.1.18: virtio-scsi export error => fixed in svn/6.1.x x>36 BP Thomas Dreibholz
Description

I created a new VM with AHCI controller. Port 0: HDD, Port 1: CD-ROM (empty). Export to OVA works fine.

I changed the controller type from AHCI to VirtIO. After that, export fails:

Cannot handle medium attachment: storageBus is 8, channel is 0, device is 0.

Result Code: VBOX_E_NOT_SUPPORTED (0x80BB0009) Component: MachineWrap Interface: IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}

VBox of OK case (AHCI) and bad case (VirtIO) files are attached. The only difference is: < <StorageController name="VirtIO" type="VirtioSCSI" PortCount="30" useHostIOCache="false" Bootable="true"> ---

<StorageController name="VirtIO" type="AHCI" PortCount="30" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">

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