> As an update to this, instead of using freeipmi bmc-watchdog, we can simply use systemd > > So we will need these before anaconda starts: > 1. ipmi_watchdog, ipmi_devintf, ipmi_si, ipmi_msghandler loaded when anaconda starts. OpenIPMI package contains a systemd script for this already - ipmi.service. ipmi_watchdog will ensure that /dev/watchdog is created (via udev). We will also need to set /etc/sysconfig/ipmi:IPMI_WATCHDOG=yes > 2. we have to setup systemd to be the watchdog daemon that uses /dev/watchdog. All we need for this to work is /etc/systemd/system.conf should set: > RuntimeWatchdogSec=120 > This will ensure that the service-processor will wait for 120s of no ping activity from systemd and reset the system. I don't know that anyone here has time to make this a priority (especially given that I don't think we have hardware/infrastructure to test with), but it should be easy for you to write patches and we would be happy to review them. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list