Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. :/opt/noc # ./noc wipe
  2. Traceback (most recent call last):
  3. File "manage.py", line 34, in <module>
  4. import noc.urls
  5. File "/opt/noc/urls.py", line 15, in <module>
  6. site.autodiscover()
  7. File "/opt/noc/lib/app/site.py", line 431, in autodiscover
  8. for title, app_id, access in d_menu.items:
  9. File "/opt/noc/sa/menu.py", line 26, in items
  10. "name"):
  11. File "/opt/noc/contrib/lib/django/db/models/query.py", line 107, in _result_iter
  12. self._fill_cache()
  13. File "/opt/noc/contrib/lib/django/db/models/query.py", line 772, in _fill_cache
  14. self._result_cache.append(self._iter.next())
  15. File "/opt/noc/contrib/lib/django/db/models/query.py", line 273, in iterator
  16. for row in compiler.results_iter():
  17. File "/opt/noc/contrib/lib/django/db/models/sql/compiler.py", line 680, in results_iter
  18. for rows in self.execute_sql(MULTI):
  19. File "/opt/noc/contrib/lib/django/db/models/sql/compiler.py", line 734, in execute_sql
  20. cursor = self.connection.cursor()
  21. File "/opt/noc/contrib/lib/django/db/backends/__init__.py", line 250, in cursor
  22. cursor = self.make_debug_cursor(self._cursor())
  23. File "/opt/noc/contrib/lib/django/db/backends/postgresql_psycopg2/base.py", line 140, in _cursor
  24. self.connection = Database.connect(**conn_params)
  25. psycopg2.OperationalError: FATAL: Peer authentication failed for user "noc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement