Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11551


Ignore:
Timestamp:
Mar 19, 2014, 4:46:15 AM (10 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11551

    • Property Priority highestnormal
  • Ticket #11551 – Description

    v1 v2  
    11I have installed OS X 10.9 Mavericks on several machines, and after reboot I notice errors that I have not seen with prior versions of the operating system.
    2 
     2{{{
    33$ tracd --version
    44tracd 1.0.1
    5 
     5}}}
    66Any ideas ?
    77
    88Bill Hernandez
    99Plano, Texas
    10 
     10{{{
    1111$ export TRAC_ENV_INDEX_TEMPLATE=/source/templates/projects.html
    12 
    1312$ trac_env=/source/trac; /usr/local/bin/tracd --port=8000 -e ${trac_env} --basic-auth=*,${trac_env}/.htpasswd,${trac_env}
    14 
    1513Server starting in PID 472.
    16 
    1714Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
    18 
    1915Using HTTP/1.1 protocol version
    20 
    2116127.0.0.1 - - [18/Mar/2014 22:02:31] "GET / HTTP/1.1" 200 -
    22 
    2317127.0.0.1 - - [18/Mar/2014 22:02:31] "GET / HTTP/1.1" 200 -
    24 
    2518----------------------------------------
    2619Exception happened during processing of request from ('127.0.0.1', 49279)
    27 
    2820Traceback (most recent call last):
    29 
    30   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
     21 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
    3122    self.finish_request(request, client_address)
    32  
    3323 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
    3424    self.RequestHandlerClass(request, client_address, self)
    35  
    3625 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
    3726    self.finish()
    38  
    3927 File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish
    4028    BaseHTTPRequestHandler.finish(self)
    41  
    4229 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
    4330    self.wfile.close()
    44  
    4531 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
    4632    self.flush()
    47  
    48  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
     33  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
    4934    self._sock.sendall(view[write_offset:write_offset+buffer_size])
    50 
    5135error: [Errno 32] Broken pipe
    5236----------------------------------------
    53 
     37}}}
     38{{{
    5439NOTICE THE LINE CONTAINING: File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish
    55 
     40}}}
    5641I was not able to find any info on how to remove "build/bdist.macosx-10.8-intel" and install "build/bdist.macosx-10.9-intel"
    5742