Skip to content

v1.0.1

Latest

Choose a tag to compare

@blaugrau90 blaugrau90 released this 19 Mar 23:14
· 2 commits to main since this release

Bugfix Release

Fixed

  • False positive reboot alert on Debian/Ubuntu hosts (rpm-kernel-mismatch)
    • Detection method 4 (RPM kernel comparison) was triggering on Debian-based systems where rpm is installed but not the primary package manager.
    • rpm -q kernel --last returns "package kernel is not installed" on Debian, causing awk '{print $1}' to extract "package" — which never matches uname -r.
    • Fix: Method 4 is now skipped on any system where dpkg is present.