Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2005 10:22:44 -0500
From:      "Joseph Koenig (jWeb)" <joe@jwebmedia.com>
To:        Kalashnikov Ilya <kalashnikovi@mail.ru>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: PostgreSQL 8.0.3 + FreeBSD + TCP/IP
Message-ID:  <BED46074.1F47F%joe@jwebmedia.com>
In-Reply-To: <1118762272.64621.4.camel@n-ss>

next in thread | previous in thread | raw e-mail | index | archive | help
>> Hi,
>> 
>> I'm having a difficulty getting PostgreSQL to accept TCP/IP connections on
>> FreeBSD 5.3. I have edited 'postgresql.conf' in my postgres data directory
>> to set the listen_address (and uncommented it) and have the port line
>> uncommented and set to the default 5432. I then restarted the postmaster and
>> tried to connect. I get:
>> 
>> could not connect to server: Connection refused
>>         Is the server running on host "xx.xxx.xx.xxx" and accepting
>>         TCP/IP connections on port 5432?
>> 
>> I can connect from localhost just fine. Is there anything that needs to be
>> set in /etc/inetd.conf or /etc/hosts.allow? I have postgresql_enable="YES"
>> in my /etc/rc.conf file, but have not rebooted since I added that. If that's
>> the problem, is there a good way to load that value without rebooting? Is it
>> just an environmental variable? Thanks,
>> 
>> Joe Koenig
>> Production Manager
>> jWeb New Media Design
>> joe@jWebmedia.com
>> http://www.jwebmedia.com/
>> 636.928.3162 
>> 
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>> 
> 
> -- see pg_hba.conf in $PGDATA directory. :)
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

I guess I should have specified that I have already added the appropriate
entries into pg_hba.conf. I thought that the error message would be enough
to indicate it was not an authentication problem, as that generates an error
stating there is not an entry in pg_hba for that host.

Thanks,

Joe Koenig
Production Manager
jWeb New Media Design
joe@jWebmedia.com
http://www.jwebmedia.com/
636.928.3162 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BED46074.1F47F%joe>