Description of problem: I'm following https://fedoraproject.org/wiki/DNF_system_upgrade to upgrade to Fedora 27. When i run `dnf system-upgrade reboot`, my computer reboots twice and I'm back to my desktop, no upgrade is happening. Version-Release number of selected component (if applicable): python3-dnf-plugin-system-upgrade-2.0.3-1.fc26.noarch How reproducible: all the time Steps to Reproduce: 1. follow https://fedoraproject.org/wiki/DNF_system_upgrade 2. do dnf system-upgrade reboot Actual results: reboots twice, back to desktop Expected results: reboots to a upgrade session Additional info: Videos here: [I haven't realized how dirty the screen is until I made those, sorry about that.] https://www.youtube.com/watch?v=cQ5Qb64k1aM (video gets interrupted here (no space left on my SD card), but nothing fancy happens, just bios -> grub) https://www.youtube.com/watch?v=Xkqhh5QbOoo
Please can you provide a /var/log/dnf.log and output from journalctrl from the time of system-upgrade download, and reboot/upgrade Thanks a lot.
Created attachment 1334891 [details] dnf.log
Created attachment 1334893 [details] journalctl log
Thanks, please could you try the following? ``# dnf check`` #Just to be sure that there are not duplicates on your system ``# dnf clean all`` ``# dnf system-upgrade clean`` ``# dnf reinstall python3-dnf-0:2.7.2-1.fc26.noarch python3-dnf-plugin-system-upgrade-0:2.0.3-1.fc26.noarch`` ``# dnf system-upgrade clean`` ``# dnf system-upgrade download`` #like you did previously ``# dnf system-upgrade reboot`` Hope that something was incorrect in cache... Output from that experiment could be handy
(In reply to Jaroslav Mracek from comment #4) > Thanks, please could you try the following? > > ``# dnf check`` #Just to be sure that there are not duplicates on your system That one is OK - no output, exit code 0. Will continue with the rest later. Thanks for suggestions.
Created attachment 1335539 [details] dnf.log I have the same problem when upgrading F26->F27 My procedure: sudo dnf system-upgrade --releasever=27 download sudo dnf system-upgrade reboot My XPS just rebooted twice, and it went back to F26 I'll try Comment 4 Besides, is this a Common F27 bug? https://fedoraproject.org/wiki/Common_F27_bugs
Created attachment 1335558 [details] Comment4_dnf.log Comment 4 didn't work for me My root history: 86 dnf check 87 dnf clean all 88 dnf system-upgrade clean 89 dnf reinstall python3-dnf-0:2.7.2-1.fc26.noarch python3-dnf-plugin-system-upgrade-0:2.0.3-1.fc26.noarch 90 dnf system-upgrade clean 91 dnf system-upgrade download --releaserver=27 92 dnf system-upgrade download --releasever=27 93 dnf system-upgrade reboot After rebootng twice, I went back to F26 This is my /var/log/dnf.log
Created attachment 1335559 [details] Comment4_journalctl journalctl --since=2017-10-06 Sorry, I'm not sure which boot is the 'exact' one.
I see that in attachment in Comment 8 line *** Error in `/usr/libexec/system-python': free(): invalid pointer: 0x00007fca35ec8e20 *** therefore the issue here (Comment 6, 7, and 8) is duplicate of Bug 1498207.
Created attachment 1336350 [details] log of the system-upgrade in dnf It seems I'm encountering the same bug,
Created attachment 1336352 [details] Log of the reboot (journalctl -b ...) part of the system-upgrade but it doesn't seem to involve a python error, but an attempt from dnf to sync cache for fedora (line 1252 of this log and lines 21739-end of file for the dnf log). Plus, the error is different from bug 1492036 (workaround from here -dnf makecache- doesn't work, and update to dnf-plugin-system-upgrade-2.0.3-1.fc26 didn't work either)
I don't see hugotrip why it doesn't have a cache for fedora repo. I can suggest only to add makecache in example and upgrade to latest version of dnf packages. Please try latest upgrades dnf-2.7.3-1.fc26 dnf-plugins-core-2.1.5-1.fc26 dnf-plugins-extras-2.0.3-1.fc26 libdnf-0.11.0-1.fc26 (downloadable from https://koji.fedoraproject.org/koji/buildinfo?buildID=982583) ``# dnf check`` #Just to be sure that there are not duplicates on your system ``# dnf clean all`` ``# dnf makecache`` ``# dnf system-upgrade clean`` ``# dnf reinstall python3-dnf-0:2.7.2-1.fc26.noarch python3-dnf-plugin-system-upgrade-0:2.0.3-1.fc26.noarch`` ``# dnf system-upgrade clean`` ``# dnf system-upgrade download`` #like you did previously ``# dnf system-upgrade reboot``
*** This bug has been marked as a duplicate of bug 1498207 ***