Re: postmaster problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tyson Oswald <tysono_71(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postmaster problem
Date: 2002-01-28 04:04:00
Message-ID: 9722.1012190640@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tyson Oswald <tysono_71(at)yahoo(dot)com> writes:
> I just recently upgraded my Linux kernel to
> 2.4.8-34mdk, and now I cannot connect to postgresql
> through psql or pgaccess. I receive the following
> error apon the service starting up.
> pg_ctl: Another postmaster may be running. Trying to
> start postmaster anyway.

That in itself is not an error; it's just telling you that there
was a postmaster lock file already present. As the message says,
pg_ctl will plow ahead anyway.

If the postmaster doesn't start, then there's some deeper problem,
but you have not told us anything that would help to determine what.
Are there no other messages? If so, are you perchance redirecting
the postmaster's stderr to /dev/null? Not a good thing to do if
you want to debug problems...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bradley Kieser 2002-01-28 11:13:37 OT: Decent GUI-based reportwriter for Linux?
Previous Message Andy Ruhl 2002-01-28 02:24:44 Sample database for me to practice with?