Opened 6 years ago
Last modified 3 years ago
#17958 closed defect
oracle solaris 11.4 ? — at Version 6
| Reported by: | dstes | Owned by: | |
|---|---|---|---|
| Component: | host support | Version: | VirtualBox 5.2.18 |
| Keywords: | solaris smap 24812986 | Cc: | |
| Guest type: | other | Host type: | Solaris |
Description (last modified by )
Hello,
is Solaris 11.4 beta supported please as host OS ?
VirtualBox-5.2.18-SunOS-amd64-r124319.pkg
cat /etc/release
Oracle Solaris 11.4 X86
Copyright (c) 1983, 2018, Oracle and/or its affiliates. All rights reserved.
Assembled 02 July 2018
pkg list entire
NAME (PUBLISHER) VERSION IFO
entire 11.4-11.4.0.0.1.10.0 i--
When installing on Solaris 11.4 beta I get a FAILED message :
Detected Solaris 11 Version 175
Loading VirtualBox kernel modules...
- Added: Host driver
- Added: NetAdapter driver
- Added: NetFilter (Crossbow) driver
- Added: USBMonitor driver
- Added: USB driver
Configuring services...
svcadm: svc:/application/virtualbox/zoneaccess:default is misconfigured ("restar
ter" property group lacks "state" property).
* Warning!! Enabling Zone access service ...FAILED.
* Warning!! Refer /var/svc/log/application-virtualbox-zoneaccess:default.log
for details.
Installing MIME types and icons...
Installing Python bindings...
- Installed: Bindings for Python 2.7
Updating the boot archive...
Installation of <SUNWvbox> was successful.
Unfortunately while trying to create a VM guest , the host panics:
vmcore.0> ::stack
0xfffffffff835a391()
0xfffffffff8354ae5()
0xfffffffff8355e6a()
0xfffffffff83fefa6()
0xfffffffff8356a30()
supdrvIOCtl+0x156f()
VBoxDrvSolarisIOCtl+0x375()
cdev_ioctl+0x67(10f00000003, c0185687, 7fffbcffec50, 202003, ffffa1c0215441a0,
ffffe330027dde14)
spec_ioctl+0x62(ffffa1c020d90880, c0185687, 7fffbcffec50, 202003,
ffffa1c0215441a0, ffffe330027dde14)
fop_ioctl+0xf1(ffffa1c020d90880, c0185687, 7fffbcffec50, 202003,
ffffa1c0215441a0, ffffe330027dde14)
ioctl+0x18a(f, ffffffffc0185687, 7fffbcffec50)
sys_syscall+0x247()
Is this a known issue please ? I could try a test build ...
Thank you David
Change History (6)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
I'm trying to recompile the latest SVN source on Oracle 11.4. There is a GCC 7.3. There is no libIDL but fortunately this compiles easily on solaris 11.4. Checking for libIDL: found version 0.8.14, OK. It now seems I need QT5, I compiled Qt-4.8.7 that went relatively well, I'll give QT5 a try although that I thought based on the Solaris build instructions that QT4 was needed.
comment:3 by , 6 years ago
I'll try first to manually set QTDIR to the 4.8.7; using ./configure --disable-hardening --disable-sdl --disable-qt configures
when building it now fails on
# include <sys/old_procfs.h>
in src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
comment:4 by , 6 years ago
it seems it is not possible to avoid old_procfs due to
prpsinfo_t ProcInfoOld; /< Process info. Older version (for GDB compat.) */
and because old_procfs.h is gone in sol11.4 that seems to be a show stopper
comment:5 by , 6 years ago
Related discussion in the forums: https://forums.virtualbox.org/viewtopic.php?f=11&t=89293
comment:6 by , 6 years ago
| Description: | modified (diff) |
|---|


VirtualBox-5.2.97-SunOS-amd64-r124236.pkg installs without error but the host is still panic'ing when lauching a guest vm.