Обсуждение: pg_statsinfo : error could not connect to repository

Поиск
Список
Период
Сортировка

pg_statsinfo : error could not connect to repository

От
Sameer Thakur
Дата:
Hello,
After executing make install for pg_statsinfo when i start the server i see error

ERROR: could not connect to repository
WARNING: writer discards 1 items
LOG:  pg_statsinfo launcher shutting down
DEBUG:  shmem_exit(0): 0 callbacks to make
DEBUG:  proc_exit(0): 0 callbacks to make
DEBUG:  exit(0)
DEBUG:  shmem_exit(-1): 0 callbacks to make
DEBUG:  proc_exit(-1): 0 callbacks to make


postgres.conf changes made are:

shared_preload_libraries = 'pg_statsinfo,pg_stat_statements'
track_counts = on
track_activities = on
log_min_messages = debug5  
pg_statsinfo.textlog_min_messages.
log_timezone = 'utc'
log_destination = 'csvlog'
logging_collector = on

In pg_hba.conf changes made are
local all postgres ident


Any pointers would be appreciated

regards,

Re: pg_statsinfo : error could not connect to repository

От
Kasahara Tatsuhito
Дата:
Hello

> After executing make install for pg_statsinfo when i start the server i see
> error
If you have any questions or troubles about pg_statsinfo, please send
it to pgstatsinfo Mailing List.
(http://pgfoundry.org/mail/?group_id=1000422)

> postgres.conf changes made are:
And you may have to change "log_filename" option.
# It may not relate to this problem, though.

> In pg_hba.conf changes made are
> local all postgres ident
Could you try to change the ident -> trust in pg_hba.conf and start
the PostgreSQL server with pg_statsinfo ?

# Again, if you would reply, please post to the dedicated Mailing Lists.

Best regards
--
Kasahara Tatsuhito

2013/5/21 Sameer Thakur <samthakur74@gmail.com>:
> Hello,
> After executing make install for pg_statsinfo when i start the server i see
> error
>
> ERROR: could not connect to repository
> WARNING: writer discards 1 items
> LOG:  pg_statsinfo launcher shutting down
> DEBUG:  shmem_exit(0): 0 callbacks to make
> DEBUG:  proc_exit(0): 0 callbacks to make
> DEBUG:  exit(0)
> DEBUG:  shmem_exit(-1): 0 callbacks to make
> DEBUG:  proc_exit(-1): 0 callbacks to make
>
>
> postgres.conf changes made are:
>
> shared_preload_libraries = 'pg_statsinfo,pg_stat_statements'
> track_counts = on
> track_activities = on
> log_min_messages = debug5
> pg_statsinfo.textlog_min_messages.
> log_timezone = 'utc'
> log_destination = 'csvlog'
> logging_collector = on
>
> In pg_hba.conf changes made are
> local all postgres ident
>
>
> Any pointers would be appreciated
>
> regards,



--
Tatsuhito Kasahara
kasahara.tatsuhito _at_ gmail.com


Re: pg_statsinfo : error could not connect to repository

От
Amit Langote
Дата:
On Tue, May 21, 2013 at 8:56 PM, Sameer Thakur <samthakur74@gmail.com> wrote:
> Hello,
> After executing make install for pg_statsinfo when i start the server i see
> error
>
> ERROR: could not connect to repository
> WARNING: writer discards 1 items
> LOG:  pg_statsinfo launcher shutting down
> DEBUG:  shmem_exit(0): 0 callbacks to make
> DEBUG:  proc_exit(0): 0 callbacks to make
> DEBUG:  exit(0)
> DEBUG:  shmem_exit(-1): 0 callbacks to make
> DEBUG:  proc_exit(-1): 0 callbacks to make
>
>
> postgres.conf changes made are:
>
> shared_preload_libraries = 'pg_statsinfo,pg_stat_statements'
> track_counts = on
> track_activities = on
> log_min_messages = debug5
> pg_statsinfo.textlog_min_messages.
> log_timezone = 'utc'
> log_destination = 'csvlog'
> logging_collector = on
>
> In pg_hba.conf changes made are
> local all postgres ident
>
>
> Any pointers would be appreciated

Did you install your PostgreSQL server with --with-libxml configure
option if you installed your server from source?


--
Amit Langote