Debian 10.4, ipmiutil 3.1.3-1
In /usr/share/ipmiutil/ipmiutil_wdt I found a problem. To reproduce you can manually do theese steps of the script:
/bin/sh
# prog="/usr/bin/ipmiutil wdt"
# echo $prog
/usr/bin/ipmiutil wdt
# . /lib/lsb/init-functions
# echo $prog
sh
Including "/lib/lsb/init-functions" changes the "prog" variable. If you start the service:
/usr/share/ipmiutil/ipmiutil_wdt start
Starting ipmiutil_wdt:
Oops. This change did not get included in ipmiutil-3.1.8. It will go into the next release.
Hi,
this is only a debian bug. It can closed here.
CU
Jörg
A fix for this is included in ipmiutil-3.1.9 (renaming $prog to $progn) at https://ipmiutil.sf.net