Custom Query (16363 matches)
Results (1636 - 1638 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #13715 | invalid | IntegrityError: (1062, "Duplicate entry 'hp520@laposte.net' for key 'PRIMARY'") | ||
| Description |
Échec de l'ouverture de session pour la machine virtuelle Mac OS X. VT-x is being used by another hypervisor. (VERR_VMX_IN_VMX_ROOT_MODE). VirtualBox can't operate in VMX root mode. Please close all other virtualization programs. (VERR_VMX_IN_VMX_ROOT_MODE). Code d'erreur : E_FAIL (0x80004005) Composant : Console Interface : IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6} |
|||
| #15201 | worksforme | unable to compile vboxdrv | ||
| Description |
After upgrading to kernel 4.3.6-201.fc22.x86_64: Unable to compile vboxdrv. By the way opgrading vbox to newer instance is failing, so I have to keep 4.3.30. DKMS make.log for vboxhost-4.3.30 for kernel 4.3.6-201.fc22.x86_64 (x86_64) fre mar 4 14:31:01 CET 2016 make: Entering directory '/usr/src/kernels/4.3.6-201.fc22.x86_64'
/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.c: In function »VBoxDrvLinuxUnload«: /var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.c:455:8: fejl: tom værdi er ikke ignoreret som den burde være ( failure: enpty value not ignored as i should)
/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.c:460:8: fejl: tom værdi er ikke ignoreret som den burde være ( failure: enpty value .....)
scripts/Makefile.build:258: recipe for target '/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.o' failed make[2]: * var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.o Error 1 scripts/Makefile.build:403: recipe for target '/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv' failed make[1]: * var/lib/dkms/vboxhost/4.3.30/build/vboxdrv Error 2 Makefile:1382: recipe for target '_module_/var/lib/dkms/vboxhost/4.3.30/build' failed make: * [_module_/var/lib/dkms/vboxhost/4.3.30/build] Error 2 make: Leaving directory '/usr/src/kernels/4.3.6-201.fc22.x86_64' |
|||
| #13107 | fixed | VBoxClient should not be started for remote X11 sessions -> fixed in 4.3 and later versions released after 21 July 2014 | ||
| Description |
Hi. While playing with remote display sessions, i stumbled upon VBoxClient. Problem is that when you run Xsession over SSH, VBoxClient is started from Xsession.d script, and it does work as expected. For example, ssh to server machine using "ssh -X", and make sure that on client machine you have X server willing to accept X protocol. Starting desktop environment using Xession command, will cause desktop to be started, but also VBoxClient. In this case VBoxClient sees display on remote machine, and does not have access to VBoxService. For some reason, this causes some wierd efects, one of them is that user is unable to select any text in terminal, and do copy/paste operations. I did test this with latest Ubuntu, using Lubuntu as desktop. My suggestion would be to add check in /etc/X11/Xsession.d/98vboxadd-xclient script wheter are we run as local X11 session or remote one. Simple check would be to see if there is SSH_CONNECTION environment variable, and it it is, then do not run VBoxClient. Another way would be to check for XDG_SEAT variable, and if it is there, run VBoxClient. There is also another error there. Scripts in /etc/X11/Xsession.d are not executed, but instead, they are sourced. As such, they _must not_ contain "exit" directives! And current script for VBox have one exit inside. This must be removed. Regards. H. |
|||

