From: | "Siddharth Rath (sirath)" <sirath(at)cisco(dot)com> |
---|---|
To: | "Shilpa Tisgaonkar" <shilpa(dot)tisgaonkar(at)opensystemsinc(dot)com> |
Cc: | <pgsql-admin(at)postgresql(dot)org>, <shilpatisgaonkar(at)yahoo(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: Getting an error in connection refused |
Date: | 2005-08-15 00:57:28 |
Message-ID: | C24CF9D49A69ED48B4091F7522A95DC58A07C7@xmb-sjc-224.amer.cisco.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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 postmaster then do a
netstat -plunta | grep 5432
And see if the process is binding to 0 0.0.0.0 . If its binding to 0
0.0.0.0 then probably your sysadmin can help you out.
Thanx
Sidd
-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
Sent: Sunday, August 14, 2005 5:25 PM
To: Shilpa Tisgaonkar
Cc: pgsql-admin(at)postgresql(dot)org; shilpatisgaonkar(at)yahoo(dot)com
Subject: Re: [ADMIN] Getting an error in connection refused
"Shilpa Tisgaonkar" <shilpa(dot)tisgaonkar(at)opensystemsinc(dot)com> writes:
> I'm getting the following error
> psql: could not connect to server: Connection refused
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?
Looks like the postmaster hasn't been started. See the PG
documentation...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
From | Date | Subject | |
---|---|---|---|
Next Message | getuliokj4_dq | 2005-08-15 15:24:30 | listas de e-mails por profisso |
Previous Message | Tom Lane | 2005-08-15 00:25:16 | Re: Getting an error in connection refused |