Opened 6 years ago
Closed 5 years ago
#17966 closed defect (fixed)
GuestAddition error -> fixed after (not in) 5.2.18
Reported by: | lar | Owned by: | |
---|---|---|---|
Component: | guest additions/x11/graphics | Version: | VirtualBox 5.2.18 |
Keywords: | solaris 11.4 guest | Cc: | |
Guest type: | Solaris | Host type: | Windows |
Description
whine installation guest additions into Solaris 11.4
VirtualBox pointer integration module loaded. Creating links... * opt/VirtualBoxAdditions/i386/vboxvideo_drv_119.so or opt/VirtualBoxAdditions/amd64/vboxvideo_drv_119.so not found! * X.org 1.19.5 not supported by this package! * Failed to install the VirtualBox X.org drivers. Configuring client... Installing 64-bit shared folders module... Installing 32-bit shared folders module...
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
There should be a driver for vboxvideo in the upstream Solaris repositories. This will be fixed for the next release, but the fix will be simply to remove the warning message.
comment:3 by , 6 years ago
Summary: | GuestAddition error → GuestAddition error -> fixed after (not in) 5.2.18 |
---|
Fixed as follows:
Index: src/VBox/Additions/solaris/Installer/postinstall.sh =================================================================== --- src/VBox/Additions/solaris/Installer/postinstall.sh (revision 125030) +++ src/VBox/Additions/solaris/Installer/postinstall.sh (working copy) @@ -158,12 +158,9 @@ # Exit as partially failed installation retval=2 elif test ! -f "$vboxadditions32_path/$vboxvideo_src" && test ! -f "$vboxadditions64_path/$vboxvideo_src"; then - echo "*** $vboxadditions32_path/$vboxvideo_src or $vboxadditions64_path/$vboxvideo_src not found!" - echo "*** X.org $xorgversion not supported by this package!" - echo "*** Failed to install the VirtualBox X.org drivers." - - # Exit as partially failed installation - retval=2 + # Xorg 1.19 and later already contain a driver for vboxvideo. + echo "As of X.Org 1.19, the VirtualBox graphics driver (vboxvideo) is part" + echo "of Solaris. Please install it from the package repository." else echo "Installing video driver for X.Org $xorgversion..."
comment:4 by , 6 years ago
Hi,
Nice! works for me.
The exact name of the package is xorg-video-vboxvideo.
that is "pkg install xorg-video-vboxvideo"
-espenM
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Same issue with 5.2.19, + additions build 124822
Creating links... * opt/VirtualBoxAdditions/i386/vboxvideo_drv_119.so or opt/VirtualBoxAdditions/amd64/vboxvideo_drv_119.so not found! * X.org 1.19.5 not supported by this package! * Failed to install the VirtualBox X.org drivers.
$uname -a SunOS solaris11-4 5.11 11.4.0.15.0 i86pc i386 i86pc
$ Xorg -version
X.Org X Server 1.19.5 Release Date: 2017-10-12 X Protocol Version 11, Revision 0 Build Operating System: SunOS 5.11 i86pc Current Operating System: SunOS solaris11-4 5.11 11.4.0.15.0 i86pc