I've never run into such an issue while running in a jail using Apache 2.2 (I made the FreeBSD port USE_APACHE=1.3+ though). I'm not certain if the host for my jail has that option, but on a different box without a jail I don't have that option and everything works fine. -- Douglas William Thrift <[email protected]> <http://douglasthrift.net/>
baloo wrote: > I solved this problem which was not jail specific at all. > You simply have to add this to the kernel config and recompile it: > options P1003_1B_SEMAPHORES > > Perhaps it should be possible to mension this in the error message > when trying to load? > > > On Nov 18, 1:16 pm, baloo <[email protected]> wrote: >> I'm trying to load mod_wsgi 2.6 in apache 1.3 running in a FreeBSD 7.2 >> jail. >> >> httpd fails starting up with the message "Bad systemcall". >> >> ktrace shows that the call was: >> 1941 httpd CALL ksem_init(0x7fffffffe910,0x1) >> 1941 httpd RET ksem_init -1 errno 78 Function not implemented >> >> Disabling the mod_wsgi makes apache load again. >> I've also tried enabling security.jail.sysvipc_allowed using sysctl >> without luck. >> >> Any solution to this? > > -- > > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
