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

Поиск
Список
Период
Сортировка
От visolve postgres
Тема PostgreSQl 7.4.2 not working on HP PA 11.11& HP IPF 11.22 in 64 bit build
Дата
Msg-id 1080276747010684@lycos-europe.com
обсуждение исходный текст
Ответы Re: PostgreSQl 7.4.2 not working on HP PA 11.11& HP IPF 11.22 in 64 bit build  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: PHP or JSP? That is the question.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQl 7.4.2 not working on HP PA 11.11& HP IPF 11.22 in 64 bit build