Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Carl Brewer
On 24/10/2019 4:31 pm, Michal Nowak wrote: Please, run the long mdb command on the dump file from the https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump document echo '::panicinfo\n::cpuinfo -v\n::threadlist -v 10\n::msgbuf\n*panic_thread::findstack -v\

Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Michal Nowak
Please, run the long mdb command on the dump file from the https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump document echo '::panicinfo\n::cpuinfo -v\n::threadlist -v 10\n::msgbuf\n*panic_thread::findstack -v\n::stacks' | mdb 0 > ~/crash.0 and attach

Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Carl Brewer
Thank you Geoff Nordli, setting set disable_smap=1 in /etc/system stopped the host server crash. Carl ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Carl Brewer
On 24/10/2019 2:19 pm, Carl Brewer wrote: I can pop these files on a webserver if that helps anyone to have a look, and see what might be going wrong. here they are : http://nr1.aboc.net.au/testy/ ___ openindiana-discuss mailing list openindiana-d

Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Carl Brewer
On 24/10/2019 1:53 pm, Carl Brewer wrote: Doing that now, but the log file is too large to go flinging around in emails on lists.  What's the best way to share it here? i did a pkg update -v today, then retried running virtualbox through a VNC session to the console of the server. It crash

Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Carl Brewer
Hey Michal, On 20/10/2019 7:12 am, Michal Nowak wrote: If it crashes, can you gather more information from the crash dump? How to do it is described here: https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump. It could be the same thing Geoff reported