Re: It's dead and won't get up!!

Поиск
Список
Период
Сортировка
От Jason Earl
Тема Re: It's dead and won't get up!!
Дата
Msg-id 87r8r8dh40.fsf@npa01zz001.simplot.com
обсуждение исходный текст
Ответ на It's dead and won't get up!!  ("KUCHARSKI, DAVID R." <dave@iemco.com>)
Список pgsql-novice
Okay, we are probably going to need a little more information than
this.  For example: What version of PostgreSQL are you running?  What
platform are you running it on?  Did you install from source, or did
you use someone else's precompiled binaries?  What does the log file
say?

Generally speaking most PostgreSQL users use some sort of init script
to make sure that PostgreSQL starts, we certainly don't start it from
the command line like you see at the bottom of the postmaster(1) man
page.  In fact there is an entire program 'pg_ctl' that is
specifically designed to do this.  On my debian system I start
PostgreSQL with a command like:

/etc/init.d/postgresql start

And when I used RedHat's RPMs (a long time ago) they had something
similar.

Give us a little more information and we will get your server back up
and running.

Jason

"KUCHARSKI, DAVID R." <dave@iemco.com> writes:

> It appears that postmaster has died and I am unable to get it up and
> running again.  I've tried the nohup line from the man pages with no
> success.  I've tried just trying to run #psql dbname Username and get a
> failure message that asks if postmaster is running.  It's not! It WAS
> earlier, but NOW it's not!
>
> HELP!
>
> thanks
> Dave
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: It's dead and won't get up!!
Следующее
От: "KUCHARSKI, DAVID R."
Дата:
Сообщение: Re: It's dead and won't get up!!