Re: Initalizing PostgreSQL Database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: KG <lists(at)i2iwebsolutions(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, freebsd-questions(at)freebsd(dot)org
Subject: Re: Initalizing PostgreSQL Database
Date: 2003-09-15 15:14:56
Message-ID: 10547.1063638896@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

KG <lists(at)i2iwebsolutions(dot)com> writes:
> I'm stumped when I got the following error message. When I do a
> /usr/local/etc/rc.d/010.pgsql.sh start all I get is this:
> freebsd# sh 010.pgsql.sh start
> pgsqlfreebsd#

There are a lot of shoddy start scripts running around :-(. Yours is
probably dumping the postmaster's stderr output to /dev/null, so
whatever error message it puts out about being unable to start is
just vanishing. Or, if you're lucky, stderr is being sent to a logfile
you can look at. I'd suggest modifying the script if necessary so that
you can see what the postmaster is complaining about.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-09-15 15:15:35 Re: Updates with NULL
Previous Message Richard Huxton 2003-09-15 14:58:37 Re: Initalizing PostgreSQL Database