Bom dia!

Não consigo subir o servidor após uma atualização do S.O.

Cenário:
Dell R710
16GB Ram
Raid 10 (5 discos SSD + 5 Discos SAS 15k)
Linux batux 3.19.0-25-generic #26-Ubuntu SMP Fri Jul 24 21:17:31 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
PostgreSQL 9.4.4

Manualmente tento subir o servidor com o comando:

/usr/lib/postgresql/9.4/bin/postgres -d 3 -D /var/lib/postgresql/9.4/main -c
config_file=/etc/postgresql/9.4/main/postgresql.conf

Recebo a mensagem:

2015-09-08 07:15:52 BRT [3839]: [1-1]  DEBUG:  postgres: PostmasterMain:
initial environment dump:
2015-09-08 07:15:52 BRT [3839]: [2-1]  DEBUG:
-----------------------------------------
2015-09-08 07:15:52 BRT [3839]: [3-1]  DEBUG:   LC_PAPER=pt_BR
2015-09-08 07:15:52 BRT [3839]: [4-1]  DEBUG:   XDG_SESSION_ID=23
2015-09-08 07:15:52 BRT [3839]: [5-1]  DEBUG:   LC_ADDRESS=pt_BR
2015-09-08 07:15:52 BRT [3839]: [6-1]  DEBUG:   LC_MONETARY=C
2015-09-08 07:15:52 BRT [3839]: [7-1]  DEBUG:   SHELL=/bin/bash
2015-09-08 07:15:52 BRT [3839]: [8-1]  DEBUG:   TERM=xterm
2015-09-08 07:15:52 BRT [3839]: [9-1]  DEBUG:   LC_NUMERIC=C
2015-09-08 07:15:52 BRT [3839]: [10-1]  DEBUG:          USER=postgres
2015-09-08 07:15:52 BRT [3839]: [11-1]  DEBUG:          LC_TELEPHONE=pt_BR
2015-09-08 07:15:52 BRT [3839]: [12-1]  DEBUG:
MAIL=/var/mail/postgres
2015-09-08 07:15:52 BRT [3839]: [13-1]  DEBUG:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
2015-09-08 07:15:52 BRT [3839]: [14-1]  DEBUG:
LC_IDENTIFICATION=pt_BR
2015-09-08 07:15:52 BRT [3839]: [15-1]  DEBUG:          PWD=/
2015-09-08 07:15:52 BRT [3839]: [16-1]  DEBUG:          LANG=pt_BR.UTF-8
2015-09-08 07:15:52 BRT [3839]: [17-1]  DEBUG:          LC_MEASUREMENT=pt_BR
2015-09-08 07:15:52 BRT [3839]: [18-1]  DEBUG:          SHLVL=1
2015-09-08 07:15:52 BRT [3839]: [19-1]  DEBUG:
HOME=/var/lib/postgresql
2015-09-08 07:15:52 BRT [3839]: [20-1]  DEBUG:          LANGUAGE=pt_BR:pt:en
2015-09-08 07:15:52 BRT [3839]: [21-1]  DEBUG:          LOGNAME=postgres
2015-09-08 07:15:52 BRT [3839]: [22-1]  DEBUG:          LC_CTYPE=pt_BR
2015-09-08 07:15:52 BRT [3839]: [23-1]  DEBUG:          LC_TIME=C
2015-09-08 07:15:52 BRT [3839]: [24-1]  DEBUG:          LC_NAME=pt_BR
2015-09-08 07:15:52 BRT [3839]: [25-1]  DEBUG:
OLDPWD=/var/lib/postgresql
2015-09-08 07:15:52 BRT [3839]: [26-1]  DEBUG:
_=usr/lib/postgresql/9.4/bin/postgres
2015-09-08 07:15:52 BRT [3839]: [27-1]  DEBUG:
PGLOCALEDIR=/usr/share/locale
2015-09-08 07:15:52 BRT [3839]: [28-1]  DEBUG:
PGSYSCONFDIR=/etc/postgresql-common
2015-09-08 07:15:52 BRT [3839]: [29-1]  DEBUG:
LC_COLLATE=pt_BR.UTF-8
2015-09-08 07:15:52 BRT [3839]: [30-1]  DEBUG:
LC_MESSAGES=pt_BR.UTF-8
2015-09-08 07:15:52 BRT [3839]: [31-1]  DEBUG:
-----------------------------------------
2015-09-08 07:15:52 BRT [3839]: [32-1]  DEBUG:  find_in_dynamic_libpath:
trying "/usr/lib/postgresql/9.4/lib/pg_stat_statements"
2015-09-08 07:15:52 BRT [3839]: [33-1]  DEBUG:  find_in_dynamic_libpath:
trying "/usr/lib/postgresql/9.4/lib/pg_stat_statements.so"
2015-09-08 07:15:52 BRT [3839]: [34-1]  DEBUG:  loaded library
"pg_stat_statements"
2015-09-08 07:15:52 BRT [3839]: [35-1]  DEBUG:  find_in_dynamic_libpath:
trying "/usr/lib/postgresql/9.4/lib/powa"
2015-09-08 07:15:52 BRT [3839]: [36-1]  DEBUG:  find_in_dynamic_libpath:
trying "/usr/lib/postgresql/9.4/lib/powa.so"
2015-09-08 07:15:52 BRT [3839]: [37-1]  FATAL:  could not access file
"powa": Arquivo ou diretório não encontrado
2015-09-08 07:15:52 BRT [3839]: [38-1]  DEBUG:  shmem_exit(1): 0
before_shmem_exit callbacks to make
2015-09-08 07:15:52 BRT [3839]: [39-1]  DEBUG:  shmem_exit(1): 0
on_shmem_exit callbacks to make
2015-09-08 07:15:52 BRT [3839]: [40-1]  DEBUG:  proc_exit(1): 1 callbacks to
make
2015-09-08 07:15:52 BRT [3839]: [41-1]  DEBUG:  exit(1)
2015-09-08 07:15:52 BRT [3839]: [42-1]  DEBUG:  shmem_exit(-1): 0
before_shmem_exit callbacks to make
2015-09-08 07:15:52 BRT [3839]: [43-1]  DEBUG:  shmem_exit(-1): 0
on_shmem_exit callbacks to make
2015-09-08 07:15:52 BRT [3839]: [44-1]  DEBUG:  proc_exit(-1): 0 callbacks
to make


De fato, não encontro o arquivo/pasta *powa* e *powa.so*.

Como devo proceder nessa abordagem?



       Rubens José Rodrigues





__________ Informação do ESET Endpoint Security, versão da vacina 12219
(20150908) __________

A mensagem foi verificada pelo ESET Endpoint Security.

Mensagem de email - esta OK

http://www.eset.com


_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a