Manuel Villaverde wrote:
Buenas tardes.
A ver si alguien puede ayudarme.
Tengo un servidor que desde hace unos días se reinicia cada x tiempo
solo. En los logs en el momento del reinicio no veo nada fuera de lo normal.
Os pego un cacho del momento del reinicio.
May 5 10:36:47 hera xinetd[4444]: START: smtp pid=7506 from=213.215.118.4
May 5 10:36:48 hera xinetd[4444]: EXIT: smtp status=0 pid=7505
duration=1(sec)
May 5 10:36:48 hera xinetd[4444]: START: smtp pid=7512 from=72.73.99.227
May 5 10:36:48 hera xinetd[4444]: EXIT: smtp status=0 pid=7462
duration=7(sec)
May 5 10:36:50 hera xinetd[4444]: START: smtp pid=7522 from=123.23.166.141
May 5 10:36:50 hera xinetd[4444]: EXIT: smtp status=0 pid=7430
duration=14(sec)
May 5 10:36:50 hera xinetd[4444]: EXIT: smtp status=0 pid=7431
duration=14(sec)
May 5 10:36:50 hera xinetd[4444]: EXIT: smtp status=0 pid=7486
duration=5(sec)
May 5 10:36:50 hera xinetd[4444]: START: smtp pid=7523 from=213.215.118.4
May 5 10:36:50 hera xinetd[4444]: START: smtp pid=7524 from=218.51.208.190
May 5 10:36:50 hera xinetd[4444]: START: smtp pid=7525 from=218.51.208.190
May 5 10:36:50 hera xinetd[4444]: START: smtp pid=7526 from=78.40.81.9
May 5 10:36:51 hera xinetd[4444]: START: smtp pid=7528 from=125.180.207.20
May 5 10:36:52 hera xinetd[4444]: EXIT: smtp status=0 pid=7485
duration=7(sec)
May 5 10:36:52 hera xinetd[4444]: START: smtp pid=7529 from=222.252.161.11
May 5 10:42:16 hera syslogd 1.4.1: restart.
May 5 10:42:16 hera kernel: klogd 1.4.1, log source = /proc/kmsg started.
May 5 10:42:16 hera kernel: BIOS EBDA/lowmem at: 0009fc00/0009e800
May 5 10:42:16 hera kernel: Initializing cgroup subsys cpuset
May 5 10:42:16 hera kernel: Linux version 2.6.28.4-xxxx-std-ipv6-32
(root(a)kernel-32.ovh.net) (gcc version 4.3.2 (Debian 4.3.2-1) ) #2 SMP
Wed Feb 18 16:36:08 UTC 2009
May 5 10:42:16 hera kernel: KERNEL supported cpus:
si fuese un problema de software tendría que aparecer en el log algún
kernel panic o algo similar.
¿Como puedo averiguar si realmente es problema de software o de hardware?
un saludo y muchas gracias
_______________________________________________
GALPon mailing list
GALPon(a)listas.galpon.org
https://listas.galpon.org/cgi-bin/mailman/listinfo/galpon
Para descartar que se pueda tratar de un problema de temperatura ,
puedes crearte un script que te mande a otro equipo la temperatura de la
cpu , leyendola de /proc/acpi/thermal_zone/THRM/temperature
Un saludo