Re: Service startup - troubleshooting - Mailing list pgsql-general

From Richard Huxton
Subject Re: Service startup - troubleshooting
Date
Msg-id 45CB588E.3060002@archonet.com
Whole thread Raw
In response to Service startup - troubleshooting  ("Mike" <djangst@gmail.com>)
Responses Re: Service startup - troubleshooting  ("Mike" <djangst@gmail.com>)
List pgsql-general
Mike wrote:
> Hello,
>
> I know this is probably a borderline Linux question but I think
> someone with PostgreSQL expertise will better be able to answer it (I
> already struck out on the Linux side and after much searching on the
> Web).
>
> I installed Postgres 8.1 on Ubuntu 6.10 using Synaptic. Postgres is
> listed under System|Administration|Services in the UI, and there's an
> init script (which references /usr/share/postgresql-common/init.d-
> functions) in the appropriate run level directory. However, Postgres
> still won't run at startup.

As root, try running:
   /etc/init.d/postgresql status
If that says it's running, check with ps, otherwise try
   /etc/init.d/postgresql start
Error messages should be printed to console or to a log somewhere like
/var/log/postgresql


--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Client connection: Port 5432 / Postgres
Next
From: Tom Lane
Date:
Subject: Re: Error on table insert: attribute 13 has wrong type