Re: make check hangs in alpha5

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make check hangs in alpha5
Date: 2010-04-04 16:52:28
Message-ID: 4BB8C3CC.3050005@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 for listening")));

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-04-04 17:13:09 Re: make check hangs in alpha5
Previous Message Tom Lane 2010-04-04 16:19:20 Re: make check hangs in alpha5