On Thu, May 2, 2019 at 5:31 PM Irina Boverman <iboverma@xxxxxxxxxx> wrote: > > and this: > dnf install -y --allowerasing git zip unzip python krb5-workstation java-1.8.0-openjdk java-1.8.0-openjdk-devel authconfig expect python3 python3-requests python3-websockets pycurl which > Fedora 29 - x86_64 - Updates 0.0 B/s | 0 B 00:56 > Failed to synchronize cache for repo 'updates' > Error: Failed to synchronize cache for repo 'updates' DNF currently doesn't retry when a download fails: https://bugzilla.redhat.com/show_bug.cgi?id=1643281 In my case it's often because there is no route to IPv6 hosts when I'm on my IPv4-only mobile network. I can work around that from the dnf command line but not always (eg. mock) and since we can't drop-in DNF configuration I'm somewhat reluctant to touch the main dnf.conf and possibly miss new defaults when I upgrade (I know RPM allows me to see what changed but I'd rather not have to remember). Try adding the -v option to see what's failing to synchronize: dnf -v install -y ... Dridi > On Thu, May 2, 2019 at 11:14 AM Irina Boverman <iboverma@xxxxxxxxxx> wrote: >> >> Error: >> -- >> Fedora Modular 29 - x86_64 0.0 B/s | 0 B 00:56 >> Failed to synchronize cache for repo 'fedora-modular' >> Error: Failed to synchronize cache for repo 'fedora-modular' >> The command '/bin/sh -c dnf install -y --allowerasing git zip unzip python krb5-workstation java-1.8.0-openjdk java-1.8.0-openjdk-devel authconfig expect python3 python3-requests python3-websockets pycurl which' returned a non-zero code: 1 >> -- >> Is this a problem with Fedora server or something else? >> -- >> Regards, Irina. > > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx