[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems running Subversion Apache Server

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-07-24 18:18:35 CEST

On Mon, Jul 22, 2002 at 11:11:36PM -0500, David Summers wrote:
>
> Some strangeness here. I'm building subversion and apache (and even
> keeping up-to-date with apache!) but I'm getting different results on
> RedHat 7.2 and RedHat 7.3. On 7.3 it seems to work fine but on 7.2 it
> (apache server 2.0.40 2002-07-22) bombs out with "[Mon Jul 22 23:01:15
> 2002] [error] Cannot allocate shared memory: (17)File exists".
>
> I'm looking at the shared memory with "ipcs" command and get:
> RH7.2 $ ipcs -m
> key shmid owner perms bytes nattch status
> 0x00000000 425984 root 600 1056768 14 dest
> 0x00000000 491521 root 600 532480 14 dest
> 0x00000000 524290 root 600 33554432 14 dest
> 0x00000000 557059 apache 600 46084 14 dest
> 0x0052e2c1 163844 postgres 600 1236992 1
> 0x0102412b 393221 root 600 524288 0

You are most likely out of space. shmid 524290 looks really
big. And the 557059 id is related to apache, so you may want to
try to delete that segment as well. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 24 18:19:08 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.