I get that error on the next startup after an Apache crash.  Then I
run ipcs to see what is left over:

$ ipcs

------ Shared Memory Segments --------
key       shmid     owner     perms     bytes     nattch    status
0x00280267 0         root      644       1048576   3
0x0105087a 119809    trawick   600       209176    9    

and then I zap the one with the user id used for Apache ("trawick" in
this example)

$ ipcrm shm 119809

> On Wed, Apr 03, 2002 at 10:33:42PM -0800, Sung Kim wrote:
> > Hello,
> > 
> > I'm working on making shared module in apache 2.0.
> > 
> > I've got this error:
> > 
> > [Wed Apr 03 22:31:21 2002] [crit] (17)File exists: unable to create scoreboard 
>(name-based shared memory failure)
> > 
> > How can I solve this problem?

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to