Re: postgresql on windows 2000

From: "Marek Lewczuk" <newsy(at)lewczuk(dot)com>
To: <raj_14_11(at)rec-all(dot)com>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: postgresql on windows 2000
Date: 2003-09-05 09:56:02
Message-ID: 000001c37393$eb033ab0$4701a8c0@marek
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Ok., now check if file called cygwin1.dll in windows/system or
windows/system32 folder is the same which is in cygwin/bin folder...
.
> -----Original Message-----
> From: raj_14_11(at)rec-all(dot)com [mailto:raj_14_11(at)rec-all(dot)com]
> Sent: Friday, September 05, 2003 9:44 AM
> To: newsy(at)lewczuk(dot)com
> Subject: Re:Re: [CYGWIN] postgresql on windows 2000
>
>
> ya its there in task manager with pid 600
>
> >Probably it's a problem with cygwin1.dll. Ok., you should do
> something
> >else - after executing ipc-daemon you should check if it was
> loaded (go
> >to task manager and find ipc-daemon process). I don't think, that
> >ipc-daemon was loaded correctly.
> >
> >> -----Original Message-----
> >> From: raj_14_11(at)rec-all(dot)com [mailto:raj_14_11(at)rec-all(dot)com]
> >> Sent: Friday, September 05, 2003 9:37 AM
> >> To: newsy(at)lewczuk(dot)com
> >> Subject: Re:RE: [CYGWIN] postgresql on windows 2000
> >>
> >>
> >> after all installations when i start cygwin i get the
> >> following message
> >> "Your username or group hasn't been setup correctly.
> >> This typically happens if you are a domain user
> >> (cygwin does not automatically create /etc/passwd or
> >> /etc/group for domain users)"
> >>
> >> than i run
> >> "ipc-daemon &" command it returns me "[1] 1688"
> >> after all this when i run "initdb -D /data"
> >> i get the following error
> >> "The files belonging to this database system will be owned by
> >> user "rajesh". This user must also own the server process.
> >>
> >> The database cluster will be initialized with locale EN_US.
> >> This locale setting will prevent the use of indexes for
> >> pattern matching operations. If that is a concern, rerun
> >> initdb with the collation order set to "C". For more
> >> information see the Administrator's Guide.
> >>
> >> creating directory /data... ok
> >> creating directory /data/base... ok
> >> creating directory /data/global... ok
> >> creating directory /data/pg_xlog... ok
> >> creating directory /data/pg_clog... ok
> >> creating template1 database in /data/base/1...
> >> IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed:
> >> Function not implemented
> >>
> >> initdb failed.
> >> Removing /data.
> >> "
> >>
> >> >As I said before it is a mather of ipc-daemon - it has to be
> >> running if
> >> >want to start postmaster, initdb etc... So you should open
> >> bash shell
> >> >and write "ipc-daemon &"
> >> >
> >> >> -----Original Message-----
> >> >> From: pgsql-cygwin-owner(at)postgresql(dot)org
> >> >> [mailto:pgsql-cygwin-owner(at)postgresql(dot)org] On Behalf Of
> >> >> raj_14_11(at)rec-all(dot)com
> >> >> Sent: Friday, September 05, 2003 9:06 AM
> >> >> To: pgsql-cygwin(at)postgresql(dot)org
> >> >> Subject: [CYGWIN] postgresql on windows 2000
> >> >>
> >> >>
> >> >> Hi,
> >> >> i am new to postgresql and trying to use postgresql on
> following
> >> >> configuration and getting the following error.
> >> >> **********************************************
> >> >> Microsoft windows 2000
> >> >> Version 5.0 (build 2195 : service pack 4) postgresql-7.3.4-2
> >> >> cygwin 2.340.2.5
> >> >>
> >> >>
> >> >> creating template1 database in /data/base/1...
> >> >> IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed:
> >> >> Function not implemented
> >> >>
> >> >>
> >> >> **********************************************
> >> >> Can you please help me to find a workaround so that it works
> >> >> successfully.
> >> >>
> >> >>
> >> >> regards,
> >> >> Rajesh
> >> >>
> >> >> ---------------------------------------------
> >> >> WWW.rec-all.com - a community of all the RECs
> >> >>
> >> >> ---------------------------(end of
> >> >> broadcast)---------------------------
> >> >> TIP 9: the planner will ignore your desire to choose an index
> >> >> scan if your
> >> >> joining column's datatypes do not match
> >> >>
> >> >
> >> >
> >> >
> >>
> >> ---------------------------------------------
> >> WWW.rec-all.com - a community of all the RECs
> >>
> >
> >
> >
> >
> >---------------------------(end of
> >broadcast)---------------------------
> >TIP 9: the planner will ignore your desire to choose an
> index scan if your
> > joining column's datatypes do not match
>
> ---------------------------------------------
> WWW.rec-all.com - a community of all the RECs
>

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-09-05 12:18:07 Re: postgresql on windows 2000
Previous Message Marek Lewczuk 2003-09-05 09:47:50 Re: postgresql on windows 2000