>>which do the modprobe to load the module? yes, it should work. (modprobe module is working for me)
----- Mail original ----- De: "dietmar" <[email protected]> À: "aderumier" <[email protected]>, "pve-devel" <[email protected]> Envoyé: Jeudi 3 Décembre 2015 10:07:19 Objet: Re: [pve-devel] Blacklisting HP hardware watchdog timer module ? > Dec 03 08:45:56 kvmtest1.odiso.net systemd-modules-load[229]: Module > 'ipmi_watchdog' is blacklisted > Dec 03 08:45:56 kvmtest1.odiso.net systemd-modules-load[229]: Module > 'ipmi_watchdog' is blacklisted sigh :-/ > I don't known how to manage that without removing the blacklist from > pve-blacklist.conf, > but I think it'll be overwrite at each kernel update ? yes. But manually loading the modules using 'modprobe' works. So maybe we just configure the watchdog module in: /etc/default/pve-watchdog: WATCHDOG=ipmi_watchdog and then load pass that to the watchdog-mux.service: ------------------------- [Unit] Description=Proxmox VE watchdog multiplexer [Service] EnvironmentFile=-/etc/default/pve-watchdog ExecStart=/usr/sbin/watchdog-mux OOMScoreAdjust=-1000 Restart=no --------------------- which do the modprobe to load the module? _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
