Re: Unhelpful initdb error message - Mailing list pgsql-general

From Tom Lane
Subject Re: Unhelpful initdb error message
Date
Msg-id 1317.1331054192@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unhelpful initdb error message  (Thom Brown <thom@linux.com>)
Responses Re: Unhelpful initdb error message
List pgsql-general
Thom Brown <thom@linux.com> writes:
> Looking back through my terminal log, one thing might lend a clue from
> before I tried rebuliding it:

> thom@swift:~/Development$ pg_ctl stop
> waiting for server to shut down....cd .postgre.s
> .............
> ....



> ....^C
> thom@swift:~/Development$ pg_ctl stop
> pg_ctl: could not send stop signal (PID: 2807): No such process
> thom@swift:~/Development$ ps -ef | grep postgres
> postgres  1199     1  0 Mar04 ?        00:00:01
> /usr/lib/postgresql/9.1/bin/postgres -D /var/lib/postgresql/9.1/main
> -c config_file=/etc/postgresql/9.1/main/postgresql.conf
> postgres  1273  1199  0 Mar04 ?        00:00:18 postgres: writer
> process
> postgres  1274  1199  0 Mar04 ?        00:00:14 postgres: wal writer
> process
> postgres  1275  1199  0 Mar04 ?        00:00:03 postgres: autovacuum
> launcher process
> postgres  1276  1199  0 Mar04 ?        00:00:02 postgres: stats
> collector process
> thom     16476  4302  0 15:30 pts/1    00:00:00 grep --color=auto postgres

Hm.  It looks like pg_ctl found a PID file pointing to a non-existent
process, which is a bit like what you're seeing initdb do.

I wonder whether this is somehow caused by conflicting settings for
PGDATA.  Do you have a setting for that in your environment, or .bashrc
or someplace, that is different from what you're trying to use?

            regards, tom lane

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: Unhelpful initdb error message
Next
From: Adrian Klaver
Date:
Subject: Re: Unhelpful initdb error message