Bug 1918702
Summary: | There's a logic bug here In function startX at pyanaconda/core/util.py | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | liuxin <bit_coffee> | ||||
Component: | anaconda | Assignee: | Vladimír Slávik <vslavik> | ||||
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 8.3 | CC: | jstodola, rvykydal, sbarcomb, sbueno, vslavik, zveleba | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | 8.0 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | anaconda-33.16.5.1-1.el8 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1955306 (view as bug list) | Environment: | |||||
Last Closed: | 2021-11-09 18:42:11 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
liuxin
2021-01-21 12:20:41 UTC
PR submitted by author to fix the issue - thank you! https://github.com/rhinstaller/anaconda/pull/3107 See https://github.com/rhinstaller/anaconda/pull/3295 which links most of the related developments since last time posted here. Last developments in https://github.com/rhinstaller/anaconda/pull/3304 PR merged. Looks like this bug was from the beginning for RHEL 8, although I treated it as for Rawhide. Sorry. That means all links above are upstream only. But from now on, let's keep it for RHEL 8. PR merged. Tested with anaconda 33.16.5.2-1.el8 If network is enabled, ip=dhcp on kernel cmdline, it works as expected. Anaconda informs that X did not start and offers to continue installation via VNC or text mode. If network is not enabled, anaconda throws exception and user cannot continue with the installation. See attached logs. Created attachment 1788865 [details]
Logs from 33.16.5.2-1.el8
After discussion and more testing we found that the reproduction steps were causing unrelated issue. Pre-verified - anaconda 33.16.5.2-1.el8 in RHEL-8.5.0-20210524.t.19 anaconda-33.16.5.1-1.el8 is present in compose RHEL-8.5.0-20210622.n.0, moving to VERIFIED. 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-2021:4254 |