Re: Fatal Error

From: Aspire Something <sank89(at)sancharnet(dot)in>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Fatal Error
Date: 2003-03-07 17:35:37
Message-ID: 00ae01c2e4cf$f86ef660$c9c832c0@societykotla
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Lorez ,
>From the data you have provided
>
> Hi, i'm a new commers in postgresql
> i've installed postgresql version 7.2.4.tar.gz,
> i found an error when executing /usr/local/pgsql/bin/postmaster -D
> /usr/local/pgsql/data
> the following message :
> FATAL 1: Can't read lock file /tmp/.s.PGSQL.5432.lock: Permission denied

The Problem is :
1. Some service is already running on the port 5432
Solution
a. Change the port of PostreSQL
b. Identify the service runnning on 5432 and see if you can run it on
some other port

Regards,
V Kashyap

>
> i run the command as postgres user ( after su - postgres)
>
> what's the problem + solutions ??
>
>
> regards
> -lorenz-
> -INdonesia-
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message P G 2003-03-07 17:42:24 Successful regression testing???
Previous Message Stephan Szabo 2003-03-07 16:16:12 Re: Appliying Rules and Triggers