Re: Failure to Start Postmaster/postgres

From: John DeSoi <desoi(at)pgedit(dot)com>
To: "Daniel Blavos" <dblavos(at)wyops(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Failure to Start Postmaster/postgres
Date: 2005-02-16 02:26:41
Message-ID: 313FF2DB-7FC2-11D9-B94C-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Daniel,

On Feb 15, 2005, at 7:44 PM, Daniel Blavos wrote:

>
>     I am rather new to Postgres (been using for about 5 months) and am
> having a slight issue with postgresql and it starting up.  I am
> running Debian GNU/Linux Woody 3.0, on a self-built server running
> DocMGR (http://docmgr.sourceforge.net/ [That one, there are so many
> versions of that program out]), Apache 1.3.33, Postgres, and multiple
> security programs.  When I reboot my machine, Postgres will not
> startup, and is not able to be forced to run after I have logged in
> and tried to manually start it.  I check all of the error logs on my
> Postgres user and in my root user's /var/log directory, and there is
> no sign of it failing.  All the error message I receive at
> startup tells me to do to fix this is look at the log files which, in
> essence, are completely clean.  Can anyone point me in a general
> direction to fix this problem; and thus allow me to get my server back
> up and running? 

PostgreSQL is very good about telling you about startup problems, so if
you don't see anything I'm wondering if you are looking in the correct
logs. Take a look at the startup command for PostgreSQL (usually pg_ctl
start) and check the -l option to see where the log file is written.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-02-16 05:18:31 Re: Failure to Start Postmaster/postgres
Previous Message Daniel Blavos 2005-02-16 00:44:06 Failure to Start Postmaster/postgres