VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 16363)

Ticket Resolution Summary Owner Reporter
#20198 fixed Virtualbox Linux vboxnetflt driver cannot be built with 5.11 kernel => fixed in svn/6.1.x x>18 BP cloudsw
Description

Failed to rebuild drivers after installing 5.11 kernel:

$sudo vboxconfig vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong.

There were problems setting up VirtualBox. To re-start the set-up process, run

/sbin/vboxconfig

as root. If your system is using EFI Secure Boot you may need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.

vbox-setup.log is attached

/tmp/vbox.0/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltNeedsLinkState’:
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:1761:47: error: dereferencing pointer to incomplete type ‘const struct ethtool_ops’
 1761 |     if (pDev->ethtool_ops && pDev->ethtool_ops->get_drvinfo)
      |                                               ^~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:1763:32: error: storage size of ‘Info’ isn’t known
 1763 |         struct ethtool_drvinfo Info;
      |                                ^~~~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:1766:20: error: ‘ETHTOOL_GDRVINFO’ undeclared (first use in this function)
 1766 |         Info.cmd = ETHTOOL_GDRVINFO;
      |                    ^~~~~~~~~~~~~~~~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:1766:20: note: each undeclared identifier is reported only once for each function it appears in
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:1763:32: warning: unused variable ‘Info’ [-Wunused-variable]
 1763 |         struct ethtool_drvinfo Info;
      |                                ^~~~
make[2]: *** [scripts/Makefile.build:279: /tmp/vbox.0/linux/VBoxNetFlt-linux.o] Error 1
make[1]: *** [Makefile:1800: /tmp/vbox.0] Error 2
make: *** [/tmp/vbox.0/Makefile-footer.gmk:117: vboxnetflt] Error 2
#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">

#21113 fixed VBoxManage controlvm 'setlinkstateN' and 'nictraceN' don't work in 7.0 => fixed in svn/7.0.0 BP HaotongYang
Description

"C:\Program Files\Oracle\VirtualBox\VBoxmanage.exe" controlvm "VMname" setlinkstate1 on Oracle VM VirtualBox Command Line Management Interface Version 7.0.0_BETA2 Copyright (C) 2005-2022 Oracle and/or its affiliates

VBoxManage.exe: error: Invalid link state 'on'.

Usage:

VBoxManage controlvm <uuid | vmname> setlinkstateN <on | off>


"C:\Program Files\Oracle\VirtualBox\VBoxmanage.exe" controlvm "VMname" nictrace1 on Oracle VM VirtualBox Command Line Management Interface Version 7.0.0_BETA2 Copyright (C) 2005-2022 Oracle and/or its affiliates

VBoxManage.exe: error: Invalid nictrace1 argument 'on'.

Usage:

VBoxManage controlvm <uuid | vmname> nictraceN <on | off>

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