Re: PostgreSQL 7.3 and SuSE 8.1 problem

From: Raúl Gutiérrez Sánchez <raul(at)laeff(dot)esa(dot)es>
To: "Andrei Verovski (aka MacGuru)" <andreil1(at)mail(dot)starlett(dot)lv>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PostgreSQL 7.3 and SuSE 8.1 problem
Date: 2003-01-22 16:07:07
Message-ID: 3E2EC1AB.F431C2B0@laeff.esa.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Make sure you have started the server allowing TCP/IP connections (-i
option form postmaster command). Otherwise, only local Unix domain
socket connections are accepted.

Regards,
Raul Gutierrez

"Andrei Verovski (aka MacGuru)" wrote:
>
> Hi,
>
> I have problem with SuSE Linux 8.1 and PostgreSQL 7.3 (all SuSE built
> packages).
>
> PostgreSQL server (which is launched via "rcpostgesql start") refuses
> connections from localhost (to any database), whenever I am trying to
> connect with phpPgAdmin or pgaccess with message "blah blah blah...
> refused connection" as user "postgres" and no password (or password of
> UNIX user "postgres").
>
> However, I can connect with psql command-line utility as user
> "postgres", AND with Webmin (without any additional logon parameters
> except root/password at the beginning). This is quite strange.
>
> I have checked PostgreSQL config files (hba.conf), and enabled all
> connections from localhost and local network (192.168.*.*) with "trust"
> parameter.
>
> Also, I have changed password for UNIX user "postgres" as "abc", but
> anyway, it did not worked from PHP and pgaccess.
>
> PS. Yes, I have done "initdb", and PostgreSQL server is running.
>
> Thanks in advance for any suggestion.
>
> *********************************************
> * Best Regards --- Andrei Verovski
> *
> * Personal Home Page
> * http://snow.prohosting.com/guru4mac
> * Mac, Linux, DTP, Development, IT WEB Site
> *********************************************
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Zhiqiang Feng 2003-01-22 16:33:26 Re: Stalled post to pgsql-admin
Previous Message Lamar Owen 2003-01-22 16:04:01 Re: PostgreSQL 7.3 and SuSE 8.1 problem