Hi!

I'm currently facing severe difficulties running trac on ubuntu 10.04
LTS (64bit).

I did a basic install of apache:
Apache/2.2.14 (Ubuntu) DAV/2 SVN/1.6.6 mod_fcgid/2.3.4 mod_ssl/2.2.14
OpenSSL/0.9.8k

I run trac using:

<Directory /var/local/trac/cgi-bin>
  Options FollowSymLinks MultiViews ExecCGI
        
  AllowOverride None
  Order allow,deny
  allow from all
</Directory>

ScriptAlias /trac /var/local/trac/cgi-bin/trac.fcgi/

I use the shipped version of trac.fcgi, just added these lines at the
top (after import os):

os.environ['TRAC_ENV'] = "/var/local/trac"
os.environ['PYTHON_EGG_CACHE'] = "/tmp"
os.environ['LC_TIME'] = "en_DK.UTF-8"

Here's the information from "about trac":

System information
Trac    0.12.2
Babel   0.9.4
Docutils 0.6
Genshi  0.6
MySQL   server: "5.1.41-3ubuntu12.10", client: "5.1.41", thread-safe: 1
MySQLdb 1.2.2
Pygments 1.2.2
Python  2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3]
setuptools 0.6
Subversion 1.6.6 (r40053)
jQuery: 1.4.2


As soon as I access any trac-url, I get the following errors in apache's
error.log:

---------------

[Wed Jul 13 23:00:46 2011] [emerg] mod_fcgid: server is restarted, pid
3434 must exit
...
[Wed Jul 13 23:00:46 2011] [emerg] mod_fcgid: server is restarted, pid
3435 must exit
Unhandled exception in thread started by <bound method Connection.run of
<trac.web._fcgi.Connection object at 0x1fc5950>>[Wed Jul 13 23:00:46
2011] [warn] [client 178.202.22.28] (104)Connection reset by peer:
mod_fcgid: error reading data from FastCGI server, referer:
https://example.org/trac/about
[Wed Jul 13 23:00:46 2011] [warn] [client 178.202.22.28] (104)Connection
reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request
function, referer: https://example.org/trac/about
[Wed Jul 13 23:00:46 2011] [emerg] mod_fcgid: server is restarted, pid
3435 must exit
...
[Wed Jul 13 23:00:46 2011] [emerg] mod_fcgid: server is restarted, pid
3434 must exit
[Wed Jul 13 23:00:46 2011] [warn] [client 178.202.22.28] (104)Connection
reset by peer: mod_fcgid: error reading data from FastCGI server,
referer: https://example.org/trac/about
[Wed Jul 13 23:00:46 2011] [error] [client 178.202.22.28] Premature end
of script headers: trac.fcgi, referer: https://example.org/trac/about
[Wed Jul 13 23:00:46 2011] [emerg] mod_fcgid: server is restarted, pid
3434 must exit
...
[Wed Jul 13 23:00:47 2011] [emerg] mod_fcgid: server is restarted, pid
3434 must exit
[Wed Jul 13 23:00:47 2011] [notice] mod_fcgid: process
/var/local/trac/cgi-bin/trac.fcgi(3496) exit(shutting down), terminated
by calling exit(), return code: 0
[Wed Jul 13 23:00:47 2011] [notice] mod_fcgid: process
/var/local/trac/cgi-bin/trac.fcgi(3518) exit(shutting down), terminated
by calling exit(), return code: 0
[Wed Jul 13 23:00:47 2011] [error] mod_fcgid: fcgid process manager
died, restarting the server

---------------

These errors just appear over and over again... Eventually, the
requested page show up... Mostly without any css, because subsequent
files failed to load.

I have absolutely no idea where to start, because a few other servers
using the very same version do work fine. The only thing that differs
is, that this machine uses mysql for trac instead of the sqlite backend.

But I just created a default (i.e. using sqlite) env and get the same
errors.

Any help is greatly appreciated...

Thanks!

Greetings,

Nico

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to