VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1390 - 1392 of 16363)

Ticket Resolution Summary Owner Reporter
#11654 obsolete Segmentation fault when on release of non-existing harddrive from non-existing virtual machine GabrielVlasiu
Description
  1. Start virtualbox.
  2. Start virtual machine.
  3. Power-off virtual machine.
  4. Close virtualbox.
  5. Move virtual machine from the VirtualBox VMs directory.
  6. Start virtualbox.

One or more virtual hard disks, CD/DVD or floppy media are not currently accessible. As a result, you will not be able to operate virtual machines that use these media until they become accessible later.

Press Check to open the Virtual Media Manager window and see what media are inaccessible, or press Ignore to ignore this message.

[Check] [Ignore]

  1. Choose "Check".
  2. In the new window select missing virtual harddrive.
  3. Press release button.

Are you sure you want to release the hard disk ... [Release] [Cancel]

  1. Choose "Release".
  2. Error message about failing to save setting for virtual machine.

[OK] [Copy]

  1. Choose "OK".
  2. Segmentation fault.
#15423 duplicate Kernel modules fail to compile on latest RHEL 6.8 kernel GabrielVlasiu
Description
  CC [M]  /var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.o
/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltLinuxPacketHandler’:
/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.c:939: error: implicit declaration of function ‘vlan_tx_tag_present’
/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.c:949: error: implicit declaration of function ‘vlan_tx_tag_get’
make[2]: *** [/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt/linux/VBoxNetFlt-linux.o] Error 1
make[1]: *** [/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build/vboxnetflt] Error 2
make: *** [_module_/var/lib/dkms/vboxhost/5.0.18-1.centos6g/build] Error 2
make: Leaving directory `/usr/src/kernels/2.6.32-642.el6.x86_64'

# uname -r 2.6.32-642.el6.x86_64

Changing vlan_tx_tag_get to skb_vlan_tag_get and vlan_tx_tag_present to skb_vlan_tag_present allowed kernel module to be built and function. Maybe changeset 58845 should also include RHEL 6.8.

#16669 fixed VirtualBox 5.1.20 build failed GabrielVlasiu
Description

VirtualBox 5.1.20 cannot be built.

$ . ./env.sh
$ kmk VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= all
....
kBuild: Linking SUPR3Static
kBuild: Installing SUPR3Static => /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/out/linux.amd64/release/lib/SUPR3Static.a
kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/SUPR3HardenedNoCrt.cpp
kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
kmk: *** No rule to make target `/home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp', needed by `/home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/out/linux.amd64/release/obj/SUPR3HardenedStatic/posix/SUPR3HardenedMain-posix.o'.  Stop.

Investigating VirtualBox-5.1.20/src/VBox/HostDrivers/Support/Makefile.kmk file I found that there are two missing files in archive (maybe more?):

posix/SUPR3HardenedMain-posix.cpp
posix/SUPR3HardenedMainA-posix.asm

There is no posix directory there.

The Makefile.kmk file from SVN (latest) does not have the whole section:

# Things specific to the posix crowd.
if1of ($(KBUILD_TARGET), linux darwin solaris)
...
endif

How this this section ended in Makefile.kmk?

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