RE: [Zope] - Problem with pcgi on FreeBSD 2.2.8/Python 1.5.1
Zope.cgi Bad system call (core dumped)
/* // pcgiStartProc: manages starting a pcgi resource. */ #ifdef UNIX int pcgiStartProc(pcgiResource *r) {
[ lots of code deleted.....]
/* Make sure another wrapper isn't already doing a restart */ [ dies here.... ] if ((r->lock=semget(101, 1, 0700 | IPC_CREAT | IPC_EXCL)) == -1)
[ more code deleted .....]
Steve, Can you send Brian Lloyd and me the FreeBSD man pages on semget and semctl? Or better yet, point us to a browsable man page site for FreeBSD. Best regards, Jeff Bauer Rubicon, Inc.
Jeff Bauer wrote:
Zope.cgi Bad system call (core dumped)
/* // pcgiStartProc: manages starting a pcgi resource. */ #ifdef UNIX int pcgiStartProc(pcgiResource *r) {
[ lots of code deleted.....]
/* Make sure another wrapper isn't already doing a restart */ [ dies here.... ] if ((r->lock=semget(101, 1, 0700 | IPC_CREAT | IPC_EXCL)) == -1)
[ more code deleted .....]
Steve,
Can you send Brian Lloyd and me the FreeBSD man pages on semget and semctl? Or better yet, point us to a browsable man page site for FreeBSD.
http://www.freebsd.org/cgi/man.cgi -- ========================================================= Tres Seaver tseaver@palladion.com 713-523-6582 Palladion Software http://www.palladion.com
participants (2)
-
Jeff Bauer -
Tres Seaver