Announcement

Collapse
No announcement yet.

Missing deps on pts/pgbench-1.4.0 (also pts/pgbench-1.3.0)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing deps on pts/pgbench-1.4.0 (also pts/pgbench-1.3.0)

    Sounds like smth goes wrong:
    (indeed there are no such file. I am unable to find it in the benchmark directory. It exists only in /etc/postgresql/9.3/main/postgresql.conf, but its my own PG server)

    OS: ubuntu-cloud-image-14.04 LTS

    LOGS:
    server starting
    postgres cannot access the server configuration file "/home/ubuntu/.phoronix-test-suite/installed-tests/pts/pgbench-1.4.0/pg_/data/db/postgresql.conf": No such file or directory
    createdb: could not connect to database postgres: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.7777"?
    Connection to database "pgbench" failed:
    could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.7777"?
    Connection to database "pgbench" failed:
    could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.7777"?
    dropdb: could not connect to database postgres: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/tmp/.s.PGSQL.7777"?
    pg_ctl: PID file "/home/ubuntu/.phoronix-test-suite/installed-tests/pts/pgbench-1.4.0/pg_/data/db/postmaster.pid" does not exist
    Is server running?

  • #2
    Did you try: phoronix-test-suite debug-run pgbench ?
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Originally posted by Michael View Post
      Did you try: phoronix-test-suite debug-run pgbench ?
      yes, the logs I posted are from debug-run

      Comment


      • #4
        Are you running this as a user or root? IIRC, running as root/sudo has problems with the process.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment

        Working...
        X