Update:

I found this in my apache2 error.log. A lot of warnings, but since it has 
to do with ssh, I thought it might be relevant.


[Thu Jan 03 18:56:51 2013] [error] 
> /usr/local/lib/python2.6/dist-packages/Djblets-0.7.8-py2.6.egg/djblets/extensions/base.py:467:
>  
> UserWarning: Module _mysql was already imported from 
> /usr/lib/pymodules/python2.6/_mysql.so, but /usr/lib/pymodules/python2.6 is 
> being added to sys.path
> [Thu Jan 03 18:56:51 2013] [error]   import pkg_resources
> [Thu Jan 03 18:56:51 2013] [error] 
> /usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/views/generic/list_detail.py:10:
>  
> DeprecationWarning: Function-based generic views have been deprecated; use 
> class-based views instead.
> [Thu Jan 03 18:56:51 2013] [error]   DeprecationWarning
> [Thu Jan 03 18:56:51 2013] [error] 
> /usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/conf/__init__.py:75:
>  
> DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
> STATIC_URL instead.
> [Thu Jan 03 18:56:51 2013] [error]   "use STATIC_URL instead.", 
> DeprecationWarning)
> [Thu Jan 03 18:56:51 2013] [error] 
> /usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/contrib/auth/__init__.py:26:
>  
> DeprecationWarning: Authentication backends without a 
> `supports_inactive_user` attribute are deprecated. Please define it in 
> <class 'reviewboard.accounts.backends.ActiveDirectoryBackend'>.
> [Thu Jan 03 18:56:51 2013] [error]   DeprecationWarning)
> [Thu Jan 03 11:56:52 2013] [warn] mod_wsgi (pid=7839): Callback 
> registration for signal 2 ignored.
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/core/handlers/wsgi.py",
>  
> line 241, in __call__
> [Thu Jan 03 11:56:52 2013] [warn]     response = self.get_response(request)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/core/handlers/base.py",
>  
> line 111, in get_response
> [Thu Jan 03 11:56:52 2013] [warn]     response = callback(request, 
> *callback_args, **callback_kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/contrib/admin/options.py",
>  
> line 366, in wrapper
> [Thu Jan 03 11:56:52 2013] [warn]     return 
> self.admin_site.admin_view(view)(*args, **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/utils/decorators.py",
>  
> line 91, in _wrapped_view
> [Thu Jan 03 11:56:52 2013] [warn]     response = view_func(request, *args, 
> **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/views/decorators/cache.py",
>  
> line 89, in _wrapped_view_func
> [Thu Jan 03 11:56:52 2013] [warn]     response = view_func(request, *args, 
> **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/contrib/admin/sites.py",
>  
> line 196, in inner
> [Thu Jan 03 11:56:52 2013] [warn]     return view(request, *args, **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/utils/decorators.py",
>  
> line 25, in _wrapper
> [Thu Jan 03 11:56:52 2013] [warn]     return bound_func(*args, **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/utils/decorators.py",
>  
> line 91, in _wrapped_view
> [Thu Jan 03 11:56:52 2013] [warn]     response = view_func(request, *args, 
> **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/utils/decorators.py",
>  
> line 21, in bound_func
> [Thu Jan 03 11:56:52 2013] [warn]     return func(self, *args2, **kwargs2)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/db/transaction.py",
>  
> line 209, in inner
> [Thu Jan 03 11:56:52 2013] [warn]     return func(*args, **kwargs)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/contrib/admin/options.py",
>  
> line 1035, in change_view
> [Thu Jan 03 11:56:52 2013] [warn]     if form.is_valid():
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/scmtools/forms.py",
>  
> line 871, in is_valid
> [Thu Jan 03 11:56:52 2013] [warn]     if not super(RepositoryForm, 
> self).is_valid():
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/forms/forms.py",
>  
> line 124, in is_valid
> [Thu Jan 03 11:56:52 2013] [warn]     return self.is_bound and not 
> bool(self.errors)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/forms/forms.py",
>  
> line 115, in _get_errors
> [Thu Jan 03 11:56:52 2013] [warn]     self.full_clean()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/scmtools/forms.py",
>  
> line 688, in full_clean
> [Thu Jan 03 11:56:52 2013] [warn]     super(RepositoryForm, 
> self).full_clean()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/forms/forms.py",
>  
> line 271, in full_clean
> [Thu Jan 03 11:56:52 2013] [warn]     self._clean_form()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/forms/forms.py",
>  
> line 299, in _clean_form
> [Thu Jan 03 11:56:52 2013] [warn]     self.cleaned_data = self.clean()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/scmtools/forms.py",
>  
> line 735, in clean
> [Thu Jan 03 11:56:52 2013] [warn]     self._verify_repository_path()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/scmtools/forms.py",
>  
> line 966, in _verify_repository_path
> [Thu Jan 03 11:56:52 2013] [warn]     self.local_site_name)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/scmtools/bzr.py",
>  
> line 220, in check_repository
> [Thu Jan 03 11:56:52 2013] [warn]     
> bzrdir.BzrDir.open_containing_tree_branch_or_repository(path)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 987, in 
> open_containing_tree_branch_or_repository
> [Thu Jan 03 11:56:52 2013] [warn]     bzrdir, relpath = 
> klass.open_containing(location)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 896, in 
> open_containing
> [Thu Jan 03 11:56:52 2013] [warn]     return 
> BzrDir.open_containing_from_transport(transport)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 917, in 
> open_containing_from_transport
> [Thu Jan 03 11:56:52 2013] [warn]     result = 
> BzrDir.open_from_transport(a_transport)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 876, in 
> open_from_transport
> [Thu Jan 03 11:56:52 2013] [warn]     return format.open(transport, 
> _found=True)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 2086, in open
> [Thu Jan 03 11:56:52 2013] [warn]     return self._open(transport)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 3325, in _open
> [Thu Jan 03 11:56:52 2013] [warn]     return 
> remote.RemoteBzrDir(transport, self)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/remote.py", line 116, in __init__
> [Thu Jan 03 11:56:52 2013] [warn]     self._probe_bzrdir()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/remote.py", line 128, in 
> _probe_bzrdir
> [Thu Jan 03 11:56:52 2013] [warn]     self._rpc_open_2_1(path)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/remote.py", line 135, in 
> _rpc_open_2_1
> [Thu Jan 03 11:56:52 2013] [warn]     response = 
> self._call('BzrDir.open_2.1', path)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/remote.py", line 53, in _call
> [Thu Jan 03 11:56:52 2013] [warn]     return self._client.call(method, 
> *args)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/client.py", line 132, in call
> [Thu Jan 03 11:56:52 2013] [warn]     result, protocol = 
> self.call_expecting_body(method, *args)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/client.py", line 145, in 
> call_expecting_body
> [Thu Jan 03 11:56:52 2013] [warn]     method, args, 
> expect_response_body=True)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/client.py", line 90, in 
> _call_and_read_response
> [Thu Jan 03 11:56:52 2013] [warn]     readv_body=readv_body, 
> body_stream=body_stream)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/client.py", line 63, in 
> _send_request
> [Thu Jan 03 11:56:52 2013] [warn]     encoder.call(method, *args)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/protocol.py", line 1302, in 
> call
> [Thu Jan 03 11:56:52 2013] [warn]     self._write_end()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/protocol.py", line 1127, in 
> _write_end
> [Thu Jan 03 11:56:52 2013] [warn]     self.flush()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/protocol.py", line 1093, in 
> flush
> [Thu Jan 03 11:56:52 2013] [warn]     
> self._real_write_func(''.join(self._buf))
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 398, in 
> accept_bytes
> [Thu Jan 03 11:56:52 2013] [warn]     self._accept_bytes(bytes)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 931, in 
> _accept_bytes
> [Thu Jan 03 11:56:52 2013] [warn]     self._medium._accept_bytes(bytes)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 785, in 
> _accept_bytes
> [Thu Jan 03 11:56:52 2013] [warn]     self._ensure_connection()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 809, in 
> _ensure_connection
> [Thu Jan 03 11:56:52 2013] [warn]     '--directory=/', '--allow-writes'])
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/transport/ssh.py", line 389, in 
> connect_ssh
> [Thu Jan 03 11:56:52 2013] [warn]     return self._connect(argv)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/transport/ssh.py", line 366, in 
> _connect
> [Thu Jan 03 11:56:52 2013] [warn]     **os_specific_subprocess_params())
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/subprocess.py", line 633, in __init__
> [Thu Jan 03 11:56:52 2013] [warn]     errread, errwrite)
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/subprocess.py", line 1092, in _execute_child
> [Thu Jan 03 11:56:52 2013] [warn]     preexec_fn()
> [Thu Jan 03 11:56:52 2013] [warn]   File 
> "/usr/lib/python2.6/dist-packages/bzrlib/transport/ssh.py", line 181, in 
> _ignore_sigint
> [Thu Jan 03 11:56:52 2013] [warn]     signal.signal(signal.SIGINT, 
> signal.SIG_IGN)
> Unable to import settings_local.py: No module named settings_local
>
> Please see http://www.reviewboard.org/docs/manual/dev/admin/
> for help setting up Review Board.
> [Thu Jan 03 11:56:52 2013] [error] 
> /usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/template/defaulttags.py:1235:
>  
> DeprecationWarning: The syntax for the url template tag is changing. Load 
> the `url` tag from the `future` tag library to start using the new behavior.
> [Thu Jan 03 11:56:52 2013] [error]   category=DeprecationWarning)
> [Thu Jan 03 11:56:52 2013] [error] 
> /usr/local/lib/python2.6/dist-packages/Django-1.4.3-py2.6.egg/django/views/generic/simple.py:8:
>  
> DeprecationWarning: Function-based generic views have been deprecated; use 
> class-based views instead.
> [Thu Jan 03 11:56:52 2013] [error]   DeprecationWarning
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Reply via email to