-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, Feb 19, 2007 at 09:53:26PM +0000, Jessica wrote: > > The following bug has been logged online: > > Bug reference: 3034 > Logged by: Jessica > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2 > Operating system: Unix > Description: FATAL: could not open lock file > "/tmp/.s.PGSQL.5432.lock": Permission denied
It looks like the postmaster was started (at least once) with the wrong unser ID. Typically there is a user 'postgres' especially for this. Always create the DB and start and stop the database under this user. The operating systems's start and stop scripts usually do this for you (they must be called as root, obviously). HTH - -- tomás -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFF3qteBcgs9XrR2kYRAs6BAJ9sLxaQ8ys+Tq3giqn/Khv/MfwTIwCdGgje UTubw0Y2WT15mno6jhbPmwI= =02xM -----END PGP SIGNATURE----- ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend