Probleme watchdog depuis upgrade vers Jessie

Bonjour,

J’ai cherché mais je ne trouve pas comment faire.
Le watchdog fonctionnait bien lorsque le serveur était sous wheezy mais plus depuis le passage à Jessie.

Voici quelques infos pouvant être utiles pour commencer, puis j’attendrais vos propositions, SVP, pour faire des éventuelles manips :

root@srv-deb:/home/franck# dmesg |grep ipmi
[82975.626567] ipmi message handler version 39.2
[82975.627675] ipmi device interface
[83246.544590] ipmi_si: Unable to find any System Interface(s)
[83395.620445] ipmi_si: Unable to find any System Interface(s)
[83480.134167] ipmi_si: module_layout: kernel tainted.
[83480.135398] ipmi_si: Unable to find any System Interface(s)
[83642.289446] ipmi_si: Unable to find any System Interface(s)
[85316.378337] ipmi_si: Unable to find any System Interface(s)

dans var/log/dmesg
[ 6.642430] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 6.642620] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0860)
[ 6.642759] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)

root@srv-deb:/home/franck# lsmod |grep ipmi
ipmi_watchdog 21627 0
ipmi_devintf 12672 0
ipmi_msghandler 35220 2 ipmi_devintf,ipmi_watchdog

root@srv-deb:/home/franck# modprobe ipmi_si
modprobe: ERROR: could not insert ‘ipmi_si’: No such device

La commande ipmitool mc watchdog get donne :
root@srv-deb:/home/franck# ipmitool mc watchdog get
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory

sous wheezy, matériel strictement identique bien entendu, la commande ipmitool mc watchdog get donnait :
root@srv:~# ipmitool mc watchdog get
Watchdog Timer Use: SMS/OS (0x44)
Watchdog Timer Is: Started/Running
Watchdog Timer Actions: Hard Reset (0x01)
Pre-timeout interval: 0 seconds
Timer Expiration Flags: 0x10
Initial Countdown: 300 sec
Present Countdown: 398 sec

Bonjour,

Le noyau apparaît tainted… Un autre module gênerait-il ?

Bonsoir,

Merci pour cette remarque. Comment savoir lequel ?
Il y aurait un autre module qui initialise le watchdog ?
Apparemment, dans cette ligne : [ 6.642759] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0), le wdc semble être initialisé à 30s. Par qui ??
ça correspond à quoi “iTCO_wdt” ? à un nom de module ?

Si je lis bien

iTCO_wdt est bien un module

Tenter de le blacklister pour voir si ipmi fonctionne mieux

Je viens de voir
rw-r----- 1 root adm 52684 août 13 23:35 /var/log/dmesg . Ce fichier date de la version Wheezy…
ça voudra peut êre dire que le module iTCO_wdt se chargeait précédemment mais plus maintenant…