Re: Is the postmaster running (with -i) at 'localhost

From: "John Fabiani" <jfabiani(at)yolo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is the postmaster running (with -i) at 'localhost
Date: 2001-10-19 15:31:22
Message-ID: 9qpgu9$1inl$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm not sure what version of postgres you are using but if you are use 7.1.?
you edit the postgresql.conf file. The file is in the same location as the
data. Just uncomment the "tcpip_socket=false" and change the "false" to
"true". I'm giving fair warning "I'm a newbie". But this is how I fixed my
postgres on 7.1 RH
Hope this helps!
John
"cocl" <yeskw(dot)bbs(at)bbs(dot)yeskw(dot)com> wrote in message
news:3j1YgB$89s(at)bbs(dot)yeskw(dot)com(dot)(dot)(dot)
> I get an error msg when run Zeos Database Explorer:
>
> connectDBStart() -- connect() failed: No error
> Is the postmaster running (with -i) at 'localhost'
> and accepting connections on TCP/IP port '5432'?
>
> How to resolv it?
>
> # ps axww|grep postmaster
> 1025 ? S 0:00 /bin/sh /usr/bin/pg_ctl -D
/var/lib/pgsql/data -p /us
> r/bin/postmaster start
> 1028 ? S 0:00 /usr/bin/postmaster
> 1349 pts/0 R 0:00 grep postmaster
>
> /var/lib/pgsql/data/pg_hba.conf:
>
> local all trust
> host all 127.0.0.1 255.255.255.255 trust
>
> host all 192.168.1.95 255.255.0.0 trust
> host all 192.168.1.95 255.255.0.0 password
> host all 192.168.0.0 255.255.0.0 crypt
>
> --
>  :Ei bbs.yeskw.comE[FROM: dns.hiperfect.com]

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Fabiani 2001-10-19 15:38:29 Re: Possible bug in postgresql-7.1.3-1PGDG
Previous Message Rich Shepard 2001-10-19 15:30:56 Re: Possible bug in postgresql-7.1.3-1PGDG