📖 ~1 min read
Table of contents
Symptom & Impact
Expected unattended updates do not occur and package versions remain outdated.
Environment & Reproduction
dnf-automatic package missing, timer disabled, or apply_updates set to no.
Root Cause Analysis
Run: systemctl list-timers | grep dnf and check /etc/dnf/automatic.conf.
Quick Triage
Confirm subscription repos are available and system time is synchronized.
Step-by-Step Diagnosis
Capture timer state proving scheduler is inactive or failed.

Solution – Primary Fix
Capture enabled timer and apply_updates configuration.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Install package: sudo dnf install -y dnf-automatic.
Verification & Acceptance Criteria
Edit automatic.conf and set apply_updates = yes as required by policy.
Rollback Plan
Enable timer: sudo systemctl enable –now dnf-automatic.timer.
Prevention & Hardening
Check next run time in systemctl list-timers and review journalctl -u dnf-automatic.
Related Errors & Cross-Refs
Monitor timer health and alert when scheduled execution is missed.
Related tutorial: View the step-by-step tutorial for rhel-9.
View all rhel-9 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Disable timer with systemctl disable –now dnf-automatic.timer if manual patching is required.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.