| From: | Richard Huxton <dev(at)archonet(dot)com> |
|---|---|
| To: | Mike <djangst(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Service startup - troubleshooting |
| Date: | 2007-02-08 17:06:22 |
| Message-ID: | 45CB588E.3060002@archonet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-02-08 17:09:09 | Re: Client connection: Port 5432 / Postgres |
| Previous Message | Richard Huxton | 2007-02-08 17:03:33 | Re: Client connection: Port 5432 / Postgres |