Re: Address already in use?

From: Yann Ramin <atrus(at)atrustrivalie(dot)org>
To: "Justin S(dot)" <cometfly(at)cometfly(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Address already in use?
Date: 2001-04-13 03:33:06
Message-ID: 01041220330600.82780@atp.atpn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Simply remove /tmp/.s.PGSQL.5432. Its safe to do this in a startup script.
Postgres isn't too good about removing its UNIX socket if it has a
semi-nonclean shutdown (system reboot among other things).

Yann

On Thursday 12 April 2001 08:20 pm, Justin S. wrote:
> Hi Everyone,
>
> Alright, I've installed PostgreSQL 7.0.3 succesfully, but I still have a
> problem. When I try starting the PostgreSQL server, using the following
> command:
>
> /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data
>
> I get the following error:
>
> FATAL: StreamServerPort: bind() failed: Address already in use
> Is another postmaster already running on that port?
> If not, remove socket node (/tmp/.s.PGSQL.5432) and retry.
>
> Anyone know how to fix this? Thanks.
>
> Sincerely,
>
> Justin Stayton
> CometFly Media, LLC.
> jstayton(at)cometfly(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

- --

- --------------------------------------------------------------------
Yann Ramin atrus(at)atrustrivalie(dot)org
Atrus Trivalie Productions www.redshift.com/~yramin
AIM oddatrus
Marina, CA http://profiles.yahoo.com/theatrus

IRM/IRT Developer DVfootage.com developer
SNTS Developer KLevel Developer

When smashing monuments, save the pedstals -- they always come in handy.
-- Stanislaw J. Lem, "Unkempt Thoughts"

Nothing succeeds like excess.
- Winston Churchill

Deep in the human unconscious is a pervasive need for a logical
universe that makes sense. But the real universe is always one step
beyond logic.
- Muad'Dib (Dune, Frank Herbert)
- --------------------------------------------------------------------

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE61nN0x6171htvP6YRAt+MAJ4nfA7BLMetP/wGhjtr2XIUZIbNCwCgh9sm
7MeGY/H3AZ4wOITNVaxIlgk=
=oeWa
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2001-04-13 06:35:35 Re: function to operate on same fields, different records?
Previous Message Justin S. 2001-04-13 03:20:29 Address already in use?