Custom Query (16363 matches)
Results (2329 - 2331 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15623 | fixed | Starting Virtual Machine Returns VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR | ||
| Description |
When starting the SAS University Edition virtual application, VirtualBox 5.1 returns a VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR error. This error did not occur on 5.0.24 and earlier. This error appears to only be effecting Windows 10 64-bit and Mac OS X so far. |
|||
| #15622 | fixed | SELinux denials on Guest Additions Fedora 23 after upgrade of VB -> believed fixed in 5.1.2 and later | ||
| Description |
After installing VB 5.1.0 on a Windows 10 host (upgrade from VB 5.0.24) and starting a Fedora 23 guest (installed under previous VB version, as were guest tools), the virtual machine now displays SELinux denials on the following on login: lightdm-gtk-gre python3 Both binaries are trying to read the following library: /var/lib/VBoxGuestAdditions/lib/libGL.so.1 The following are the details of the denials. As a side note, 3D acceleration was enabled for the guest. lightdm-gtk-gre:
SELinux is preventing lightdm-gtk-gre from read access on the lnk_file /var/lib/VBoxGuestAdditions/lib/libGL.so.1.
.........
Additional Information:
Source Context system_u:system_r:xdm_t:s0-s0:c0.c1023
Target Context system_u:object_r:var_lib_t:s0
Target Objects /var/lib/VBoxGuestAdditions/lib/libGL.so.1 [lnk_file ]
Source lightdm-gtk-gre
Source Path lightdm-gtk-gre
Port <Unknown>
Host xxxxxxxxxxxxxxxxxxxxxxx
Source RPM Packages
Target RPM Packages
Policy RPM selinux-policy-3.13.1-158.21.fc23.noarch
Selinux Enabled True
Policy Type targeted
Enforcing Mode Enforcing
Host Name xxxxxxxxxxxxxxxxx
Platform Linux xxxxxxxxxxxxxxxx 4.5.7-202.fc23.x86_64 #1 SMP
Tue Jun 28 18:22:51 UTC 2016 x86_64 x86_64
Alert Count 6
First Seen 2016-07-14 15:01:28 UTC
Last Seen 2016-07-15 12:26:25 UTC
Local ID 9f05718a-3d02-49ad-a0c2-a9e85af92154
Raw Audit Messages
type=AVC msg=audit(1468585585.217:260): avc: denied { read } for pid=2144 comm="lightdm-gtk-gre" name="libGL.so.1" dev="dm-1" ino=11012059 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:var_lib_t:s0 tclass=lnk_file permissive=0
Hash: lightdm-gtk-gre,xdm_t,var_lib_t,lnk_file,read
python3:
SELinux is preventing python3 from read access on the lnk_file /var/lib/VBoxGuestAdditions/lib/libGL.so.1.
Additional Information:
Source Context system_u:system_r:blueman_t:s0-s0:c0.c1023
Target Context system_u:object_r:var_lib_t:s0
Target Objects /var/lib/VBoxGuestAdditions/lib/libGL.so.1 [lnk_file ]
Source python3
Source Path python3
Port <Unknown>
Host xxxxxxxxxxxxxxxxxxxx
Source RPM Packages
Target RPM Packages
Policy RPM selinux-policy-3.13.1-158.21.fc23.noarch
Selinux Enabled True
Policy Type targeted
Enforcing Mode Enforcing
Host Name xxxxxxxxxxxxxxxxxxxx
Platform Linux xxxxxxxxxxxxxxxxx 4.5.7-202.fc23.x86_64 #1 SMP
Tue Jun 28 18:22:51 UTC 2016 x86_64 x86_64
Alert Count 6
First Seen 2016-07-14 15:02:47 UTC
Last Seen 2016-07-15 12:31:27 UTC
Local ID 478c7c2b-9677-4f2b-9476-05096ffb9e82
Raw Audit Messages
type=AVC msg=audit(1468585887.493:291): avc: denied { read } for pid=3076 comm="python3" name="libGL.so.1" dev="dm-1" ino=11012059 scontext=system_u:system_r:blueman_t:s0-s0:c0.c1023 tcontext=system_u:object_r:var_lib_t:s0 tclass=lnk_file permissive=0
Hash: python3,blueman_t,var_lib_t,lnk_file,read
|
|||
| #15621 | fixed | X11 does not work "addscreen/screeninit failed for driver 0 after upgrade from 4.0.16" -> presumed fixed in releases higher than 5.1.2 | ||
| Description |
I have tried the versions 4.0.16-5.1.0 The error is the same in X log "addscreen/screeninit failed for driver" I have read https://bbs.archlinux.org/viewtopic.php?id=211331 https://bbs.archlinux.org/viewtopic.php?id=211584 https://wiki.archlinux.org/index.php/VirtualBox#Installation_steps_for_Arch_Linux_guests Output [aim@xcart-aim-arch:pts/0][~]$ sudo lsmod|grep -i "vbox\|virt"
vboxvideo 45056 0
ttm 69632 1 vboxvideo
drm_kms_helper 110592 1 vboxvideo
drm 249856 3 ttm,drm_kms_helper,vboxvideo
syscopyarea 16384 2 drm_kms_helper,vboxvideo
sysfillrect 16384 2 drm_kms_helper,vboxvideo
sysimgblt 16384 2 drm_kms_helper,vboxvideo
vboxsf 40960 1
vboxguest 196608 3 vboxsf,vboxvideo
virtio_net 28672 0
virtio_pci 24576 0
virtio_ring 20480 2 virtio_net,virtio_pci
virtio 16384 2 virtio_net,virtio_pci
[aim@xcart-aim-arch:pts/0][~]$ sudo lspci|grep -i vga
00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter
[aim@xcart-aim-arch:pts/0][~]$ sudo systemctl status -l vboxservice
● vboxservice.service - VirtualBox Guest Service
Loaded: loaded (/usr/lib/systemd/system/vboxservice.service; enabled; vendor preset: disabled)
Active: active (running) since Пт 2016-07-15 15:08:15 +04; 14min ago
Process: 323 ExecStartPre=/usr/bin/modprobe vboxsf (code=exited, status=0/SUCCESS)
Process: 319 ExecStartPre=/usr/bin/modprobe vboxvideo (code=exited, status=0/SUCCESS)
Process: 305 ExecStartPre=/usr/bin/modprobe vboxguest (code=exited, status=0/SUCCESS)
Main PID: 325 (VBoxService)
Tasks: 8 (limit: 512)
CGroup: /system.slice/vboxservice.service
└─325 /usr/bin/VBoxService -f
июл 15 15:08:15 xcart-aim-arch.crtdev.local systemd[1]: Started VirtualBox Guest Service.
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: VBoxService 5.0.24_OSE r108355 (verbosity: 0) linux.x86 (Jul 6 2016 01:19:46) release log
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000095 main Log opened 2016-07-15T11:08:15.135564000Z
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000241 main OS Product: Linux
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000270 main OS Release: 4.6.3-1-ARCH
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000290 main OS Version: #1 SMP PREEMPT Fri Jun 24 21:37:08 CEST 2016
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000310 main Executable: /usr/bin/VBoxService
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000312 main Process ID: 325
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.000313 main Package type: LINUX_32BITS_GENERIC (OSE)
июл 15 15:08:15 xcart-aim-arch.crtdev.local VBoxService[325]: 00:00:00.007915 main 5.0.24_OSE r108355 started. Verbose level = 0
[aim@xcart-aim-arch:pts/0][~]$
|
|||

