Unable to upgrade Fedora 28 to Rawhide
I followed the instructions at https://fedoraproject.org/wiki/DNFsystemupgrade attempting to upgrade to rawhide, except using sudo dnf system-upgrade download --refresh --releasever=rawhide --allowerasing --nogpgcheck
. This tells me it ran succesfully and that I can upgrade with sudo dnf system-upgrade reboot
.
However, that doesn't actually upgrade my system. It says that it's preparing to start the upgrade for a short while, before restarting and booting back into F28.
Upgrade errors are logged, run
journalctl
as root, type/dnf
, pressEnter
(this will search fordnf
), thenEnd
(this will get you to the end of logs) and keep on usingShift+N
(this will search for previous match, whileN
searches for next match) until you find upgrade logs and culprit.@ozeszty I found several segfaults logged. I have no idea what to do with this information though...
It's best to report issues to bugzilla, though right after the mass rebuild there might be more issues then usual, so maybe firstly try upgrading again.