Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
28 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
26 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
85 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
24 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
53 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
45 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
233 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 ...
1
vote
1answer
82 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
78 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
28 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
210 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
80 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
251 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
0answers
35 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
332 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
48 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 ...
1
vote
0answers
33 views

Trac virtual appliance with ldap Authentication

Is anyone aware of a prebuilt Trac appliance that has the ldap plugin configured? I really don't want to go through the exercise of configuring everything from scratch especially the ldap ...
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
98 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
294 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
145 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
34 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
207 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
97 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
91 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
206 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
110 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
47 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 ...
0
votes
2answers
318 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
67 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
141 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
695 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 ...
1
vote
3answers
579 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
561 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
189 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, ...
0
votes
2answers
180 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
146 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
179 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
137 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
610 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
254 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
vote
2answers
42 views

Can a trac backup be restored onto a older version, 0.11.7 -> 0.11.6

I'm having to migrate a trac installation from 0.11.7 to another host who only provides 0.11.6. I am not able to update the older installation. My question is, Is it possible to migrate? What will I ...
0
votes
1answer
37 views

How can I use the current ticket number while customising the trac template file?

I'm trying to customise trac. I'd like to add a small "Useful links" section inside the "action" box when viewing tickets. I have edited the site.html file in the trac templates directory as ...
1
vote
1answer
177 views

HowTo turnoff Apache2 cache on Ubuntu? (solved)

Here is my problem: after default installation of apache2 for Ubuntu it's started to retrieve old pages for Trac, for example, I made a small changes (simply edit page) in trac-wiki section, push ...
5
votes
1answer
524 views

Apache, Trac and LDAP - how to glue them all together?

I'm trying to set-up Trac to authorise users via the LDAP plugin on a Debian (Lenny) server. LDAP appears to be working correctly, I can query successfully via: ldapsearch -vLx -h 127.0.0.1 -b ...
1
vote
1answer
151 views

Trying to setup trac but failing

I'm trying to setup a trac environment under Snow Leopard Server. I am now failing on the apache part. In the apache error_log is the error Oops... Trac detected an internal error: No module named ...
0
votes
1answer
53 views

Trac: “opened” time display format on ticket screen

Is it possible to change the way trac displays "opened" and "last modified" times on the ticket screen? I often need to know the exact date something happened on our system. I can find the relevant ...
1
vote
1answer
214 views

trac ignores svn authorization settings

I am using VirtualSVN + Trac-plugin on Windows for multi-projects. I have configured users and groups in VirtualSVN, so that only authorized users/groups can access specified resource. For instance: ...
0
votes
1answer
601 views

Trac is unable to read svn repository

I've been following this guide on how to setup svn and trac. Svn was already running, and is functioning as expected, but trac is not. When I go to the trac page it says: Warning: Can't ...
1
vote
2answers
133 views

Is there a Trac or Redmine host that allows you to install plugins?

Google tells me that there are a fair few companies that offer hosted Trac and Redmine. So far I have tried Assembla who provide Trac hosting for free, but they don't allow plugins. I am prepared to ...

1 2