Re: Installing PostgreSQL 7.3.1 on windows 2000

Поиск
Список
Период
Сортировка
От Agrawal, Manish
Тема Re: Installing PostgreSQL 7.3.1 on windows 2000
Дата
Msg-id 00A42578900AD411BCFD00A0C978DC9304DC01A9@mail.coba.usf.edu
обсуждение исходный текст
Ответ на Installing PostgreSQL 7.3.1 on windows 2000  ("Agrawal, Manish" <MAgrawal@coba.usf.edu>)
Список pgsql-cygwin
Thanks Jason,

    I have accidently shut down pgsql on Windows 2000 by closing the
Command shell (this installation was the native Windows 2000 port of pgsql
7.3.1). Now I am unable to restart
> (b) I cannot restart pgsql.

Try the following:

    $ net stop ipc-daemon
    $ rm -fr /tmp/cygipc_* /tmp/MultiFile*
    $ net start ipc-daemon
    $ pg_ctl start

I tried these, but the error message is the same:

Administrator@COBA-MAGRAWAL
$ pg_ctl start
pg_ctl: Another postmaster may be running. Trying to start postmaster
anyway. Found a pre-existing shared memory block (Key 5432001, id 0) still
in use. If you're sure there are no old backends still running, remove the
shared memory block with ipcrm(1), or just delete "/data/postmaster.pid".
pg_ctl: cannot start postmaster
Examine the log output.

When I do
$delete "/data/postmaster.pid"        I get
bash: delete: command not found

When I do
$ipcrm(1)                        I get
bash: syntax error near unexpected token '1'

Can I get help in (1) getting pgsql restarted and (2) viewing the log
output.

Thanks
Manish

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

Предыдущее
От: Seth Rubin
Дата:
Сообщение: FW: FW: FW: Latest cygwin always crashing with Postgres
Следующее
От: "Agrawal, Manish"
Дата:
Сообщение: Gotcha!!! Installing PostgreSQL 7.3.1 on windows 2000