Re: Postmaster start up problems (can't create lock file )

Поиск
Список
Период
Сортировка
От Patrick Lindeman
Тема Re: Postmaster start up problems (can't create lock file )
Дата
Msg-id 51632.85.12.39.193.1187085365.squirrel@mail.kickuh.net
обсуждение исходный текст
Ответ на Postmaster start up problems (can't create lock file )  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Ответы Re: Postmaster start up problems (can't create lock file )  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Re: Postmaster start up problems (can't create lock file )  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-novice
You could chown the directory /var/run/postgresql/ to the user postgres is
running as. You might need root access for that as well, in case you dont
have it you could ask your sysadmin to do it.

Regards,
Patrick Lindeman


> I'm trying to start my postgres server and it gives me the following
> errror
>
> FATAL:  could not create lock file
> "/var/run/postgresql/.s.PGSQL.5432.lock":
> Permission denied
>
> Now obviously to touch the file that the error message is talking about,
> one
> needs root permission that the user account under which my postmaster is
> runnnig doesn't have.
>
> Can anyone tell me the fix.
>
> Thanks
>


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: analyzing query results
Следующее
От: Frank Bax
Дата:
Сообщение: Re: More of a SQL question, I guess.