Re: Suse 9.2 stops booting while starting the postgres-server

From: "Lentes, Bernd" <bernd(dot)lentes(at)gsf(dot)de>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Suse 9.2 stops booting while starting the postgres-server
Date: 2005-05-02 07:40:17
Message-ID: C5BFECE331DB444CAB8B246D93E28629016DE76C@sw-rz004.gsf.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello ,

I have found the error.
I looked on an older SuSE-Version ( i think 9.1) where we also have a
postgres running. There the postgres-process is started with:
pg_ctl start -s -p $H -l $LOGFILE -D $DATADIR -o "\"$OPTIONS\"". On this
system the server is starting without problems.

On my new installation (9.2), the server is started with: pg_ctl start
-s -w -p $H -l $LOGFILE -D $DATADIR -o "\"$OPTIONS\""

The parameter -w "waits until operation completes". I don't know for
what exactly he is waiting (maybe better weather), but i deleted the
parameter, and now everything is working fine.

Bernd Lentes

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Holger Hoffstaette 2005-05-02 11:36:56 Re: measuring most-expensive queries
Previous Message Mauri Sahlberg 2005-05-02 06:19:28 A nightmare