junrelya wrote: > hello again trac-users, > > i get the same problem using the following packages: > > Genshi-0.4dev_r509-py2.4.egg > Pygments-0.7.1-py2.4.egg > pytz-2007d-py2.4.egg > Trac-0.11dev_r5148-py2.4.egg > setuptools-0.6c5-py2.4.egg >
Fine. > 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). -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
