Re: problèm
- From: Nabil Servais <nabil(dot)servais(at)gmail(dot)com>
- To: pgsql-fr-generale(at)postgresql(dot)org
- Subject: Re: problèm
- Date: Fri, 2 Jun 2006 14:32:09 +0000 (UTC)
- Message-id: <loom(dot)20060602T163157-25(at)post(dot)gmane(dot)org>
Voila votre boule de crystal s'affiche:
postmaster en cours de démarrage
postgres(at)netagisdvp:/mnt/pgdata$ FATAL: Paramètre de configuration «tcpip_
socket» non reconnu
postmaster en cours de démarrage
et voila le pg_hba.conf au cas où:
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
# Database administrative login by UNIX sockets
local all postgres trust
#
# All other connections by UNIX sockets
local all all trust
#
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 trust
host all all 192.168.1.0/24 md5
#
# All IPv6 localhost connections
# All IPv6 localhost connections
host all all ::1 ffff:ffff:ffff:ffff:ffff:
ffff:ffff:ffff $
host all all ::ffff:127.0.0.1/128 ident
sameuser
#
# reject all other connection attempts
host all all 0.0.0.0 0.0.0.0 ident
sameuser
Home |
Main Index |
Thread Index