Re: It's dead and won't get up!! - Mailing list pgsql-novice

From Jason Earl
Subject Re: It's dead and won't get up!!
Date
Msg-id 87r8r8dh40.fsf@npa01zz001.simplot.com
Whole thread Raw
In response to It's dead and won't get up!!  ("KUCHARSKI, DAVID R." <dave@iemco.com>)
List 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 by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: It's dead and won't get up!!
Next
From: "KUCHARSKI, DAVID R."
Date:
Subject: Re: It's dead and won't get up!!