We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when I attempt to run: /usr/sbin/fapolicyd-cli --check-status
/usr/sbin/fapolicyd-cli --check-status
on Ubuntu 22.04 and 24.04 it responds with:
Can't find fapolicyd: timed out waiting for report
fapolicyd is running, other fapolicyd-cli commands work:
--check-config --check-path --check-trustdb --update
Bascially all of the switches work except for --check-status. If I stop the service, it correctly complains:
Can't find fapolicyd: no pid file
If I restart fapolicyd, it returns to the previous error. I can see the process running:
223101 ? D<s 0:47 /usr/sbin/fapolicyd
and the pid matches whats in /var/run/fapolicyd.pid. Any thoughts on what the issue could be?
The text was updated successfully, but these errors were encountered:
Which version of fapolicyd are you using?
Sorry, something went wrong.
version 1.3.3
thanks
No branches or pull requests
Hi,
when I attempt to run:
/usr/sbin/fapolicyd-cli --check-status
on Ubuntu 22.04 and 24.04 it responds with:
Can't find fapolicyd: timed out waiting for report
fapolicyd is running, other fapolicyd-cli commands work:
--check-config
--check-path
--check-trustdb
--update
Bascially all of the switches work except for --check-status. If I stop the service, it correctly complains:
Can't find fapolicyd: no pid file
If I restart fapolicyd, it returns to the previous error. I can see the process running:
223101 ? D<s 0:47 /usr/sbin/fapolicyd
and the pid matches whats in /var/run/fapolicyd.pid. Any thoughts on what the issue could be?
The text was updated successfully, but these errors were encountered: