1 Jun
2023
1 Jun
'23
13:33
On Thu, Jun 1, 2023 at 2:12 PM Paul Neuwirth via openSUSE Users <users@lists.opensuse.org> wrote:
as I would have expected: # ls -l /run/ipmievd.pid ls: cannot access '/run/ipmievd.pid': No such file or directory
So run it manually, see what it does, whether there are any errors, use options to increase verbose/debug, run it under strace ... or wait for someone intimately familiar with this specific program. Service startup fails because systemd does not see the PID file. You need to debug why this file is not created.