1 Jun 2010 03:45
Re: FreeBSD Port: python26-2.6.5
On Mon, May 31, 2010 at 23:59, Garrett Cooper <yanefbsd@...> wrote: > On Mon, May 31, 2010 at 9:49 AM, Bernardo Maciel > <bernardo.maciel@...> wrote: >> Hello, >> >> >> >> I recently ran into a problem when compiling python 2.6.5 under >> FreeBSD 8.0-p2 . I searched around, asked in FreeBSD forums ( >> http://forums.freebsd.org/showthread.php?t=14268 ) and then e-mailed >> the python-help mailing list. The problem isn't yet solved. >> >> My problem is that when I compile python 2.6.5, I get a "sem_init: No >> space left on device" message when the script is building the _ssl >> extension: > > ... > > Increase the value of the kern.ipc.shmall sysctl because you have > other applications eating up POSIX shmem in the background. > HTH, > -Garrett > Hello again, Thank you for your reply. I increased the values of kern.ipc.shmall and kern.ipc.shmmax but still no luck. I have 256MB RAM and 256MB of swap space, so I searched around and chose 450MB for kern.ipc.shmmax, which gives a value of 115200 for kern.ipc.shmall, since hw.pagesize(Continue reading)
RSS Feed