Bug 1217650 - os-update erroneously prints "ERROR: rebootmgrctl not installed"
Summary: os-update erroneously prints "ERROR: rebootmgrctl not installed"
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Maintenance (show other bugs)
Version: Leap 15.5
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Mr Maintenance
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-29 11:06 UTC by Andreas Vetter
Modified: 2023-12-14 13:56 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Vetter 2023-11-29 11:06:21 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).
Comment 1 Andreas Vetter 2023-11-29 11:09:59 UTC
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.
Comment 2 Marcus Meissner 2023-11-29 13:30:41 UTC
sent RR 1129822 to openSUSE:Backports:SLE-15-SP5:Update

(15.4 did not seem to have os-update)
Comment 3 Andreas Vetter 2023-12-14 13:56:01 UTC
The update arrived via backports-update repo.

Thank you.