Regarding Start of postmaster
От | Kaushik Roy |
---|---|
Тема | Regarding Start of postmaster |
Дата | |
Msg-id | 9F2C217049F12A468B0445BA6D7AC54701BD667B@indatc1-mail.indatc1.virtusa.com обсуждение исходный текст |
Список | pgsql-general |
Problem : When starting the postmaster ( DB Server ) we can see the following on the console :
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be fixed.
DEBUG: database system was shut down at 2003-12-17 10:40:32 IST
DEBUG: checkpoint record is at 0/11C370
DEBUG: redo record is at 0/11C370; undo record is at 0/0; shutdown TRUE
DEBUG: next transaction id: 125; next oid: 16562
DEBUG: database system is ready
After this when we try to create a database using createdb command, we get the following error message:
psql: could not connect to server: Connection refused
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createdb: database creation failed
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createdb: database creation failed
The createdb command is run from a different xterm console, but I don't think that's a problem...
Any idea what/where the problem is??
Regards,
Kaushik Roy
В списке pgsql-general по дате отправления: