Hide Forgot
In Fedora-Rawhide-20180823.n.0 , when the KDE live install test attempts to run anaconda, it crashes. Running from a console shows the error: anaconda 29.24-1.fc30 for Fedora 30 (pre-release) started. * installation log files are stored in /tmp during the installation * shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2) * when reporting a bug add logs from /tmp as separate text/plain attachments Traceback (most recent call last): File "/sbin/anaconda", line 575, in <module> startup_utils.set_installation_method_from_anaconda_options(anaconda, ksdata) File "/usr/lib64/python3.7/site-packages/pyanaconda/startup_utils.py", line 407, in set_installation_method_from_anaconda_options ksdata.method.method = source.method_type File "/usr/lib/python3.7/site-packages/pykickstart/commands/method.py", line 91, in __setattr__ super(FC3_Method, self).__setattr__(name, value) File "/usr/lib/python3.7/site-packages/pykickstart/commands/method.py", line 69, in method self._get_command(value).seen = True File "/usr/lib/python3.7/site-packages/pykickstart/commands/method.py", line 48, in _get_command raise AttributeError("Unknown method: {}".format(method)) AttributeError: Unknown method: livecd I believe this is likely caused by f1d07a208339d813e1246171ea90e533982d5374 , part of the fix for Engineeringhttps://bugzilla.redhat.com/show_bug.cgi?id=1595415 . This is an obvious Beta blocker as it renders live installs impossible (I'm assuming the same bug will affect the Workstation live too, nothing seems KDE-specific about this).
Fixed in a pull request: https://github.com/rhinstaller/anaconda/pull/1580
+1 blocker
This made it into f29 tag just before Bodhi activation, so setting ON_QA - when we finally get a working compose we can confirm it's fixed.
+1 Blocker
Voted as a blocker in-bug: The decision to classify this bug as an "AcceptedBlocker" (Beta) was made as it violates the following criteria: "The installer must run when launched normally from the release-blocking images."
This seems to work fine for me with Fedora-Workstation-Live-x86_64-29-20180902.n.0.iso . But somebody should verify with KDE as well.
Yes, it's fine, I thought I'd closed it already.