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

Re: Problem with the web site

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-13 11:47:03 CET

Lübbe Onken wrote:
> Stefan,
>
> All pages except the root page show an access denied (403) error for normal
> users. What has happened? I don't know which bit I have to hit over the
> head, to resolve this.

We often have some problems with hitting the kmemsize limit of our
vhost. I've already contacted our hoster last week, and they doubled our
limit immediately. I thought that this had solved the problem, but
obviously not :(

In case this happens again, all you have to do is to to an
rm -f /tmp/*
to clear the temp folder.

the problem is that when we hit the limit, new processes (or existing
ones) which want to allocate kernel memory are killed - and when that
happens with the apache process, some files are left in the tmp folder,
which then result in "file already exists" errors, and those lead to 403
on the website.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 13 11:47:12 2006

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

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