The following bug has been logged online: Bug reference: 2843 Logged by: sorel Email address: [EMAIL PROTECTED] 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 : [EMAIL PROTECTED]> psql -h 192.168.0.211 furniture psql: no se pudo conectar con el servidor: Conexión rehusada ¿Está el servidor en ejecución en el servidor «192.168.0.211» y aceptando conexiones TCP/IP en el puerto 5432? [EMAIL PROTECTED]> psql -h 192.168.0.211 furniture psql: no se pudo conectar con el servidor: Conexión rehusada ¿Está el servidor en ejecución en el servidor «192.168.0.211» y aceptando conexiones TCP/IP en el puerto 5432? [EMAIL PROTECTED]> psql furniture Digite: \copyright para ver los términos de distribución \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... ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq