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

From: Jason Earl <jason(dot)earl(at)simplot(dot)com>
To: "KUCHARSKI, DAVID R(dot)" <dave(at)iemco(dot)com>
Cc: Pgsql Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: It's dead and won't get up!!
Date: 2001-11-08 22:37:19
Message-ID: 87r8r8dh40.fsf@npa01zz001.simplot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iemco(dot)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(at)postgresql(dot)org

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message KUCHARSKI, DAVID R. 2001-11-08 22:46:21 Re: It's dead and won't get up!!
Previous Message Josh Berkus 2001-11-08 22:29:59 Re: It's dead and won't get up!!