Arkadaşlar,

Postgresql kurmaya çalışıyorum. Aşağıdaki hatayı alıyorum, birkaçtane çözüm
önerisi buldum ama onlarda işe yaramadı.
Fikri olan varmı ?

localhost:/# psql -U postgres -h localhost
psql: could not connect to server: Connection refused
    Is the server running on host "localhost" and accepting
    TCP/IP connections on port 5432?
localhost:/#


*postgresql.conf dosyası:*

max_connections = 128
...
constraint_exclusion = on
...
log_destination = 'syslog'
...
lc_messages = 'en_US.utf8'                      # locale for system error
message
...
lc_monetary = 'tr_TR.utf8'                      # locale for monetary
formatting
...
lc_numeric = 'tr_TR.utf8'                       # locale for number
formatting
...
lc_time = 'tr_TR.utf8'                          # locale for time formatting



*pg_hba.conf dosyası:*

# Noninteractive user for Debian
local   all         postgres                          ident sameuser
# Socket connections.
local   all         all                               md5
# IPv4 connections.
host    all         all         127.0.0.1/32          md5
# IPv6 connections.
host    all         all         ::1/128               md5




--
Erbil CIVELEK
_______________________________________________
Linux-sunucu E-Posta Listesi
[email protected]

Liste kurallarını http://liste.linux.org.tr/kurallar.php  bağlantısından 
okuyabilirsiniz;

Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu

Cevap