Tagged Questions

Trac allows hyperlinking information between a bug database, revision control and wiki content. It also serves as a web interface to the following revision control systems: Subversion, Git, Mercurial, Bazaar, Perforce and Darcs. Other features include: Project management (Roadmap, Milestones, ...

learn more… | top users | synonyms

1
vote
2answers
120 views

Python SVN Bindings - ImportError: No module named svn

I have recently updated my server using apt-get upgrade and then suddenly trac started showing the following error message: Warning: Can't synchronize with repository "(default)" (Unsupported version ...
1
vote
1answer
39 views

Apache 'sometimes' delivers trac.css as text/plain

I am using a http://bitnami.org installation of TRAC. The issue I have is similar to this one but Apache will only sometimes deliver the trac.css (/trac/PROJECT/chrome/common/css/trac.css) as ...
2
votes
0answers
71 views

Trac permission denied for SVN repo

I'm running Apache2,SVN & Trac on OpenSUSE. SVN works like a charm. I've initialized trac environment for one of my SVN repositories for trac to show source code in it's repo browser and I set the ...
0
votes
1answer
44 views

Setting Trac with Apache and mod_fcgi results in either 404 or 403

I am trying to create a trac installation on my private server in order to use it for project management. I followed the instructions for installation and connecting to the apache server that can be ...
0
votes
2answers
28 views

Missing WYSIWYG controls in Trac

I'm not sure whether this was the case right after the Trac installation or as the result of some misconfiguration. Below is a screecapture of a wikipage in the edit mode, where the standard WYSIWYG ...
1
vote
1answer
52 views

FCGI scripts failing to run on VPS using CentOS 5.5 & Apache, prevents Trac running

Attempting to install Trac on my VPS has been a nightmare. I'm fairly certain that I've got all the necessary files and the system will run if I use the standalone server. However trying to get it set ...
1
vote
1answer
155 views

Setting up trac with PostgreSQL - How to set encoding to UTF8?

So I've been looking to install trac on my debian server with PostgreSQL. I setup everything as per the docs but when trying to run trac-admin /path initenv I get this error for database encoding: ...
0
votes
0answers
17 views

htpasswd quits working for on a Trac server

I am using Trac on Apache. I have an htpasswd file set up to allow access to Trac. What is happening, though, is it denies everyone access. The only way to get it working again is to use htpasswd and ...
0
votes
1answer
38 views

Trac base URL not rewritten when deployed via htaccess

How do I convince trac to omit trac.cgi from its internal links? I have a trac instance deployed in a user directory using htaccess and mod_rewrite, and would like the URLs to be of the form ...
0
votes
1answer
174 views

Setting REMOTE_USER for Trac in Gunicorn behind Nginx

I want to run Trac in Gunicorn, behind Nginx. Nginx handles user authentication via LDAP (which works), but I can't get the REMOTE_USER passed to Trac. For uWSGI I would configure Nginx like this ...
0
votes
1answer
94 views

Bash SVN Post Commit Hook

I have a working post-commit hook bash script that syncronises a Trac instance with the latest revision for an SVN commit. #!/bin/sh TRAC="/var/trac/" REPOS="$1" REV="$2" if [[ "$REPOS" = ...
0
votes
1answer
59 views

trac-admin hotcopy not working when run from crontab

I've recently updated Trac from 0.11.4 to 0.12.2. I'm using the following shell script to backup Trac installation: #!/bin/sh DIR=/root/backup/trac/ NAME=`date +%Y-%m-%d-%H-%M` cd $DIR trac-admin ...
0
votes
1answer
125 views

How do I get trac 12.2 to work on RHEL5's httpd with CollabNet SVN 1.6.17 (which has its own httpd)?

I installed CollabNetSubversion-client-1.6.17-1.x86_64.rpm, which installs httpd v2.2.19 # /opt/CollabNet_Edge/csvn/bin/httpd -v Server version: Apache/2.2.19 (Unix) I installed Trac-0.12.2.tar.gz. ...
0
votes
3answers
28 views

How to get linux start a script when files did changed

i'm not that good configuring a linux server. So i hope someone can give me a hint for my problem. I have installed trac for managing projects. It contains a plugin for doxygen. As far as i know i ...
1
vote
0answers
65 views

Migrate Trac to Redmine on Different Server

I have two servers - one with trac and one with a new Redmine installation. The trac server has a lot of valuable information on it (wiki pages, etc) that I would like to get to the Redmine server. ...
0
votes
1answer
66 views

Is there a version of ThemeEnginePlugin for Trac 0.12?

I am setting up Trac 0.12.2 and looking for the ThemeEnginePlugin. I tried the plugin version 0.11 with PyOrgTheme, also 0.11. When I try to select the alternate theme, the page shows the python.org ...
0
votes
0answers
401 views

mod_fcgid: error reading data / Premature end of script headers: trac.fcgi

I have a Trac installation that is working fine on a Fedora 14 host. It uses Apache as the web server. I have a new Fedora 15 host that I am migrating the Trac instance onto. I installed the ...
2
votes
1answer
102 views

Running trac on a web-server

I want to install trac on my server. I found TracInstall to intall trac step by step. I stopped at the point Running trac on a Web-Server because I do not really understand what all the paths mean. ...
0
votes
1answer
82 views

Cannot complete trac installation because python-genshi is missing

I try to install trac on my suse root server. So first I installed all svn packages using yast. After that I searched for python in yast in software management because I have to intall following ...
0
votes
1answer
40 views

How can I setup the Trac Repository authentication

I'm controlling the user authentication to the repository through apache. So my dav_svn.conf is the following: AuthType Basic AuthName "Subversion Repository" AuthUserFile ...
1
vote
1answer
365 views

Setting up apache basic authentication behind a reverse proxy

I'm having difficulty passing htdigest authentication through a reverse proxy setup on machine A, to machine B, which requires the authentication. I'm setting up a home development network, with all ...
1
vote
0answers
91 views

Can't find the correct configuration of apache on Centos 5.6 for Trac 0.12.2

I've been trying to get Apache to serve Trac on CentOS 5.6 for the past few days. The missing link is almost certainly the Apache configuration. I know this because I can get trac to run locally with ...
0
votes
3answers
405 views

TracError: Repository not found

I'm getting that error when trying to execute trac-admin /path/to/trac repository resync /path/to/svnroot/repo1 Both paths exist. I'm trying to use Trac 0.12 with several svn repositories. I could ...
1
vote
1answer
51 views

trac: keep trac_auth cookie after web browser closes

Is there a way to set how long the trac_auth cookie should live, so that I may stay logged in even after closing the web browser? From what I can see now, it is set to be deleted at browser exit. I ...
0
votes
1answer
573 views

SVN trac post-commit hooks work when using checkout from real path, not via symlink or rebased path

I recently migrated our company's svn repositories to a new server and for the most part it works fine. The old main repository was in /var/svn (as in repo files directly in the svn directory), with ...
2
votes
1answer
54 views

Use robots.txt to prevent crawlers from getting old versions of Trac pages

looking at my Apache access.log I see that crawlers tend to get old versions of pages and documents, like: 119.63.196.86 - - [10/Jun/2011:10:36:31 +0200] "GET /wiki/News?version=14 HTTP/1.1" 200 6073 ...
2
votes
2answers
2k views

How do I configure an ldap server on ubuntu 11.04 ? (for use with subversion and trac)

I have an Ubuntu server 11.04 on ec2 (I'm mentioning this, as it appears things have changed in this version from previous ubuntu releases, when it regards LDAP configuration). I want to configure it ...
0
votes
2answers
112 views

How can I set up Trac to run on a webserver?

I'm setting up Trac for a project on a Windows Server 2003 which already has Apache2.2 and Virtual SVN already installed and in use. I managed to install Trac and run it on its in built stand alone ...
0
votes
1answer
339 views

Can't configure trac to work with Apache2

I've been trying to set up trac to be deployed with apache for a little while now and I'm running into a wall. This is the response I'm receiving from my server Internal Server Error The server ...
0
votes
1answer
186 views

How to install mod_fastcgi.so into apache

How do I get the mod_fastcgi.so module and load it into apache2? I need it for a deployment of trac. Thanks!
0
votes
1answer
38 views

Security risk of running trac with tracd

I'm building a subversion repository server for a software project I'm working on and I want to use trac. I've successfully installed trac, and it runs using the tracd utility - but I'm guessing this ...
0
votes
0answers
242 views

Way to export/import TRAC Wiki pages?

I've been using an external hosting service for my project management, however recently it became very unstable. I'm now willing to find another service however the major problem is migration. The ...
0
votes
1answer
124 views

IIS Request Filtering blocks Application Request Routing

Using one box, I have an IIS server and a tracd server running. Via ARR, any request on the IIS server matching /trac/* is proxied through to the tracd server. Everything is working fine, except when ...
1
vote
0answers
117 views

Trac problem: AttributeError: Cannot find an implementation of the “IRequestHandler” interface named “WikiModule”

This problem already has been described mutliple times in different mailing lists, but no solution has yet been published. My original setup is as follows (but in the mean time i have a simpler one ...
1
vote
2answers
239 views

Sudoers config to allow arguments for git post-commit script

We have a git post-commit script that needs to be run with Git and Trac, when someone commits something a hook is a called that runs the command: trac-admin /path/to/trac changeset added "reponame" ...
0
votes
1answer
117 views

CentOS accidental httpd upgrade

I recently tried to get trac and svn working with apache on centOS 5 through some googling I found I needed to install mod_dav_svn. I used yum to install it it listed a httpd 2.2.3 as a dependency ...
0
votes
1answer
54 views

How can you get x509 to work with Trac?

Hi I have been trying to find a way to get x509 certs for authentication for Trac but I could not find any plugins on TracHacks or tutorials on this. The closest I've seen so far is this post on ...
1
vote
2answers
390 views

Where is the environment variable?

I have an apache2 server with active mod-wsgi, but I can't get the environment variable PYTHON_EGG_CACHE. Here the important lines out of my virtualhost.conf: DAV svn SVNParentPath /var/svn ...
3
votes
2answers
73 views

Composite pages in Trac

Is there a feature (or plugin, or macro) in Trac that allows one to include sections from other wiki pages? For instance, if each of my servers has a wiki page about it, and a section on the DNS ...
1
vote
0answers
191 views

lighttpd 1.5 reverse-proxy to trac

I'm running lighttpd 1.5 freshly compiled off svn. I have a trac daemon listening on port 8000 and I want to proxy all requests matching ^http://xx.xx.xx.xx/trac(*.) to that daemon. Here is what it ...
4
votes
2answers
891 views

push commits to git (gitolite) repository messes up file permissions (no more trac access)

already posted here so feel free to answer there. everytime i commit/push something to the git server the file permissions change (all added/edited files in the repository have no read and execute ...
2
votes
3answers
696 views

fcgid, suexec, and userdir

I'm trying to set up per-user trac instances, using fcgid. The problem is that trac requires rw access to the trac instance, so I need the fcgi process to run under the respective user. I have the ...
0
votes
2answers
694 views

correct file permissions for trac and git user to access gitolite server repos

sounds like a stupid questions (to me), but i couldn't find any info. on my server i host some git repositories via gitolite, and have a trac for every repository. i have a user called git to ...
0
votes
2answers
209 views

Trac svn centos issues

Have setup Trac/SVN following instructions from tutorial at http://www.sohailriaz.com/how-to-install-subversion-with-trac-on-centos-5-x/ SVN works fine at /svn/ Trac ur: /trac/ Trac does not, ...
1
vote
3answers
235 views

tracd multiple projects+nginx reverse proxy

I am trying to setup nginx with a reverse proxy to tracd, however I only want to use 1 tracd. Now first here's my config for this domain server { listen 80; server_name bugs.XXXXXXXX.com; ...
0
votes
2answers
155 views

Which platform for Trac with SVN or GIT? [closed]

I currently have a redundant machine running a version of Mitel SME Server V5 which I've never used before. In fact I have no previous experience with any flavour of unix but would like to get some. ...
0
votes
2answers
214 views

trac 0.11 notification gmail error debian

im on debian lenny, trac 0.11 (default for apt-get install trac) I set up tickets notifications with gmail, sometimes they work, sometimes i get a nasty error, and with one user it has only worked ...
0
votes
1answer
149 views

My apache is giving file not found error

I am installing trac. But My apache is not working properly. It shows me the file not found error. Why this error comes. I follows the link http://trac.edgewall.org/wiki/MySqlDb Help me out. Apache ...
0
votes
1answer
739 views

trac Upgrade from 0.10.3 to 0.12 debian server

I´m trying to upgrade trac! from 0.10.3 to 0.12. Need help, i basiclally did steps shown here http://trac.edgewall.org/wiki/TracUpgrade got Linux version 2.6.18-6-686 (Debian 2.6.18.dfsg.1-18etch1) ...
0
votes
1answer
285 views

Trac causes RuntimeError: instance.__dict__ not accessible in restricted mode

I have the below Apache configuration. The following services are on each port: 8022 - Apache. Testing port, in the long run it will be port 80. 8002 - XDV, a themeing proxy which sits in ...

1 2 3