Re: Re: And Furthermore. Was: PSQL Working, but PGAccess Not Connecting.

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: David Lloyd-Jones <david(dot)lloyd-jones(at)attcanada(dot)ca>
Cc: csawtell(at)xtra(dot)co(dot)nz, Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, pgsql-interfaces(at)postgresql(dot)org, Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Subject: Re: Re: And Furthermore. Was: PSQL Working, but PGAccess Not Connecting.
Date: 2000-08-03 16:30:40
Message-ID: 39899E30.7F07B044@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

David Lloyd-Jones wrote:
>
> From: "Christopher Sawtell" <csawtell(at)xtra(dot)co(dot)nz>
> > On Wed, 02 Aug 2000, David Lloyd-Jones wrote:
> > > "David Lloyd-Jones" <david(dot)lloyd-jones(at)netcom(dot)ca> wrote:
> > > > How can this be? Isn't this a contradiction of some sort?
> > > Contradiction. so what else is new?

> > I get that situation too. There is something strangely amiss with the
> pg_ctrl
> > script. I just do not use it.

> Dunno about that: I was starting up with Lamar Owen's postgresql start|stop
> script, so the pg_ctrl thing doesn't apply, does it?

Yes, it does for 7.0.2's script. And it's pg_ctl, with no r.

> See Tom Lane's plausible explanation a couple of days ago in this thread.

First, try to ping localhost and see what happens. If that doesn't
work, you have a basic network misconfiguration somewhere you're going
to have to trace down.

Next,`attempt to telnet to localhost -- if that doesn't work, you still
have a network problem.

Postmaster can't listen on a nonexistent network interface, even with
-i.

This may also explain AOLserver not listening on port 80 -- what does
AOLserver's error log say about where nssock is listening?

To check for Apache installation, use 'rpm -qa|grep apache'....
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bill 2000-08-03 19:45:44 Re: JDBC driver writes binary data ONLY as Large Object
Previous Message D'Arcy J.M. Cain 2000-08-03 14:05:50 Re: Python + PostgreSQL