LINUX.ORG.RU

История изменений

Исправление intelfx, (текущая версия) :

Вручную (предварительно отключив systemd'шную поддержку ватчдога):

# journalctl -b | grep iTCO
сен 27 03:10:56 server-9-20 kernel: iTCO_vendor_support: vendor-support=0
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)

# exec 9>/dev/watchdog0

# echo "wtf">&9

# lsof /dev/watchdog0
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF  NODE NAME
bash    938 root    9w   CHR  253,0      0t0 10623 /dev/watchdog0

# sleep 60; echo "I'm alive!"
I'm alive!

#

Хрен там.

Исправление intelfx, :

Вручную:

# journalctl -b | grep iTCO
сен 27 03:10:56 server-9-20 kernel: iTCO_vendor_support: vendor-support=0
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)

# exec 9>/dev/watchdog0

# echo "wtf">&9

# lsof /dev/watchdog0
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF  NODE NAME
bash    938 root    9w   CHR  253,0      0t0 10623 /dev/watchdog0

# sleep 60; echo "I'm alive!"
I'm alive!

#

Хрен там.

Исходная версия intelfx, :

Вручную попробовал:

# journalctl -b | grep iTCO
сен 27 03:10:56 server-9-20 kernel: iTCO_vendor_support: vendor-support=0
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
сен 27 03:10:56 server-9-20 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)

# exec 9>/dev/watchdog0

# echo "wtf">&9

# lsof /dev/watchdog0
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF  NODE NAME
bash    938 root    9w   CHR  253,0      0t0 10623 /dev/watchdog0


# sleep 60; echo "I'm alive!"
I'm alive!

#