Re: make check hangs in alpha5 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: make check hangs in alpha5
Date
Msg-id 4BB8C3CC.3050005@dunslane.net
Whole thread Raw
In response to make check hangs in alpha5  (Hitoshi Harada <umi.tanuki@gmail.com>)
List pgsql-hackers

Hitoshi Harada wrote:
> The problem isn't in libpq, since it is that the server doesn't listen
> on startup as above. No /tmp/.s.PGSQL.5432, nor LISTENING entry in
> netstat.


I find this somewhat implausible. The postmaster has this code that 
makes it die if it can't open a listening socket:
       if (ListenSocket[0] == PGINVALID_SOCKET)           ereport(FATAL,                   (errmsg("no socket created
forlistening")));
 

Perhaps you could strace the execution.

Of course, pg_regress doesn't usually run on port 5432, IIRC, so maybe 
you're looking for the wrong thing.

Another question worth asking is whether or not either SELinux or 
firewall settings on your CentOS box are interfering with connectivity.

cheers

andrew






pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: make check hangs in alpha5
Next
From: Josh Berkus
Date:
Subject: Re: make check hangs in alpha5