VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1198 - 1200 of 16363)

Ticket Resolution Summary Owner Reporter
#18213 fixed Install/Build Guestadditions on SLES12SP4 failed -> fixed after (not in) 6.0.0/5.2.22 and in test builds SUSI
Description

Install / build guest addition in SLES12SP4 guest will fail (see below): SLES12SP4 has the same Kernel as SLES15. Please adappt in file src/vboxguest-6.0.0/vboxvideo/vbox_mode.c line 355 => SLES15 and SLES12SP4

...

/tmp/vbox.0/.tmp_vbox_mode.o /tmp/vbox.0/vbox_mode.c

/tmp/vbox.0/vbox_mode.c: In function ‘vbox_best_single_encoder’: /tmp/vbox.0/vbox_mode.c:359:3: warning: passing argument 2 of ‘drm_encoder_find’ makes pointer from integer without a cast [enabled by default]

return drm_encoder_find(connector->dev, enc_id);

In file included from /tmp/vbox.0/vbox_drv.h:85:0,

from /tmp/vbox.0/vbox_mode.c:35:

/usr/src/linux-4.12.14-95.3/include/drm/drm_encoder.h:216:35: note: expected ‘struct drm_file *’ but argument is of type ‘int’

static inline struct drm_encoder *drm_encoder_find(struct drm_device *dev,

/tmp/vbox.0/vbox_mode.c:359:3: error: too few arguments to function ‘drm_encoder_find’

return drm_encoder_find(connector->dev, enc_id);

In file included from /tmp/vbox.0/vbox_drv.h:85:0,

from /tmp/vbox.0/vbox_mode.c:35:

/usr/src/linux-4.12.14-95.3/include/drm/drm_encoder.h:216:35: note: declared here

static inline struct drm_encoder *drm_encoder_find(struct drm_device *dev,

/usr/src/linux-4.12.14-95.3/scripts/Makefile.build:326: recipe for target '/tmp/vbox.0/vbox_mode.o' failed make[4]: * tmp/vbox.0/vbox_mode.o Error 1 /usr/src/linux-4.12.14-95.3/Makefile:1564: recipe for target '_module_/tmp/vbox.0' failed make[3]: * [_module_/tmp/vbox.0] Error 2 Makefile:152: recipe for target 'sub-make' failed make[2]: * [sub-make] Error 2 Makefile:24: recipe for target 'sub-make' failed make[1]: * [sub-make] Error 2 /tmp/vbox.0/Makefile.include.footer:106: recipe for target 'vboxvideo' failed make: * [vboxvideo] Error 2

#18211 invalid Adding physical DVD drive in FreeBSD causes segfault dbarowy
Description

I have the following two FreeBSD ports installed:

virtualbox-ose-kmod-5.2.22     VirtualBox kernel module for FreeBSD
virtualbox-ose-nox11-5.2.22_1  General-purpose full virtualizer for x86 hardware

I am able to start up and use VirtualBox VMs, mostly without any issues, except when I add a physical drive. If I do the following:

  1. attach an empty DVD drive:
VBoxManage storageattach MyVM --storagectl "SATA Controller" --port 1 --device 0 --type dvddrive --medium emptydrive
  1. then start the VM:
VBoxHeadless --startvm MyVM
  1. then, after the machine boots, connect the VM to the physical DVD drive:
VBoxManage storageattach MyVM --storagectl "SATA Controller" --port 1 --device 0 --type dvddrive --medium host:/dev/cd0

I see the following in my console:

VBoxManage: error: The object functionality is limited
VBoxManage: error: Details: code E_ACCESSDENIED (0x80070005), component MachineWrap, interface IMachine, callee nsISupports
VBoxManage: error: Context: "MountMedium(Bstr(pszCtl).raw(), port, device, pMedium2Mount, fForceUnmount)" at line 763 of file VBoxManageStorageController.cpp

And in the console where I have VBoxHeadless running, I see

Segmentation fault

This is confirmed by /var/log/messages on the host, which says:

Dec 20 09:17:00 fbsdhost kernel: pid 77625 (VBoxHeadless), uid 1001: exited on signal 11

The error seems to suggest that there's something goofy with permissions, but whatever it is is not apparent to me (also, a segfault just seems like poor form if this is a valid error). As per FreeBSD instructions, permissions on devices are:

$ ll /dev/cd0 
crw-rw----  1 root  operator  0x56 Dec 12 15:16 /dev/cd0
$ ll /dev/xpt0 
crw-rw----  1 root  operator  0x49 Dec 12 15:16 /dev/xpt0
$ ll /dev/pass*
crw-rw----  1 root  operator  0x50 Dec 12 15:16 /dev/pass0
crw-rw----  1 root  operator  0x51 Dec 12 15:16 /dev/pass1
crw-rw----  1 root  operator  0x52 Dec 12 15:16 /dev/pass2
crw-rw----  1 root  operator  0x53 Dec 12 15:16 /dev/pass3
crw-rw----  1 root  operator  0x54 Dec 12 15:16 /dev/pass4

and my user is in the operator and vboxusers groups.

$ groups
meuser wheel operator vboxusers

I've attached the VBox.log for this machine.

#18210 duplicate Desktop Link VM kaesetorte1958
Description

If creating a Desktoplink for an virtual machine out of virtual box manager by (right klick) context menue syntax is:

"C:\Program Files\Oracle\VirtualBox\VirtualBox.exe" --comment "Bionic Beaver" --startvm "{xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx}"

and starting it, it results in an error

--startvm ist eine Option für die VirtualBox VM-Ausführungs-Anwendung (VirtualBoxVM), nicht den VirtualBox Manager.

must be instead

"C:\Program Files\Oracle\VirtualBox\VirtualBox.exe'VM" --comment "Bionic Beaver" --startvm "{xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx}"

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