Yes I have written postmaster -i & in the startup of cygwin. Infact I have written the below in /etc/profile as postmaster was not not starting ony with the last 2 lines.
PATH=$PATH:/usr/local/pgsql/bin:/usr/local/bin PGDATA=/usr/local/pgsql/data PGLIB=/usr/local/pgsql/lib LD_LIBRARY_PATH=/usr/local/pgsql/lib:/usr/local/lib export LD_LIBRARY_PATH PATH PGDATA PGLIB ipc-daemon & postmaster -i & Also I have installed Apache on c:\apache and not installed with i:\cygwin. I have also added in pg_hba.conf: local all trust host all 127.0.0.1 255.255.255.255 trust Any ideas? Thanks & Regards, saurabh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Martin Lillepuu Sent: 18 June 2002 18:35 To: [EMAIL PROTECTED] Subject: Re: [SL] for power users a minor problem, errors while executingadmin.pl �hel kenal p�eval (teisip�ev, 18. juuni 2002 10:32) kirjutas Saurabh Shah: > Thanks Dieter, > It worked well. :) > > But now when I try to created pg dataset through admin.pl I get > following error: > > connectDBStart() -- socket() failed: errno=2 > No such file or directory have you set postgres to listen tcp connections (add -i option in startup script)? -- Martin Lillepuu | e-mail: [EMAIL PROTECTED] | gsm: +372 515 6450 ------------------------------------------------------------------------ ---- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users ---------------------------------------------------------------------------- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users
