Can't start postmaster

Поиск
Список
Период
Сортировка
От Reshat Sabiq
Тема Can't start postmaster
Дата
Msg-id 001601c2a949$06d5d920$a382d380@main
обсуждение исходный текст
Ответы Re: Can't start postmaster  ("Reshat Sabiq" <sabiq@purdue.edu>)
Список pgsql-cygwin

I’d appreciate any insight on the problems that you might see in console printout below. I installed the postmaster service as owned by user postgres:

cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-D /usr/share/postgresql/data -i" --dep ipc-daemon --termsig INT --user postgres --shutdown

 

I’m guessing that I might not be able to run it that way, because there is no “su” command in cygwin/Windows.

Should I start from scratch and install the postmaster as owned by me?

 

On the flipside, how can I get me to own the server process? Is it like putting me and postgres into a group?

 

Thanks,

r.

 

----------------------------------

me@MAIN ~

$ initdb -D /usr/share/postgresql/data

The files belonging to this database system will be owned by user "me"

.

This user must also own the server process.

 

The database cluster will be initialized with locale C.

 

Fixing permissions on existing directory /usr/share/postgresql/data... ok

creating template1 database in /usr/share/postgresql/data/base/1... FATAL:  Can'

t create lock file /usr/share/postgresql/data/postmaster.pid: Permission denied

 

initdb failed.

 

me@MAIN ~

$ net start postmaster

The postmaster service is starting.

The postmaster service could not be started.

 

The service did not report an error.

 

More help is available by typing NET HELPMSG 3534.

 

me@MAIN ~

$

 

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

Предыдущее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: How to separate data and index objects on different disks???
Следующее
От: "Reshat Sabiq"
Дата:
Сообщение: Re: Can't start postmaster