Emmanuel wrote:

> This is weird: I'm using a similar config (Apache on Leopard, _www
> user) and it works fine.

This works:
$ sudo -u _www tracd --port 8000 /usr/local/trac

This is what doesn't work:
$ tracd --port 8000 /usr/local/trac

Not even if I have given permissions in the following way:
$ sudo chown -R _www /usr/local/trac

Or:
$ sudo chown -R _www:_www /usr/local/trac

It gives the permission errors that I have mentioned in this thread.


Is it possible that my Trac installation is flawed in someway?

First I installed 0.10.5 and then 0.11 to see if the latter solved the
problem, but didn't.

The way I installed 0.11 was:
$ sudo easy_install http://svn.edgewall.org/repos/trac/branches/0.11-stable

and I get:
$ trac-admin --version
trac-admin 0.11dev-r7219

$ which trac-admin
/usr/local/bin/trac-admin

$ which tracd
/usr/local/bin/tracd

Could I been missing some files from installation?

Many thanks,
Max.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to