Please excuse my ignorance in getting the vmTrac appliance working: after downloading and booting up, when I go to
http://vmtrac/trac/login and click on Login, I get this error:
Python traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
dispatch_request(req.path_info, req, env)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/auth.py", line 82, in process_request
self._do_login(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/auth.py", line 103, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
Is there an installation step that I have missed?