Regarding Start of postmaster - Mailing list pgsql-general

From Kaushik Roy
Subject Regarding Start of postmaster
Date
Msg-id 9F2C217049F12A468B0445BA6D7AC54701BD667B@indatc1-mail.indatc1.virtusa.com
Whole thread Raw
List 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
 
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 by date:

Previous
From: "ezra epstein"
Date:
Subject: Triggers for FK on Views - can they be made deferrable?
Next
From: Lynn.Tilby@asu.edu
Date:
Subject: DB & Log Files removed...