Bug 1765676
| Summary: | initial-setup crashes in Rawhide: "AttributeError: '<CompositeObject>' object has no attribute 'SplitKickstart'" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
| Component: | initial-setup | Assignee: | Martin Kolman <mkolman> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jkonecny, mkolman, robatino, rvykydal, v.podzimek+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | openqa | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-31 19:27:07 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1705303 | ||
We hit that issue yesterday and it should be fixed in initial-setup-0.3.77-1. Cool, thanks. The test passed in most recent Rawhide, so this looks good now. |
openQA KDE 'no user' install test (where we install without creating a user, expecting initial-setup to run on first boot) is failing in Rawhide ATM, because initial-setup fails to run. It's crashing: Oct 24 03:00:38 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com initial-setup[1042]: Initial Setup crashed due to unhandled exception: Traceback (most recent call last): File "/usr/libexec/initial-setup/initial-setup-graphical", line 10, in <module> is_instance.run() File "/usr/lib/python3.8/site-packages/initial_setup/__init__.py", line 381, in run self._load_kickstart() File "/usr/lib/python3.8/site-packages/initial_setup/__init__.py", line 225, in _load_kickstart boss.SplitKickstart(kickstart_path) AttributeError: '<CompositeObject>' object has no attribute 'SplitKickstart' This violates Basic criterion "A system installed with a release-blocking desktop must boot to a log in screen where it is possible to log in to a working desktop using a user account created during installation or a 'first boot' utility." when installing KDE without creating a user.