Re: Problem with host connection

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: "Jeremy Smith" <Jeremy(at)justasofty(dot)com>, "John Clark L(dot) Naldoza" <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem with host connection
Date: 2001-02-26 14:02:21
Message-ID: 006501c09ffc$c1593d80$1001a8c0@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From: "Jeremy Smith" <Jeremy(at)justasofty(dot)com>

> Hi, Thanks for your response.
>
> netstat did not find postgres ?????????

If netstat doesn't list it (nr the top, with a Proto of tcp) then it isn't
listening. The other test is to "telnet localhost 5432" which should show
nothing if pg is listening, connection refused otherwise.

Try "/etc/rc.d/init.d/postgresql restart" and see if that helps and if not
whether there is anything useful in the logs. Failing that, su to postgres
and run the command-line by hand - there should be some sort of error
message.

> I do not have a postmaster.opts
> I am running version 6.5 on a Mac using Yellowdog Linux 1.2

These two things are connected, don't worry about postmaster.opts since that
was introduced in 7.0/1.

You should have no problem compiling 7.x from source when you want to
upgrade - worked just fine on my iBook running LinuxPPC.

>
> Jeremy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dan Wilson 2001-02-26 14:30:57 Re: version issue?
Previous Message Jeremy Smith 2001-02-26 12:35:08 Re: Problem with host connection