Connection & logging Problems

Поиск
Список
Период
Сортировка
От Ralph Smith
Тема Connection & logging Problems
Дата
Msg-id E66B1CFE-4DC8-4B62-9529-0DA394C2D6E8@u.washington.edu
обсуждение исходный текст
Ответ на Re: ERROR: Could not access status of transaction ####  (Ralph Smith <smithrn@u.washington.edu>)
Ответы Re: Connection & logging Problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I have both 7.4 & 8.2 on this box.
Everything below is WRT v7.4

User postgres connects fine.

When I:
    postgres@smithrn-ltb1:/usr/lib/postgresql/7.4/bin$ psql -U
airburst airburst -p 5433

I get:
    psql: FATAL:  IDENT authentication failed for user "airburst"

REFERRING TO /etc/postgresql/7.4/main
My pg_hba.conf has:
    # IPv4-style local connections:
    host    all         all         127.0.0.1
255.255.255.255   trust            # RNS added

My postgresql.conf has:
    syslog = 2 # 0                  # range 0-2; 0=stdout; 1=both;
2=syslog
    client_min_messages = debug1
    log_min_messages = debug1
    log_min_error_statement = error

YET I'm getting NO logging in either /var/log/syslog nor in /var/log/
postgresql/postgresql-7.4-main.log

WHY?
Why no logging
and Why unable to connect?


Ralph Smith
smithrn@u.washington.edu
=====================




В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Questions about LIMIT/OFFSET
Следующее
От: Josh Trutwin
Дата:
Сообщение: Re: Questions about LIMIT/OFFSET