Re: weird initdb output

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: weird initdb output
Дата
Msg-id 4C28EF23.20903@hogranch.com
обсуждение исходный текст
Ответ на weird initdb output  (Geoffrey <lists@serioustechnology.com>)
Список pgsql-general
On 06/28/10 11:41 AM, Geoffrey wrote:
> I wrote a script that creates a new database from an existing backup.
> Works great on my machine.  Another user tries to use it and sees the
> following output from initdb:
>
> could not change directory to "/root"
> The files belonging to this database system will be owned by user
> "postgres".
> This user must also own the server process.
> .
> .
>
> Why is it trying to change directory to /root???  Running as the
> postgres user.
>
> Any assistance would be appreciated.

maybe he did an "su postgres" and not a "su - postgres" ?  the latter
does the equiv of a login, while the first only changes hte effective user.



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

Предыдущее
От: Geoffrey
Дата:
Сообщение: weird initdb output
Следующее
От: Tom Lane
Дата:
Сообщение: Re: weird initdb output