Thanks Hawley, I had noticed that myself and was manually killing the python process with every stop/restart. Unfortunately this does not seem to have any effect on the issue I am encountering. I guess at this point a bug report is the best way to go!
Jason -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of hjw Sent: Wednesday, February 25, 2009 8:17 AM To: Trac Users Subject: [Trac] Re: tracd won't run as a service on windows with 3 authenticated projects This may or may not help but If you set up your service by following the wiki instructions then it leaves python processes running when you stop or restart it. I was having trouble when updating my version of trac because I restarted the tracd service but it left the old version running so I wasn't seeing the new install. Now when I want to restart the service I stop it, then kill the python process that's still running and then start the service up. I once saw a python.exe that behaved better for services but I don't remember where and I'm not very comfortable with windows so I just left things as they were and do the brute force kill / restart. -Hawley On Feb 20, 3:49 pm, Jason <[email protected]> wrote: > Hi all, > I was adding a new Trac project to our setup (we've had 2 going for > months, now adding a 3rd) and was unable to successfully get things > working with the tracd service I had set up. The service is set up > with the following registry keys: > > Application (REG_SZ): tracd.exe > AppParameters (REG_SZ): -p8000 --auth Project1,D:\TracProjects > \passwords.txt,trac D:\TracProjects\Project1 --auth Project2,D: > \TracProjects\passwords.txt,trac D:\TracProjects\Project2 --auth > Project3,D:\TracProjects\passwords.txt,trac D:\TracProjects\Project3 > > With these parameters, I get no complaints when starting the servies > but the browser timeouts when loading the pages. These parameters had > worked perfectly fine before, and indeed even now i can drop the > parameters down to any 2 projects or remove authentication from any 1 > project and things will work just fine! Also, running tracd from the > command line with the exact same parameters shown here works too > (which is what I am doing as a workaround in the meantime). > > I am running Trac 0.11.2.1 and Python 2.5.4. Does anyone have any > idea what might be going on here? Time to file a bug report? > > Thanks! > Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
