Il giorno gio, 16/11/2017 alle 18.09 +0100, Dario Lesca ha scritto:
I have update my notebook since Fedora 18 to Fedora 26 always without problem.
Today I have try to update Fedora 26 to 27, but after download packages and run "dnf system-upgrade reboot", when the system restart the update fail after a while after this boot message .... Why the offline update try to connect to "updates" online repo?
What's happen ? someone can help me?
I have successful updated downgrade dnf to previous version.
$ sudo dnf downgrade dnf -y
Before downgrade: [lesca@dodo ~]$ rpm -q dnf dnf-2.7.5-1.fc26.noarch
After downgrade: [lesca@dodo ~]$ rpm -q dnf dnf-2.5.1-1.fc26.noarch
Then I have move all rpm downloaded from new (bugged?) dnf into some repo subfolder, into old place user by old (worked) dnf with:
$ sudo mv /var/lib/dnf/system-upgrade/*/packages/*rpm /var/lib/dnf/system-upgrade/.
Then I have run $ sudo dnf system-upgrade download --releasever=27 --refresh
and
$ sudo dnf system-upgrade reboot
And finally the update is done.
Thanks