Bugzilla – Bug 1217650
os-update erroneously prints "ERROR: rebootmgrctl not installed"
Last modified: 2023-12-14 13:56:01 UTC
Hi, when a reboot is necessary while updating machines with os-update using rebootmgr and rebootmgr is installed, an Error is printed: "ERROR: rebootmgrctl not installed" But it is installed and executable. Reason is a wrong check: if [ -x /usr/sbin/rebootmgrctl ]; then log_error "ERROR: rebootmgrctl not installed" exit 1 fi This is fixed already by Thorsten Kukuk in os-update 1.14, which also fixes #1217403 Please also update to os-update 1.14 in Leap 15.6 (and 15.4 if you care).
https://bugzilla.opensuse.org/show_bug.cgi?id=1217403 was closed as invalid, because virtlockd is not supposed to be restarted. But we should fix os-update to not restart virtlockd. The fix is also in os-update 1.14.
sent RR 1129822 to openSUSE:Backports:SLE-15-SP5:Update (15.4 did not seem to have os-update)
The update arrived via backports-update repo. Thank you.