Hey Everyone, I'm a brand new user with trac, and I'm so close to finishing the installation :) I'm setting trac up standalone on snow leopard. I"ve been trying so many variations of the tracd command with auth, but it's not working for me. I think it might be the realm that I'm specifying as well.
Here's the command i'm running: tracd -p 8080 --auth="my Project,/Users/nate/Sites/trac-projects/ trac.htpasswd, my Project" /Users/nate/Sites/trac-projects tracd output: Warning: invalid digest line in /Users/nate/Sites/trac-projects/ trac.htpasswd: nbarnes:nxfsxUAXCjso6 Warning: found no users in realm: my Project Server starting in PID 995. I setup user nbarnes with trac-admin for the project, so I'm not sure what that is about? When I run trac, I get this message: Trac Error TracError: The Trac Environment needs to be upgraded. Run "trac-admin /Users/nateandkar/Sites/trac-projects upgrade" When I run the upgrade, it says: "Database is up to date, no upgrade necessary." I'm not sure what's going on, but any help would be greatly appreciated! Thanks, Nate On Apr 1, 12:11 pm, darko <[email protected]> wrote: > Now it works. The problem were slightly different realms > used for password creation and for starting a web server. > Sorry for bothering you...and thanks for your help. > Darko > > On 1 Apr., 03:03, Hal <[email protected]> wrote: > > > > > > > > > On Mar 31, 1:08 pm, darko <[email protected]> wrote: > > > > Thank you for your reply mark...I should have done it > > > beforehand...well this is how i start it: > > > > tracd -p 8080 --auth="myProject,/Users/darko/work/trac/myProject/conf/ > > > users.htdigest,myProject TRAC Environment" /Users/darko/work/trac/ > > > myProject/ > > > fwiw, the --auth mechanism works for me on my mac, but I note one > > major difference: my realm is a single word, without spaces: 'Trac', > > and that is also present in the passwd file. The other difference is > > that I wildcard my project: > > tracd --port 9090 --env-parent-dir /Users/fred/Library/Trac -- > > auth="*",/Users/fred/Library/Trac/users.passwd,Trac > > and password lines appear as: > > fred:Trac:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > > Do your password entries match the realm specified on the command line > > exactly? If so, I'm suspicious of the spaces in the realm, and would > > try without that. > > > Good luck, > > --Hal -- 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.
