Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Novice > Re: Remote / ne...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 9 Topic 3077 of 3323
Post > Topic >>

Re: Remote / network connection fails

by andrej.groups@[EMAIL PROTECTED] ("Andrej Ricnik-Bay") Apr 19, 2008 at 07:56 AM

On 18/04/2008, Nils Zierath <nils.zierath@[EMAIL PROTECTED]
> wrote:

>  I tried 'netstat -anp' while being logged into my server via ssh:
>  ..
>  unix  2  [ ACC ]  STREAM  LISTENING  317212  2992/postgres
> /var/run/postgresql/.s.PGSQL.5432
>  ..

>  So that looks alright?

No, it doesn't.  That's the local socket, it's not listening on
any network interface. You'd expect something more like this:

netstat -anp|grep postgr
tcp        0      0 0.0.0.0:5432            0.0.0.0:*
LISTEN     5233/postgres
tcp6       0      0 :::5432                 :::*
LISTEN     5233/postgres
udp        0      0 127.0.0.1:32769         127.0.0.1:32769
ESTABLISHED5233/postgres
unix  2      [ ACC ]     STREAM     LISTENING     18729
5233/postgres       /var/run/postgresql/.s.PGSQL.5432


>  What else could I try?

Not quite sure what's going wrong there.  Have you got
more than one version of postgres installed?

>  Cheers,
>  nilson
Cheers,
Andrej


-- 
Please don't top post, and don't use HTML e-Mail :}  Make your quotes
concise.

http://www.american.edu/econ/notes/htmlmail.htm

-- 
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice
 




 9 Posts in Topic:
Remote / network connection fails
nils.zierath@[EMAIL PROTE  2008-04-16 19:05:51 
Re: Remote / network connection fails
andrej.groups@[EMAIL PROT  2008-04-17 09:38:04 
Re: Remote / network connection fails
nils.zierath@[EMAIL PROTE  2008-04-18 10:36:11 
Re: Remote / network connection fails
andrej.groups@[EMAIL PROT  2008-04-19 07:56:49 
Re: Remote / network connection fails
nils.zierath@[EMAIL PROTE  2008-04-21 12:21:20 
Re: Remote / network connection fails
tgl@[EMAIL PROTECTED] (T  2008-04-21 10:36:11 
Re: Remote / network connection fails
nils.zierath@[EMAIL PROTE  2008-04-22 11:41:49 
Re: Remote / network connection fails
andrej.groups@[EMAIL PROT  2008-04-22 21:36:50 
Re: Remote / network connection fails
nils.zierath@[EMAIL PROTE  2008-04-22 14:46:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Dec 5 5:20:25 CST 2008.