vladpanainte

Untitled

Mar 19th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. The files belonging to this database system will be owned by user "postgres".
  2. This user must also own the server process.
  3.  
  4. The database cluster will be initialized with locale en_US.UTF-8.
  5. The default database encoding has accordingly been set to UTF8.
  6. The default text search configuration will be set to "english".
  7.  
  8. fixing permissions on existing directory /var/lib/pgsql/data ... ok
  9. creating subdirectories ... ok
  10. selecting default max_connections ... 100
  11. selecting default shared_buffers ... 32MB
  12. creating configuration files ... ok
  13. creating template1 database in /var/lib/pgsql/data/base/1 ... ok
  14. initializing pg_authid ... ok
  15. initializing dependencies ... ok
  16. creating system views ... ok
  17. loading system objects' descriptions ... ok
  18. creating conversions ... ok
  19. creating dictionaries ... ok
  20. setting privileges on built-in objects ... ok
  21. creating information schema ... ok
  22. vacuuming database template1 ... ok
  23. copying template1 to template0 ... ok
  24. copying template1 to postgres ... ok
  25.  
  26. Success. You can now start the database server using:
  27.  
  28. /usr/bin/postgres -D /var/lib/pgsql/data
  29. or
  30. /usr/bin/pg_ctl -D /var/lib/pgsql/data -l logfile start
  31.  
  32. FATAL: lock file "postmaster.pid" already exists
  33. HINT: Is another postmaster (PID 29463) running in data directory "/var/lib/pgsql/data"?
  34. FATAL: lock file "postmaster.pid" already exists
  35. HINT: Is another postmaster (PID 31023) running in data directory "/var/lib/pgsql/data"?
  36. FATAL: lock file "postmaster.pid" already exists
  37. HINT: Is another postmaster (PID 20435) running in data directory "/var/lib/pgsql/data"?
Advertisement
Add Comment
Please, Sign In to add comment