Skip to content

Instantly share code, notes, and snippets.

@postwait
Created September 26, 2012 16:00
Show Gist options
  • Select an option

  • Save postwait/3788866 to your computer and use it in GitHub Desktop.

Select an option

Save postwait/3788866 to your computer and use it in GitHub Desktop.
remote: /www/trac/lib/python2.3/site-packages/trac/util/__init__.py:21: DeprecationWarning: the md5 module is deprecated; use hashlib instead
remote: import md5
remote: Traceback (most recent call last):
remote: File "/www/bin/git-trac-post-receive-hook.py", line 210, in <module>
remote: env = open_environment(TRAC_ENV)
remote: File "/www/trac/lib/python2.3/site-packages/trac/env.py", line 434, in open_environment
remote: env = Environment(env_path)
remote: File "/www/trac/lib/python2.3/site-packages/trac/env.py", line 118, in __init__
remote: self.setup_log()
remote: File "/www/trac/lib/python2.3/site-packages/trac/env.py", line 269, in setup_log
remote: self.log = logger_factory(logtype, logfile, self.log_level, self.path)
remote: File "/www/trac/lib/python2.3/site-packages/trac/log.py", line 27, in logger_factory
remote: hdlr = logging.FileHandler(logfile)
remote: File "/opt/python26/lib/python2.6/logging/__init__.py", line 827, in __init__
remote: StreamHandler.__init__(self, self._open())
remote: File "/opt/python26/lib/python2.6/logging/__init__.py", line 846, in _open
remote: stream = open(self.baseFilename, self.mode)
remote: IOError: [Errno 13] Permission denied: u'/www/trac-data/reconnoiter/log/trac.log'
To [email protected]:reconnoiter.git
8afdda6..be45e79 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment