Re: Can't start postmaster

From: "Reshat Sabiq" <sabiq(at)purdue(dot)edu>
To: "'Cornelia Boenigk'" <c(at)cornelia-boenigk(dot)de>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Can't start postmaster
Date: 2002-12-22 06:15:10
Message-ID: 000001c2a981$7edeef50$7882d380@main
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Thanks, I really had overlooked that. But I couldn't get it to run
anyway. Indeed I hadn't unpacked cygipc-1.13-2.tar.bz2 until your
message. I think there was an older version. However, even after
unpacking it I'm still getting the same error message after switching to
user postgres. The files went to /usr/local/bin and a couple of other
folders. I assume I don't have to build them, am I right (there's no
source and no makefile, anyway)? I simply ran
tar xvjf cygipc-1.13-2.tar.bz2
and then did this:
Under the key HKLM\Software\Cygnus Solutions\Cygwin\Program Options
create a key of type REG_SZ (String) named like the full DOS path
to the application, eg. "C:\cygwin\usr\local\bin\ipc-daemon.exe"
and with the value equal to the preferred CYGWIN settings,
eg "binmode tty ntsec".
As recommended at
http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html#LAT
EST.

So, it appears that I've got cygipc, and I can do net start ipc-daemon
successfully. Yet the message below suggests that it ain't working.

I start installation as myself, then switch to postgres user to do
initdb (hoping to come back and launch psql as myself), and initdb
fails.

Sorry for long message.

Thanks,
r.

P.S. I don't quite understand what semaphore is and how to test
ipc-daemon, but I did figure out 1 simple test command:
$ ipctest s c 1 17
Test v0.03s g 0 1
semaphore 0 created

Plus, it does run successfully as a service.

P.P.S. And when trying to run as myself, and not as a service, a log was
created saying it runs on port 5432, but I can't connect from pgAdmin.

P.P.P.S.
$ initdb -D /usr/share/postgresql/data
The files belonging to this database system will be owned by user
"postgres".
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 directory /usr/share/postgresql/data/base... ok
creating directory /usr/share/postgresql/data/global... ok
creating directory /usr/share/postgresql/data/pg_xlog... ok
creating directory /usr/share/postgresql/data/pg_clog... ok
creating template1 database in /usr/share/postgresql/data/base/1...
IpcSemaphore
Create: semget(key=1, num=17, 03600) failed: Function not implemented

initdb failed.

-----Original Message-----
From: pgsql-cygwin-owner(at)postgresql(dot)org
[mailto:pgsql-cygwin-owner(at)postgresql(dot)org] On Behalf Of Cornelia Boenigk
Sent: Saturday, December 21, 2002 8:50 PM
To: Reshat Sabiq; pgsql-cygwin(at)postgresql(dot)org
Subject: Re: [CYGWIN] Can't start postmaster

Hi

Maybe you should update the ipc-daemon.
My initdb also fails until I downloaded and installed a newer version.

Greetings
Conni

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Reshat Sabiq 2002-12-22 06:33:59 Re: Can't start postmaster->half done
Previous Message Cornelia Boenigk 2002-12-22 01:49:43 Re: Can't start postmaster