Solved [Solved] Chrome refuses to launch

Hello,

Chrome refuses to launch.
Code:
sysctl unknown oid 'kern.ipc.shm_allow_removed'

How do I do this, please?
 
Re: Chrome refuses to launch

Did you compile your kernel without SYSVSHM? If so, turn the option on again, recompile and reboot.
 
Re: Chrome refuses to launch

worldi said:
Did you compile your kernel without SYSVSHM? If so, turn the option on again, recompile and reboot.
Ok,

I did sudo make buildkernel KERNELCONF=MYKERNEL
Code:
make: don't know how to make buildkernel. Stop
Next, folks?
 
Re: Chrome refuses to launch

Have you downloaded the source from SVN or from installed source? Are you running make buildkernel from /usr/src?
 
Re: Chrome refuses to launch

trh411 said:
Have you downloaded source from svn or installed source? Are you running make buildworld from /usr/src?
I tend to focus right, internal sub.
 
Re: Chrome refuses to launch

I apologize. I need a pause. I want to advance in this system but I don't know how. When I type chrome the system blocks. I'm surprised.
 
Re: Chrome refuses to launch

trh411 said:
Have you downloaded source from SVN or installed source? Are you running make buildkernel from /usr/src?
Yes but it isn't not the solution, I tried instead
Code:
hw.pci.allow_unsupported_io_range=1
in /boot/defaults/loader.conf. I'm waiting the result, stress.
 
Re: Chrome refuses to launch

Code:
FreeBSD x 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0 date root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Hope the best.
 
Re: Chrome refuses to launch

thx Thanks so much friends, I have found the solution. I edited my /etc/sysctl.conf, added
Code:
kern.ipc.shm_allo_removed=1
and all is ok now.
 
Back
Top