On Tue, 21 Apr 2020 22:45:02 -0700 ToddAndMargo via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > Hi All, > > Fedora 30 > > How do I fix this? > > # dnf upgrade --refresh --disablerepo=brave* > Fedora Modular 30 - x86_64 2.9 kB/s | 16 kB > 00:05 > Fedora Modular 30 - x86_64 - Updates 32 kB/s | 14 kB > 00:00 > Fedora 30 - x86_64 - Updates 34 kB/s | 15 kB > 00:00 > Fedora 30 - x86_64 60 kB/s | 16 kB > 00:00 > Bus error (core dumped) Three things to try. 1. From the error messages, there is something seriously wrong in the integrity of the dnf databases. Try dnf clean all Does the update run correctly now? 2. Run the command dnf module reset '*' before the update to reset modules in case they are causing the problem. Does the update run correctly now? 3. If that fails, go to https://koji.fedoraproject.org/koji/buildinfo?buildID=1487421 and https://koji.fedoraproject.org/koji/buildinfo?buildID=1487494 and download all the dnf and libdnf rpms that you have installed. Then, in the directory where they are, run dnf -C update dnf libdnf Once that completes, run the regular update again. If it doesn't complete, force the install of the packages using rpm. rpm -Uvh [package name(s)] See man rpm for complete details. If the regular update still doesn't work, post further details. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx