Re: Installing PostgreSQL 7.3.1 on windows 2000

From: "Agrawal, Manish" <MAgrawal(at)coba(dot)usf(dot)edu>
To: 'Jason Tishler' <jason(at)tishler(dot)net>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Installing PostgreSQL 7.3.1 on windows 2000
Date: 2003-02-10 21:08:59
Message-ID: 00A42578900AD411BCFD00A0C978DC9304DC01A9@mail.coba.usf.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

Browse pgsql-cygwin by date

  From Date Subject
Next Message Agrawal, Manish 2003-02-10 21:15:38 Gotcha!!! Installing PostgreSQL 7.3.1 on windows 2000
Previous Message Seth Rubin 2003-02-10 19:50:24 FW: FW: FW: Latest cygwin always crashing with Postgres