[GENERAL] another can't connect

2009-06-28 Thread BJ Freeman
l -- anywhere anywherereject-with icmp-port-unreachable there is not filtering on output. -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems

Re: [GENERAL] another can't connect

2009-06-28 Thread BJ Freeman
tcp0 0 127.0.0.1:5432 0.0.0.0:* LISTEN is the only line for that port Chris sent the following on 6/28/2009 7:33 PM: > BJ Freeman wrote: >> PostgreSQL version 8.1.11 (With schemas) >> I have read the recent emails and believe I have covered all the ba

Re: [GENERAL] another can't connect

2009-06-28 Thread BJ Freeman
sorry about the post did not do a reply all and sent a personal replay yes in the chain I have ACCEPT all -- anywhere anywherestate RELATED,ESTABLISHED it is the next to last rule. Andrej sent the following on 6/28/2009 8:14 PM: > 2009/6/29 BJ Freeman : >>

Re: [GENERAL] another can't connect

2009-06-30 Thread BJ Freeman
Thanks for you help found that this not connect problem is server wide. not just Isolated to postgresql. so tracking down what i did to mess it up :D BJ Freeman sent the following on 6/28/2009 8:23 PM: > sorry about the post did not do a reply all and sent a personal replay > yes in the c

Re: [GENERAL] another can't connect--solved

2009-06-30 Thread BJ Freeman
added this to iptables ACCEPT all -- localhostlocalhost BJ Freeman sent the following on 6/28/2009 8:23 PM: > sorry about the post did not do a reply all and sent a personal replay > yes in the chain I have > ACCEPT all -- anywhere anywhere

[GENERAL] upgrade causes psql to not work

2012-07-25 Thread BJ Freeman
did a centos 5.6 server upgrade to PostgreSQL version 8.4.12. console: [root@main jdbc]# psql -h localhost -U gameserver passwordfromentityengine.xml psql: could not connect to server: Connection refused Is the server running on host "localhost" and accepting TCP/IP connections

Re: [GENERAL] upgrade causes psql to not work

2012-07-25 Thread BJ Freeman
: On Wed, Jul 25, 2012 at 9:57 AM, BJ Freeman wrote: did a centos 5.6 server upgrade to PostgreSQL version 8.4.12. console: [root@main jdbc]# psql -h localhost -U gameserver passwordfromentityengine.xml psql: could not connect to server: Connection refused Is the server running on host

Re: [GENERAL] upgrade causes psql to not work

2012-07-26 Thread BJ Freeman
st all all 127.0.0.1/32 trust # IPv6 local connections: host all all ::1/128 trust host all all 127.0.0.1 255.255.255.255 trust host all all 0.0.0.0 0.0.0.0 trust Merlin Moncure sent the following on 7/25/2012 9:42 AM: On Wed, Jul 25, 2012 at 11:42 AM, Merlin Moncure wrote: On Wed, Jul 25, 2012 at 10