Skip to content
New issue

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

Scripts run by auditd don't trigger desktop notifications #3

Open
ShellCode33 opened this issue Aug 17, 2023 · 0 comments
Open

Scripts run by auditd don't trigger desktop notifications #3

ShellCode33 opened this issue Aug 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ShellCode33
Copy link
Owner

For example the script try-to-fix-low-on-disk-space doesn't send notifications. This is because the echo NOTIFY statements are not sent to systemd's journal.

How to reproduce:

  • Check free disk space: sudo btrfs filesystem usage / | grep df
  • Create a huge file close to what's left on the drive: fallocate -l 818.7GiB ~/.cache/mozilla/firefox/test
  • Auditd will trigger the try-to-fix-low-on-disk-space but no desktop notification is sent
  • echo statement doesn't appear in the output of sudo systemctl status auditd
@ShellCode33 ShellCode33 added the bug Something isn't working label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant