Re: BUG #2118: could not connect to server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "zhuge xiao" <zhuge(at)Rinaix(dot)cn>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2118: could not connect to server
Date: 2005-12-20 15:20:49
Message-ID: 29387.1135092049@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"zhuge xiao" <zhuge(at)Rinaix(dot)cn> writes:
> could not connect to server: Permission denied
> Is the server running locally and accepting connections on Unix domain
> socket "/tmp/.s.PGSQL.5432"?

"Permission denied" indicates a file permissions problem. Check the
permissions on /tmp and on the socket file itself. If you have SELinux
enabled in enforcing mode, you might also have a SELinux policy problem
--- is your selinux-policy package up to date?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Pitt 2005-12-20 17:27:55 Re: horology regression test failure
Previous Message Tom Lane 2005-12-20 15:18:35 Re: BUG #2119: FOREIGN KEY ON DELETE RESTRICT