Re: [ADMIN] Postgres is not starting or stopping

2007-02-03 Thread Devrim GUNDUZ
Hello, On Fri, 2007-02-02 at 06:08 -0800, Manish Pillai wrote: > [EMAIL PROTECTED] init.d]# ./postgresql restart > Stopping postgresql service: [FAILED] > Starting postgresql service: [FAILED] > [EMAIL PROTECTED] init.d]# > >

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Tom Lane
"Joshua D. Drake" <[EMAIL PROTECTED]> writes: > Shane Ambler wrote: >> Your prob may be knowing where the log is. By default you will find it >> in your data directory along with postgresql.conf and it will be called >> serverlog > likely /var/log/postgresql > What linux is this? There are enough

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Joshua D. Drake
Shane Ambler wrote: > >>>I am getting only this much... >>> >>> [EMAIL PROTECTED] init.d]# ./postgresql restart >>> Stopping postgresql service: [FAILED] >>> Starting postgresql service: [FAILED] >>> [EMAIL PROTECTED] init.d]# >>>

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Shane Ambler
I am getting only this much... [EMAIL PROTECTED] init.d]# ./postgresql restart Stopping postgresql service: [FAILED] Starting postgresql service: [FAILED] [EMAIL PROTECTED] init.d]# How to enable log in postgres...Pl

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Andy Shellam (Mailing Lists)
You will always have a postmaster binary - do a "find / -name postmaster" to find it. If your secondary production server hasn't gone live yet, I'd seriously consider starting it up on the 8.2 series. Manish Pillai wrote: I have installed it using rpm..So "bin" folder is not available insi

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Manish Pillai
I have installed it using rpm..So "bin" folder is not available inside pgsql :-( Manish Shoaib Mir <[EMAIL PROTECTED]> wrote: Instead of starting with the service, trying starting up with 'postmaster' binary. It can be found in the database server 'bin' folder and that should

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Shoaib Mir
Instead of starting with the service, trying starting up with 'postmaster' binary. It can be found in the database server 'bin' folder and that should give a little more detail failure message. To enable logging please go through --> "16.4.5. Error Reporting and Logging" at http://www.postgresql.

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Manish Pillai
Hi, I am getting only this much... [EMAIL PROTECTED] init.d]# ./postgresql restart Stopping postgresql service: [FAILED] Starting postgresql service: [FAILED] [EMAIL PROTECTED] init.d]# How to enable log i

Re: [ADMIN] Postgres is not starting or stopping

2007-02-02 Thread Shoaib Mir
If you can tell the specific error on start/stop then someone might be able to help you with this... -- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 2/2/07, Manish Pillai <[EMAIL PROTECTED]> wrote: Hi all, I have two production server .One ia already live and the other is going to