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