BUG #2843: .conf listen_addresses intel 64
От | sorel |
---|---|
Тема | BUG #2843: .conf listen_addresses intel 64 |
Дата | |
Msg-id | 200612191633.kBJGXZAu023624@wwwmaster.postgresql.org обсуждение исходный текст |
Список | pgsql-bugs |
The following bug has been logged online: Bug reference: 2843 Logged by: sorel Email address: sorel.up8@ifrance.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@192.168.0.5> 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? sorel@192.168.0.211> 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? sorel@192.168.0.5> 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...
В списке pgsql-bugs по дате отправления: