Re: initdb problems

Поиск
Список
Период
Сортировка
От Mike G.
Тема Re: initdb problems
Дата
Msg-id 20040924051643.GA20889@localhost.localdomain
обсуждение исходный текст
Ответ на initdb problems  (Michael Mallete <mrmallete@gmail.com>)
Список pgsql-cygwin
It sounds like you either executed initdb earlier or the tests that run after compling did shutdown the database before
exiting. You can try and delete that pid file.  If Windows blocks you because it is in use you probably should reboot. 

On Mon, Sep 20, 2004 at 07:59:51PM +0800, Michael Mallete wrote:
> good day!
>
> i'm having problems with running initdb. my platform is windows 2000
> professional. just installed cygwin 1.5.11-1. i was able to compile
> and install postgresql 7.4.5 from source with simply doing
> ./configure, make, and make install. then i ran "/usr/sbin/cygserver
> &." finally, i ran "initdb -D /usr/local/pgsql/data." but it ends with
> this:
>
> FATAL: lock file "/usr/local/pgsql/data/postmaster.pid" already exists
> HINT: Is another postgres (PID 1884) running in data directory
> "/usr/local/pgsql/data"?
>
>
> thanx in advance! :)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

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

Предыдущее
От: Caroline Perlin
Дата:
Сообщение: error in cygwin - please help me
Следующее
От: "Mike G."
Дата:
Сообщение: Re: PostgreSQL_7.5.4-1 on Windows-XP