Re: Postgres does not start, gives no error

From: "Akhtar Yasmin-B05532" <B05532(at)freescale(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Joshua Drake" <jd(at)commandprompt(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres does not start, gives no error
Date: 2008-09-04 18:34:21
Message-ID: C0F75310EB29C743AAB5403624E7B103022D3714@az33exm25.fsl.freescale.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Maybe you have it configured to log to syslog? Look in
postgresql.conf.

> regards, tom lane

HI,
This is regarding the postgres issue..
We are not maintaining any logs for the postgres stop/start.
So it becomes a bit problematic, to debug..

These are the steps we are following and the results:

postmaster -D /home/data/www/pg7/data
Does not start postgress, and no msg given.

pg_ctl start /home/data/www/pg7/data
Does not start postgres but gives a msg that "Poatgres is
started successfully"

I als0 tried the following commands,

postmaster -D /home/data/www/pg7/data >logfile 2>&1 &
It creates a file "logfile". But does not log anything there.
Does not start postgress, and no msg given.

pg_ctl start /home/data/www/pg7/data -l logfile
It creates a file "logfile". But does not log anything there.
Does not start postgres but gives a msg that "Poatgres is started
successfully"

I am really stuck here. And need to get a way thru all of this.
Any suggestions will be really appreciated.

Thanks.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Akhtar Yasmin-B05532 2008-09-04 18:53:06 Re: Postgres does not start, gives no error
Previous Message Lennin Caro 2008-09-04 18:32:57 Re: Postgres does not start, gives no error