Re: [GENERAL] start/stop error message

2008-11-20 Thread Martijn van Oosterhout
On Thu, Nov 20, 2008 at 12:22:24AM -0500, David wrote: > I am unable to solve the following problem. > > When I start or stop PostgreSQL using pg_ctl (without the -D option) the > system works fine. No errors. I have the PGDATA environment variable > set and it points to my cluster. What did you

Re: [GENERAL] start/stop error message

2008-11-20 Thread Peter Eisentraut
David wrote: [EMAIL PROTECTED]:/etc/init.d$ sudo /etc/init.d/postgresql-8.2 start * Starting PostgreSQL 8.2 database server * Error: specified cluster does not exist [fail] and the same error when passing "stop" The cluster clearly exis

Re: [GENERAL] start/stop error message

2008-11-19 Thread brian
David wrote: I am unable to solve the following problem. When I start or stop PostgreSQL using pg_ctl (without the -D option) the system works fine. No errors. I have the PGDATA environment variable set and it points to my cluster. When I run the /etc/init.d/postgresql-8.2 script with either o

[GENERAL] start/stop error message

2008-11-19 Thread David
I am unable to solve the following problem. When I start or stop PostgreSQL using pg_ctl (without the -D option) the system works fine. No errors. I have the PGDATA environment variable set and it points to my cluster. When I run the /etc/init.d/postgresql-8.2 script with either of "stop" or "st