Comment 52 for bug 1850281

Revision history for this message
In , mgoodwin (mgoodwin-redhat-bugs) wrote :

(In reply to Кощеев from comment #50)
> pcp version 5.2.0
>
> $ find /usr/lib/systemd/system /etc/systemd/system -type f | xargs grep
> pmlogger_check.path
> grep: /usr/lib/systemd/system/system-systemdx2dcryptsetup.slice: Нет такого
> файла или каталога

well that didnt find anything, but we only looked for files, not syslinks.
How about: systemctl list-dependencies | grep pmlogger_check

Maybe we have an upgrade issue where deprecated units or dependencies aren't being cleaned up properly.
To remove stale dependencies: systemctl disable pmlogger_check.path

thanks