Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group