Re: Error at startup

From: Neil Conway <neilc(at)samurai(dot)com>
To: Adahma <adahma(at)starport(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error at startup
Date: 2002-09-25 01:19:46
Message-ID: 87it0uzwzx.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adahma <adahma(at)starport(dot)org> writes:
> I'm running Postgres 7.2 on Debian Sid. I've been hitting the
> database all day long without problem. This evening I added an IP
> address to my pg_hba.conf, to allow an ODBC connection. When I
> tried a restart to run the new config, the server failed to start
> giving an error of "Unknown ID: -" and nothing else.

That error message doesn't appear anywhere in the current PostgreSQL
code, AFAICT. In fact, it looks a fair bit like the error you get for
trying to 'su' into a non-existent account (although the
capitalization is a bit different). Can you try (a) increasing the
debug level (b) posting the exact sequence of commands that leads to
the problem?

If you're using an init script, something might be going awry before
it actually gets to starting the postmaster, so you might want to try
starting it by hand.

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-09-25 04:55:00 Re: problem with maintenance script and missing pg_clog files with pg 7.2.1
Previous Message Neil Conway 2002-09-25 00:55:11 Re: Foreign Keys