RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1846156 - Rebase has broken liveimg kickstart support
Summary: Rebase has broken liveimg kickstart support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: anaconda
Version: 8.3
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: rc
: 8.0
Assignee: Jiri Konecny
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-10 22:51 UTC by Brian Lane
Modified: 2020-11-04 03:25 UTC (History)
4 users (show)

Fixed In Version: anaconda-33.16.3.6-1
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 03:23:49 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:4729 0 None None None 2020-11-04 03:24:15 UTC

Description Brian Lane 2020-06-10 22:51:19 UTC
When running anaconda with liveimg and a local image (this may also happen with network liveimg images but I did no test it) the code in _prepare_configuration ends up calling the LiveImagePayload.kernel_version_list before the source image has been downloaded and mounted.

You can't access that attribute until after payload.pre_install() has been run, otherwise it will raise an error like:

pyanaconda.payload.errors.PayloadInstallError: kernel_version_list: missing tar payload

The cause for this seems to be commit bfa16e9961a171e2f9ca89d4e06cd8bbb81027ad where things were switched to dbus tasks. It used to evaluate kernel_version_list when the write_boot_loader function was called later, not when it was added to the queue.

Comment 1 Brian Lane 2020-06-10 23:22:24 UTC
Sorry, meant to add the link to the test run results (at the end):

https://github.com/cockpit-project/bots/pull/961

also, FWIW, reproduced using:
anaconda-core-33.16.3.5-1.el8.x86_64
anaconda-tui-33.16.3.5-1.el8.x86_64

I've also confirmed that it is a problem with a network liveimg as well.

Comment 3 Jiri Konecny 2020-06-11 15:20:11 UTC
Thanks a lot Brian for finding the issue. It was exactly what you said.

PR: https://github.com/rhinstaller/anaconda/pull/2657

updates image: http://10.43.136.2/trees/jk/public/bugs/1846156/updates.img


Adding updates image if you want to test the patch.

Comment 6 Jan Stodola 2020-08-27 20:06:08 UTC
Reproduced on RHEL-8.3.0-20200609.1 with anaconda-33.16.3.5-1.el8.
Verified on RHEL-8.3.0-20200825.0 with anaconda-33.16.3.21-1.el8.

Moving to VERIFIED.

Comment 9 errata-xmlrpc 2020-11-04 03:23:49 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (anaconda bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:4729


Note You need to log in before you can comment on or make changes to this bug.