Dear Jorn, dear list

Thank you for your reply.
We tried all that.

Start trac:
$ > /System/Library/Frameworks/Python.framework/Versions/2.3/bin/tracd -p 10001 /var/trac/ourproject/ --auth *,/var/trac/trac.htdigest,ourrepository

When clicking the login-button the screen gets still blank and the following output appears in the shell:

----------------------------------------
Exception happened during processing of request from ('xxx.xxx.xxx.xxx', 52537)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketServer.py", line 463, in process_request_thread
    self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketServer.py", line 521, in __init__
    self.handle()
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/BaseHTTPServer.py", line 324, in handle
    self.handle_one_request()
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/BaseHTTPServer.py", line 318, in handle_one_request
    method()
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/web/standalone.py", line 259, in do_GET
    self._do_trac_req()
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/web/standalone.py", line 295, in _do_trac_req
    raise util.TracError('Authentication not enabled. '
TracError: Authentication not enabled. Please use the tracd --auth option.

----------------------------------------

When a wrong path to the htdigest-file is entered in the start command, the same error appears when trying to login.

Does anybody have an idea what is wrong here?

Thanks
Christian




On 2/17/06, Christian Gehrig <[EMAIL PROTECTED]> wrote:
 I installed trac on a OS X 10.4 server and let it run as a daemon
 without Apache.

<snip>

 Everything seems to work fine, but when clicked the 'login'-button a
 blank screen appears. Does anyone know what could be the cause of
 this?

Have you setup authentication correctly? See
http://projects.edgewall.com/trac/wiki/TracStandalone#UsingAuthentication

-- JornH
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac


--

solutionpark.ch
     video on the internet

Christian Gehrig, Dipl. Ing. HTL

solutionpark streaming gmbh
gartenhofstrasse 15, ch-8004 zurich, switzerland
phone +41 44 446 30 60, fax +41 44 446 30 61
[EMAIL PROTECTED], http://streaming.solutionpark.ch
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to