[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: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-07-25 05:02:24 CEST

I found out that my problems have to do with Apache 2 and SSL.
Specifically, I had the SSLSessionCache
shm:/var/cache/apache2_ssl_gcachee_data(524288)

It used to work so I'm not sure if SSL is busted on Apache2 at the moment
or what. I'm now looking in to alternatives but at least the server is
running now. (I've temporarily disabled SSL on Apache2).

   - David Summers

On Wed, 24 Jul 2002, Justin Erenkrantz wrote:

> 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
>

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 25 05:02:53 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.