Mailing List Archive

Two problems
I finally got Trac running by using the method described as the "hard" way
for using mod_python where a separate Location is defined for each project.
That works alright, and I can navigate around pretty much alright except for
two issues.

Nothing seems to work unless there is a "browser" or sometimes another
directory between the project base, and whatever action is being performed.

Example:
http://localhost/trac/project/browser/newticket/
http://localhost/trac/project/browser/browser/
http://localhost/trac/project/newticket/timeline/

If I just goto .../project/<feature> I get the default Trac Wiki home page.

I checked the Edgewall hosted version of Trac, and this does not seem to be
the case, so I'm guessing it's some kind of bug? Everything seems to
function alright, but still makes me wonder if anything else is not working
properly underneath it all.

The second issue is viewing changesets. It works alright if there are no
files in the changeset(updated SVN properties), or if there is only one file
for the commit. If there are any more than that, then the page fails to
load. Checking the Apache error log, I find this entry:

Fatal error 'Unable to read from thread kernel pipe' at line 1100 in file
/usr/src/lib/libc_r/uthread/uthread_kern.c (errno = 0)
[Wed Jul 28 09:25:21 2004] [notice] child pid 56134 exit signal Abort trap
(6)
diff: write error

I'm currently running Trac 0.7.1 on FreeBSD 5.2.1.

Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /archive/trac/attachments/20040728/446b49b1/attachment.xhtml
Two problems [ In reply to ]
Sorry about the HTML formatted email.

Steve