Re: [ADMIN] Getting an error in connection refused

2005-08-14 Thread Siddharth Rath (sirath)
It may happen that the earlier postmaster-process didn't get killed properly . I'd this issue some time back. Try doing a "ps -A" and see if the postmaster is still showing up in the process list. If it is, then the db was not truly shutdown. So kill the process and try again. If you wont get the

[ADMIN] Need your help

2003-10-27 Thread Siddharth Rath (sirath)
Title: Message Hi, I'm quite new to PostgresSQL and facing a trouble while trying to install and run as per the guide line.   I did the following : Installing from su systran : 1) ./configure --enable-multibyte --with-perl --without-readline --prefix=/apps/systran/postgresql --bindir=/apps

Re: [ADMIN] Need your help

2003-10-27 Thread Siddharth Rath (sirath)
] Subject: Re: [ADMIN] Need your help -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, 27 Oct 2003, Siddharth Rath (sirath) wrote: > at the end of 6th step I did receivethe following in my log file. I > cant reconfigure the kernel with larger SHMMAX. Please let me know how &

[ADMIN] Need your help (frustrating issue)

2003-11-20 Thread Siddharth Rath (sirath)
Title: Message Hi , I'm facing an issue with Postgresql 7.3.4. I've installed DBI version 1.37 & DBD::Pg (1.22) on a Solaris  8  machine w/ perl 5.6.1 .The basicproblem is I can connect to Postgres just fine from the command line, but itcraps out when I try from a CGI with the below error

Re: [ADMIN] Need your help (frustrating issue)

2003-11-20 Thread Siddharth Rath (sirath)
ou such as: #!/bin/sh export LD_LIBRARY_PATH=. /usr/local/apache/cgi/asd.cgi (or the like) HTH's Matt Quoting "Siddharth Rath (sirath)" <[EMAIL PROTECTED]>: > Hi , > I'm facing an issue with Postgresql 7.3.4. > I've installed DBI version 1.37 & DBD::

Re: [ADMIN] Need your help (frustrating issue)

2003-11-24 Thread Siddharth Rath (sirath)
at will set the > environment for you such > as: > > #!/bin/sh > > export LD_LIBRARY_PATH=. > > /usr/local/apache/cgi/asd.cgi (or the like) > > > > > HTH's > > Matt > > Quoting "Siddharth Rath (sirath)" <[EMAIL PROTECTED]>: >

[ADMIN] URGENT : StreamServerPort: bind() failed: Cannot assign requested address

2004-06-03 Thread Siddharth Rath (sirath)
Hi, I've an application running on RedHat Linux and we are using Postgres as our DB. Initially the DB was running perfectly but due to some requirement we stopped the DB with " pg_ctl stop -m 'fast' " command. When I tried to restart the DB/Postmaster it says : StreamServerPort: bind() failed: C

Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign requested address

2004-06-03 Thread Siddharth Rath (sirath)
-A and see if the postmaster is still showing up in the process list. If it is then you know for sure that the db is not truly shutdown. On Thu, 2004-06-03 at 21:22, Siddharth Rath (sirath) wrote: > Hi, > I've an application running on RedHat Linux and we are using Postgres > as

Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannot assign requested address

2004-06-03 Thread Siddharth Rath (sirath)
iddharth Rath (sirath)" <[EMAIL PROTECTED]> writes: > When I tried to restart the DB/Postmaster it says : > StreamServerPort: bind() failed: Cannot assign requested address > Is another postmaster already running on port 5432? > If not, wait a few seconds a

Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign

2004-06-04 Thread Siddharth Rath (sirath)
[EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign Siddharth Rath (sirath) wrote: >> >>The O/P of >netstat -plunt | grep 5432 >> what about just : netstat -na | grep 5432 to see if any 5432 stuff is hanging around and

Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign

2004-06-04 Thread Siddharth Rath (sirath)
anx and regards Sidd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lane Sent: Friday, June 04, 2004 10:01 AM To: [EMAIL PROTECTED] Cc: 'Rob'; [EMAIL PROTECTED] Subject: Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign

Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign

2004-06-04 Thread Siddharth Rath (sirath)
ubject: Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign Tom Lane wrote: > "Siddharth Rath (sirath)" <[EMAIL PROTECTED]> writes: > >>Surprisingly .s.PGSQL.5432 file is not getting created in /tmp >>directory ( I believe this should be created

Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign

2004-06-04 Thread Siddharth Rath (sirath)
] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Sent: Friday, June 04, 2004 1:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] URGENT : StreamServerPort: bind() failed: Cannotassign Siddharth Rath (sirath) wrote: > Hi Rob, > I did run the script from > http://myc