BUG #2843: .conf listen_addresses intel 64

From: "sorel" <sorel(dot)up8(at)ifrance(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2843: .conf listen_addresses intel 64
Date: 2006-12-19 16:33:35
Message-ID: 200612191633.kBJGXZAu023624@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2843
Logged by: sorel
Email address: sorel(dot)up8(at)ifrance(dot)com
PostgreSQL version: 8.1.4
Operating system: linux Mandriva 2007 power pack
Description: .conf listen_addresses intel 64
Details:

I have been inspired to run two servers with amd 4200 on the first an intel
E6600 on the other.
When I listen_addresses = '192.168.0.5, 192.168.0.11, 192.168.0.111,
192.168.0.211' on the amd computer, I have no trouble but the same thing on
the intel based computer works as following :
sorel(at)192(dot)168(dot)0(dot)5> psql -h 192.168.0.211 furniture
psql: no se pudo conectar con el servidor: Conexin rehusada
Est el servidor en ejecucin en el servidor 192.168.0.211 y
aceptando
conexiones TCP/IP en el puerto 5432?
sorel(at)192(dot)168(dot)0(dot)211> psql -h 192.168.0.211 furniture
psql: no se pudo conectar con el servidor: Conexin rehusada
Est el servidor en ejecucin en el servidor 192.168.0.211 y
aceptando
conexiones TCP/IP en el puerto 5432?
sorel(at)192(dot)168(dot)0(dot)5> psql furniture
Digite: \copyright para ver los trminos de distribucin
\h para ayuda de comandos SQL
\? para ayuda de comandos psql
\g o or termine con punto y coma para ejecutar una consulta
\q para salir

furniture=# \q
service postgresql restart
Stopping postgresql service: [ OK ]
Starting postgresql service: [ OK ]
and everything goes normally !
If i do : listen_addresses = '*'
the connections start normally after boot time...

Browse pgsql-bugs by date

  From Date Subject
Next Message Jessica 2006-12-19 21:44:10 BUG #2844: gmake install fails
Previous Message Kevin Grittner 2006-12-19 16:28:44 Re: No error when FROM is missing in subquery