[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 06:10:49 CEST

Just for the record. I "fixed" the problem by changing

SSLSessionCache shm:/var/cache/apache2_ssl_gcache_data(524288)

to

SSLSessionCache dbm:/usr/local/apache2/logs/apache2_ssl_gcache_data

For some reason either there is a bug in apache2 SSL or something changed
within the last few days or my apache-1.3.X server started taking up a lot
more shared memory for some reason.

Anyway, my Subversion server with several projects (including all the RPM
packages required for Subversion) is back up and operational after being
down for two days (I should have restored the previously working
Subversion server but I've been really busy with work) at the
http://summersoft.fay.ar.us:81/ URL.

I'm getting ready to update all the packages to the latest versions for
people to download if they don't care to learn to compile Subversion.

   - David Summers

On Wed, 24 Jul 2002, Justin Erenkrantz wrote:

> Date: Wed, 24 Jul 2002 09:18:35 -0700
> From: Justin Erenkrantz <jerenkrantz@apache.org>
> To: David Summers <david@summersoft.fay.ar.us>
> Cc: "dev@subversion.tigris.org" <dev@subversion.tigris.org>
> Subject: Re: Problems running Subversion Apache Server
>
> 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 06:11:17 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.