Re: Starten Server / SCO OpenServer6 / PostgreSQL 8.0.3

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: MG <pgsql-admin(at)carladata(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Starten Server / SCO OpenServer6 / PostgreSQL 8.0.3
Date: 2005-11-02 16:49:49
Message-ID: 1130950190.2022.276.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, 2005-10-31 at 02:59, MG wrote:
> Hello,
>
> I get the following messages when starting the PostgreSQL-Server.
> What does the LOG message mean?
>
> Regards
> Michaela
>
> $ /usr/local/pgsql/bin/pg_ctl start -D /usr/local/pgsql/data
> postmaster starting
> $ LOG: could not bind IPv6 socket: Network is unreachable
> HINT: Is another postmaster already running on port 5432? If not, wait
> a few seconds and retry.
>
<snip>

It means that your db is configured to accept connections on IPv6
sockets but your OS is not set up to use them. Generally it's nothing to
be concerned about, but you can google the relevant keywords if you want
to learn more.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2005-11-02 19:00:04 Re: Vacuum Verbose output
Previous Message Robert Treat 2005-11-02 16:43:57 Re: how do you automate database backups?