Advertisement
Guest User

apache error

a guest
May 17th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. [Thu May 17 15:40:08 2012] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
  2. [Thu May 17 15:40:08 2012] [error] python_init: Python executable found '/usr/bin/python'.
  3. [Thu May 17 15:40:08 2012] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynloa
  4. d'.
  5. [Thu May 17 15:40:08 2012] [notice] mod_python: Creating 8 session mutexes based on 6 max processes and 25 max threads.
  6. [Thu May 17 15:40:08 2012] [notice] mod_python: using mutex_directory /tmp
  7. [Thu May 17 15:40:08 2012] [warn] mod_wsgi: Compiled for Python/2.7.2+.
  8. [Thu May 17 15:40:08 2012] [warn] mod_wsgi: Runtime using Python/2.7.3.
  9. [Thu May 17 15:40:08 2012] [notice] Apache/2.2.22 (Ubuntu) mod_python/3.3.1 Python/2.7.3 mod_wsgi/3.3 configured -- resuming normal operations
  10. [Thu May 17 15:40:08 2012] [alert] (2)No such file or directory: mod_wsgi (pid=1072): Unable to change working directory to '/home/maas'.
  11. [Thu May 17 15:40:08 2012] [alert] (2)No such file or directory: mod_wsgi (pid=1073): Unable to change working directory to '/home/maas'.
  12. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] mod_wsgi (pid=1072): Exception occurred processing WSGI script '/usr/share/maas/wsgi.py'.
  13. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] Traceback (most recent call last):
  14. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  15. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self.load_middleware()
  16. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 53, in load_middleware
  17. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] mw_instance = mw_class()
  18. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/maasserver/middleware.py", line 76, in __init__
  19. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] reverse('login'),
  20. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 391, in reverse
  21. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] *args, **kwargs)))
  22. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 312, in reverse
  23. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] possibilities = self.reverse_dict.getlist(lookup_view)
  24. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 229, in _get_reverse_dict
  25. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self._populate()
  26. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 208, in _populate
  27. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] for name in pattern.reverse_dict:
  28. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 229, in _get_reverse_dict
  29. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self._populate()
  30. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 197, in _populate
  31. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] for pattern in reversed(self.url_patterns):
  32. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 279, in _get_url_patterns
  33. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  34. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 274, in _get_urlconf_module
  35. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self._urlconf_module = import_module(self.urlconf_name)
  36. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module
  37. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] __import__(name)
  38. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/maasserver/urls.py", line 156, in <module>
  39. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] setup_maas_avahi_service()
  40. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/maasserver/maasavahi.py", line 52, in setup_maas_avahi_service
  41. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] service.publish()
  42. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/maasserver/maasavahi.py", line 44, in publish
  43. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self.service.publish()
  44. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/maasserver/zeroconfservice.py", line 46, in publish
  45. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] bus.get_object(avahi.DBUS_NAME, avahi.DBUS_PATH_SERVER),
  46. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
  47. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] follow_name_owner_changes=follow_name_owner_changes)
  48. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init__
  49. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self._named_service = conn.activate_name_owner(bus_name)
  50. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner
  51. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] self.start_service_by_name(bus_name)
  52. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name
  53. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] 'su', (bus_name, flags)))
  54. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  55. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] message, timeout)
  56. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11] DBusException: org.freedesktop.DBus.Error.Spawn.FileInvalid: Cannot do system-bus activation with no user
  57. [Thu May 17 15:55:40 2012] [error] [client 10.1.1.11]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement