Обсуждение: ¿What's wrong?

Поиск
Список
Период
Сортировка

¿What's wrong?

От
"Miguel Angel Martin"
Дата:
Hello,

I'm trying to configure a postgresql database (7.3.2) to use with JSP (developing with Netbeans 3.4) I've installed Cygwin. I had create the database and no problem. But second time, I try to run postgresql:

M.A.@bw28 ~/basicportal/db
$ Ipc-daemon &
$ postmaster -i -D

data LOG: database system was shut down at 2003-03-17 21:57:41 LOG: checkpoint record is at 0/83B1A8 LOG: redo record is at 0/83B1A8; undo record is at 0/0; shutdown TRUE LOG: next transaction id: 480; next oid: 16976 LOG:
database system is ready And the postgres hang it.

Then I do a fast shutdown by ctrol+C, exit cygwin and try again. But the same ocurs. I try to delete the data directory in cygwin (using rm and rmdir) and initdb again the database, but the same ocurrs. I saw the Admnistrator Guide, Manual and the User Guide than but, I don't find what's wrong.

Thanks for all,

Miguel A. Martín Ruiz
miguelangel.java@ozu.es
Málaga, Spain

-------------------------------------------------- Nuevo Depósito a 1 mes 6% TAE, contrátalo: http://ingdirect.ozu.es -------------------------------------------------- Correo enviado desde http://www.ozu.es

Re: ¿What's wrong?

От
Robert Treat
Дата:
On Wed, 2003-03-19 at 13:53, Miguel Angel Martin wrote:Hello,

I'm trying to configure a postgresql database (7.3.2) to use with JSP
(developing with Netbeans 3.4) I've installed Cygwin. I had create the
database and no problem. But second time, I try to run postgresql:

M.A.@bw28 ~/basicportal/db
$ Ipc-daemon &
$ postmaster -i -D

data LOG: database system was shut down at 2003-03-17 21:57:41 LOG:
checkpoint record is at 0/83B1A8 LOG: redo record is at 0/83B1A8; undo
record is at 0/0; shutdown TRUE LOG: next transaction id: 480; next oid:
16976 LOG:
database system is ready And the postgres hang it.

Then I do a fast shutdown by ctrol+C, exit cygwin and try again. But the
same ocurs. I try to delete the data directory in cygwin (using rm and
rmdir) and initdb again the database, but the same ocurrs. I saw the
Admnistrator Guide, Manual and the User Guide than but, I don't find
what's wrong.

There is an up to date set of cygwin install instructions available at:
http://www.tishler.net/jason/software/postgresql/postgresql-7.3.2.README

If you still can't get it, try posting to the cygwin list.

Robert Treat