Usuario postgres utilizadno el CRON cada minuto

From: "Danny Marcelo" <dmarcelo(at)certicom(dot)com(dot)pe>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Usuario postgres utilizadno el CRON cada minuto
Date: 2006-09-12 16:13:02
Message-ID: 20060912152508.M12893@certicom.com.pe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola lista.

Por favor solicito ayuda en lo siguiente:

Hace unos dias en mi servidor de producción (con Ubuntu) he sufrido ataques de conexiones
anonimas por medido de sshd, los cuales ya los tengo controlados utilizando
el "denyhosts" que por cierto funciona de maravilla.

Pero revisando el archivo "/var/log/auth.log" me he dado cuenta que, aproximadamente por
esa fecha, el usuario "postgres" está conectandose y desconectandose cada minuto
utilizado el CRON. Así:

*************************************************************************************
Sep 12 10:26:01 localhost CRON[18278]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:26:01 localhost CRON[18278]: (pam_unix) session closed for user postgres
Sep 12 10:27:01 localhost CRON[18281]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:27:01 localhost CRON[18281]: (pam_unix) session closed for user postgres
Sep 12 10:28:01 localhost CRON[18284]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:28:01 localhost CRON[18284]: (pam_unix) session closed for user postgres
Sep 12 10:29:01 localhost CRON[18290]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:29:01 localhost CRON[18290]: (pam_unix) session closed for user postgres
Sep 12 10:30:01 localhost CRON[18294]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:30:01 localhost CRON[18296]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:30:01 localhost CRON[18296]: (pam_unix) session closed for user postgres
Sep 12 10:31:01 localhost CRON[18301]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:31:01 localhost CRON[18301]: (pam_unix) session closed for user postgres
Sep 12 10:32:01 localhost CRON[18304]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:32:01 localhost CRON[18304]: (pam_unix) session closed for user postgres
Sep 12 10:33:01 localhost CRON[18307]: (pam_unix) session opened for user postgres by
(uid=0)
Sep 12 10:33:01 localhost CRON[18307]: (pam_unix) session closed for user postgres
*************************************************************************************

He revisado el archivo "/etc/crontab" y no tengo nada que se ejecute cada minuto. Aqui
envio como está el archivo "/etc/crontab"

*************************************************************************************
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user command
17 * * * * root run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
47 6 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
52 6 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly

0 6 * * * postgres /usr/local/pgsql/bin/vacuumdb -d BANCO -f -z -v -U usacceso

14 * * * * postgres rm /backup/postgres/BANCO/BANCOX.backup
15 * * * * postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCOX.backup -F c -i -v

44 * * * * postgres rm /backup/postgres/BANCO/BANCOY.backup
45 * * * * postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCOY.backup -F c -i -v

0 0 * * 1 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO1.backup -F c -i -v
0 0 * * 2 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO2.backup -F c -i -v
0 0 * * 3 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO3.backup -F c -i -v
0 0 * * 4 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO4.backup -F c -i -v
0 0 * * 5 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO5.backup -F c -i -v
0 0 * * 6 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO6.backup -F c -i -v
0 0 * * 7 postgres /usr/local/pgsql/bin/pg_dump -db BANCO -U usacceso -
f /backup/postgres/BANCO/BANCO7.backup -F c -i -v

0,30 * * * * postgres /usr/local/pgsql/bin/psql BANCO usacceso -
f /scripts/controller/actualizar.sql

#

*************************************************************************************

Por favor, aquien me puede orientar cual es la causa de que el usuario postgres se esté
conectando y deconectando cada minuto, es algo normal?

Tengo otra máquina con lo mismo (pero con Debian) y no tiene ese problema.

Gracias a todos,

--
Danny Marcelo
CERTICOM - SISTEMAS
Teléfonos: 442-5010 (Anexo:127) / 9756-9643 (RPC) / 9542-6589 (RPM:#246129)

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alex Concha 2006-09-12 16:24:48 Re: **ayuda con postgres
Previous Message Edwin Quijada 2006-09-12 15:56:01 [OT]Java o J2EE