RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
s ];then cnt=0 $silence_echo $ECHO_N "waiting for postmaster to start..."$ECHO_C while : do # FIXME: This is horribly misconceived. # 1) If password authentication is set up, the connection will fail. # 2) If a virtual host is set up, the connection may fail.

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread Igor Pechtchanski
;; shift > fi > > if [ -n "$logfile" ]; then > "$po_path" ${1+"$@"} >$logfile 2>&1 & > else > # when starting without log file, redirect stderr to stdout, so > # pg_ctl can be invoked with >$logfile a

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
uot; = yes ];then cnt=0 $silence_echo $ECHO_N "waiting for postmaster to start..."$ECHO_C while : do # FIXME: This is horribly misconceived. # 1) If password authentication is set up, the connection will fail. # 2) If a virtual host is set up, the connec

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread Igor Pechtchanski
t; > -- Henry David Thoreau > > This signature generated by > ... and I Quote!!(tm) Copyright (c) 1999 SpaZmodic Frog Software, Inc. > www.spazmodicfrog.com > > > -Original Message- > From: Igor Pechtchans

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
www.spazmodicfrog.com -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 1:47 PM To: John Pagakis Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Problem with stopping postmaster with pg_ctl On Tue, 16 S

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
w.spazmodicfrog.com -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 1:47 PM To: John Pagakis Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Problem with stopping postmaster with pg_ctl On Tue, 16 Sep 2003, John Pagakis wrote: &

Re: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread Christopher Faylor
On Tue, Sep 16, 2003 at 02:44:50PM -0700, John Pagakis wrote: >Igor - >You may be on to something > >If I say "which kill" at the command line it tells me /usr/bin/kill; if I >echo it out of the script I get the same thing. If I type >"/usr/bin/kill -15 " at the command line I get Usage.

RE: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread John Pagakis
ht (c) 1999 SpaZmodic Frog Software, Inc. www.spazmodicfrog.com -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 1:47 PM To: John Pagakis Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Problem with

RE: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread John Pagakis
4.2.0-3 XFree86-fnts4.2.0-3 XFree86-fscl4.2.0-3 XFree86-fsrv4.3.0-1 XFree86-html4.3.0-1 XFree86-jdoc 4.3.0-1 XFree86-lib 4.3.0-1 XFree86-lib-compat 4.3.0-1 XFree86-man 4.3.0-1 XFree86-nest4.3.0-1 XFr

Re: Problem with stopping postmaster with pg_ctl

2003-09-16 Thread Igor Pechtchanski
On Tue, 16 Sep 2003, John Pagakis wrote: > I'm trying to get Postgres working under Cygwin. The good news is, it > mostly is. The bad news is, I can't shut it down with pg_ctl. > > I loaded the full Cygwin installation on my Win2K Pro machine, and later on > my XP Pro box. Both behave the same

Problem with stopping postmaster with pg_ctl

2003-09-16 Thread John Pagakis
I'm trying to get Postgres working under Cygwin. The good news is, it mostly is. The bad news is, I can't shut it down with pg_ctl. I loaded the full Cygwin installation on my Win2K Pro machine, and later on my XP Pro box. Both behave the same way. When I run pg_ctl stop, it motors for the dur