MacOS Sierra Kernel parameter
Posted: 12. Dec 2016, 17:41
Hi everyone,
After one week of troubleshooting, I decided to submit my Issue.
I have VirtualBox Version 5.1.10 installed on MacOS Sierra 10.12.1.
I have an Ubuntu 15.04 VM and when trying to install Oracle 11g on it, I have "parameter.semmni failed Expected Value 128".
I setup on ubuntu using sysctl the correct configuration.see below :
on the MAC OS , :
Thanks for your help.
After one week of troubleshooting, I decided to submit my Issue.
I have VirtualBox Version 5.1.10 installed on MacOS Sierra 10.12.1.
I have an Ubuntu 15.04 VM and when trying to install Oracle 11g on it, I have "parameter.semmni failed Expected Value 128".
I setup on ubuntu using sysctl the correct configuration.see below :
My last hypothesis is that the MAC OS kerndrv has an issue to give access to kernel parameters.fs.suid_dumpable = 1
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 4194304
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586
on the MAC OS , :
- I uninstalled the VBOX and reinstalled it also setup
I Installed VBox Extension Pack-5.1.10
Reload VirtualBox
Setup the Sysctl.conf
Do you know this issue ? is it a Bug or have you any idea on how to fix it?kern.sysv.shmmax=4194304
kern.sysv.shmmin=1
kern.sysv.shmmni=32
kern.sysv.shmseg=8
kern.sysv.shmall=1024
kern.sysv.semmsl=250
kern.sysv.semmns=32000
kern.sysv.semopm=100
kern.sysv.semmni=128
Thanks for your help.