1 Jun
2023
1 Jun
'23
12:59
On Thu, Jun 1, 2023 at 2:59 PM Paul Neuwirth <mail@paul-neuwirth.nl> wrote:
so the argument is not used at all. I can set it to whatever, file keeps to be /run/ipmievd.pid0
appears to be a bug in ipmitool ?
Yes. else if (strcasecmp(argv[i], "pidfile=") == 0) { which of course never matches. Some ancient source that can be found is using str*n*casecmp as it should. You may consider a bug report.