--- Begin Message ---
I had the same problem..
aparently solaris doesn't allow enough semaphores to be created out of the box..
add the following lines to /etc/system, reboot
and it'l work like a charm

set shmsys:shminfo_shmmax=16000000
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=20
set semsys:seminfo_semmns=400
set semsys:seminfo_semmni=140
set semsys:seminfo_semmsl=60


hope this helps,

sean
--- End Message ---

Reply via email to