Christian Boos wrote: > junrelya wrote: > > short desc: > > > > everything appears to install correctly, trac-admin's initenv seems > > to work ok; but, when testing using tracd, i get this: > > > > # tracd --port 9000 -s -b host.domain.tld /path/to/trac/env > > Server starting in PID 31337. > > Serving on http://host.domain.tld:9000/ > > > > then nothing. can't ^C, have to kill python. browser never receives > > reply or connection closed. > > I had exactly this situation on a FreeBSD machine, with 0.10.3. > It was not my machine however, and I couldn't complete the debugging, so > I don't know exactly what the problem was, but it looked like the Python > BaseHTTPServer was stuck on a system call. > You should be able to use "truss" to gather more information on the problem > (google for "Solaris truss" if you don't know how to use this command).
I think he did already, see http://pacopablo.com/irclogs/2007/03/26#T15:26:12, while I have no clue what lwp_park() does, it sounds like some sort of wait... - Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
