Description of problem: Uninstalling afterburn throws systemd error about missing the instance name. Version-Release number of selected component (if applicable): afterburn-5.3.0-1.el9.x86_64 afterburn-dracut-5.3.0-1.el9.x86_64 How reproducible: Always Steps to Reproduce: 1. Download afterburn and afterburn-dracut rpm and install with `rpm -i` 2. Uninstall with `rpm -e afterburn afterburn-dracut` Actual results: The package gets uninstalled but throws an error message: Failed to stop afterburn-sshkeys@.service: Unit name afterburn-sshkeys@.service is missing the instance name. See system logs and 'systemctl status afterburn-sshkeys@.service' for details. Expected results: The package uninstalls with no error messages Additional info: [root@kvm-07-guest37 rpm]# rpm -qa | grep afterburn afterburn-5.3.0-1.el9.x86_64 afterburn-dracut-5.3.0-1.el9.x86_64 [root@kvm-07-guest37 rpm]# rpm -e afterburn afterburn-dracut Failed to stop afterburn-sshkeys@.service: Unit name afterburn-sshkeys@.service is missing the instance name. See system logs and 'systemctl status afterburn-sshkeys@.service' for details.
The Fedora package has the same behavior. I suspect we've always had this bug.