From: | "Vince DiCiero" <vdiciero(at)home(dot)com> |
---|---|
To: | "'Manuel Cabido'" <manny(at)tinago(dot)msuiit(dot)edu(dot)ph>, <pgsql-general(at)hub(dot)org> |
Cc: | <pgsql-general-digest(at)hub(dot)org> |
Subject: | RE: [GENERAL] Re: pgsql-general-digest V1 #614 |
Date: | 2000-01-25 02:43:03 |
Message-ID: | 000001bf66dd$e78ac4a0$3600a8c0@home.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
When Postgres stopped running abnormaly, it didnt remove the file
/tmp/.s.PGSQL.5432
When you start Postgres it checks to see if this file exists.
If it finds it, it asks you to verify that postgres is not already running
If it is not, delete the file
Is another postmaster already running on that port?
If not, remove socket node (/tmp/.s.PGSQL.5432) and retry.
rm /tmp/.s.PGSQL.5432
Vince
> -----Original Message-----
> From: owner-pgsql-general(at)postgresql(dot)org
> [mailto:owner-pgsql-general(at)postgresql(dot)org]On Behalf Of Manuel Cabido
> Sent: Monday, January 24, 2000 4:59 PM
> To: pgsql-general(at)hub(dot)org
> Cc: pgsql-general-digest(at)hub(dot)org
> Subject: [GENERAL] Re: pgsql-general-digest V1 #614
>
>
> Sir,
>
> I encountered a problem when my postgres 6.5.3 stop running. I
> attempted to run the postmaster but an error was displayed on
> my screen
> which goes like this:
>
> [root(at)hindang bin]# /etc/rc.d/init.d/postgresql restart
> Stopping postgresql service:
> [FAILED]
> Checking postgresql installation: looks good!
> Starting postgresql service: FATAL: StreamServerPort: bind() failed:
> Permission
> Is another postmaster already running on that port?
> If not, remove socket node (/tmp/.s.PGSQL.5432) and retry.
> /usr/bin/postmaster: cannot create UNIX stream port
> failed.
>
> I would appreciate it very much if you can help me fix
> this problem.
>
> Manny C. Cabido
> ====================================
> e-mail:manny(at)tinago(dot)msuiit(dot)edu(dot)ph
> manny(at)sun(dot)msuiit(dot)edu(dot)ph
> =====================================
>
>
>
> ************
>
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Jewiss | 2000-01-25 08:43:24 | Re: [GENERAL] Query time is too long for netscape |
Previous Message | Thomas Lockhart | 2000-01-25 02:16:23 | Re: [GENERAL] max(oid) |