dbTalk Databases Forums  

[BUGS] BUG #1480: A wildcard for the listen address doesn't work

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1480: A wildcard for the listen address doesn't work in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Glen
 
Posts: n/a

Default [BUGS] BUG #1480: A wildcard for the listen address doesn't work - 02-14-2005 , 07:20 AM







The following bug has been logged online:

Bug reference: 1480
Logged by: Glen
Email address: glen (AT) cert (DOT) ucr.edu
PostgreSQL version: 8.0.1
Operating system: Fedora Core 1
Description: A wildcard for the listen address doesn't work
Details:

If I go with this in my postgresql.conf file, then postgresql doesn't listen
on anything but localhost:
listen_addresses = '*'

But if I explicitly list the ips then things work:
listen_addresses = '127.0.0.1,138.23.180.100,10.0.0.100'

Perhaps the problem is the fact that I have more than one network card in
this machine? Anyway, thought I'd give you guys a heads up.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #1480: A wildcard for the listen address doesn't work - 02-14-2005 , 11:14 AM






"Glen" <glen (AT) mail (DOT) cert.ucr.edu> writes:
Quote:
If I go with this in my postgresql.conf file, then postgresql doesn't listen
on anything but localhost:
listen_addresses = '*'
You sure it's broken? It only needs to create one socket for that case,
not one per NIC.

If it indeed doesn't work then there's something wrong with
getaddrinfo() on your machine. FWIW, it seems to work fine for
me on Fedora Core 3.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.