Advertisement
Guest User

Untitled

a guest
Jul 16th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. * Creating database "launchpad_empty".
  2. Traceback (most recent call last):
  3. File "../../utilities/pgmassacre.py", line 250, in <module>
  4. sys.exit(main())
  5. File "../../utilities/pgmassacre.py", line 221, in main
  6. con = connect()
  7. File "../../utilities/pgmassacre.py", line 29, in connect
  8. return psycopg2.connect("dbname=%s" % dbname)
  9. File "/home/ubuntu/launchpad/lp-sourcedeps/eggs/psycopg2-2.4.4-py2.6-linux-i686.egg/psycopg2/__init__.py", line 179, in connect
  10. connection_factory=connection_factory, async=async)
  11. psycopg2.OperationalError: could not connect to server: No such file or directory
  12. Is the server running locally and accepting
  13. connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
  14.  
  15. make[1]: *** [create] Error 1
  16. make[1]: Leaving directory `/home/ubuntu/launchpad/lp-branches/devel/database/schema'
  17. make: *** [schema] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement