PostgreSQl 7.4.2 not working on HP PA 11.11& HP IPF 11.22 in 64 bit build

From: "visolve postgres " <visolve_postgres(at)lycos(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQl 7.4.2 not working on HP PA 11.11& HP IPF 11.22 in 64 bit build
Date: 2004-03-26 04:52:27
Message-ID: 1080276747010684@lycos-europe.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,
PostgreSQL 7.4.2 32 bit build and test works fine on HP PA 11.11 & IPF 11.22 . But 64 bit build
on HP PA & IPF failed during the testing.

$ ./postmaster -D /var/opt/iexpress/postgresql &
[1] 2410
$ LOG: could not resolve "localhost": host nor service provided, or not known
LOG: database system was shut down at 2004-03-26 00:54:37 PST
LOG: checkpoint record is at 0/9DE158
LOG: redo record is at 0/9DE158; undo record is at 0/0; shutdown TRUE
LOG: next transaction ID: 536; next OID: 17142
LOG: database system is ready
$

$ ./createdb test
FATAL: no pg_hba.conf entry for host "???", user "postgres", database "template1", SSL off
createdb: could not connect to database template1: FATAL: no pg_hba.conf entry for host "???", user "postgres",
database "template1", SSL off

$ ./createdb -h 127.0.0.1 test
createdb: could not connect to database template1: could not connect to server: Not owner
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?

Any help would be much appreciated.

Regs,
Durai.

Lycos Email has 10 MB of FREE storage space. http://mail.lycos.co.uk

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-03-26 05:38:27 Re: PostgreSQl 7.4.2 not working on HP PA 11.11& HP IPF 11.22 in 64 bit build
Previous Message Roger Dahl 2004-03-26 01:28:27 simple join query runs very slowly