Error downloading repo 'updates'

I have this error on Fedora 34, Acer Aspire V5-571G. I’m using a 4G connection.

Errors during downloading metadata for repository 'updates':
  - Curl error (23): Failed writing received data to disk/application for http://mirror.erickochen.nl/fedora/linux/updates/34/Everything/x86_64/repodata/9c1b8f53899a5d49d95c8450e4f45c0c9e858cfd7aa2bda8ca579bb1d5963d92-primary.xml.zck [Failure writing output to destination]
  - Curl error (23): Failed writing received data to disk/application for http://mirror.erickochen.nl/fedora/linux/updates/34/Everything/x86_64/repodata/c3ad89543583de1ccbbbc81c1b628fabab164e25aa359364965b53fc24f37cda-filelists.xml.zck [Failure writing output to destination]
Errore: Failed to download metadata for repo 'updates': Yum repo downloading error: Downloading error(s): repodata/9c1b8f53899a5d49d95c8450e4f45c0c9e858cfd7aa2bda8ca579bb1d5963d92-primary.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for http://mirror.erickochen.nl/fedora/linux/updates/34/Everything/x86_64/repodata/9c1b8f53899a5d49d95c8450e4f45c0c9e858cfd7aa2bda8ca579bb1d5963d92-primary.xml.zck [Failure writing output to destination]; repodata/c3ad89543583de1ccbbbc81c1b628fabab164e25aa359364965b53fc24f37cda-filelists.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for http://mirror.erickochen.nl/fedora/linux/updates/34/Everything/x86_64/repodata/c3ad89543583de1ccbbbc81c1b628fabab164e25aa359364965b53fc24f37cda-filelists.xml.zck [Failure writing output to destination]
$ uname -r
5.13.5-200.fc34.x86_64

As far as I understand, it happens. Sometimes mobile connections use some kind of proxy, and zchunk doesn’t work very well with these proxies (or vice versa).
https://bugzilla.redhat.com/show_bug.cgi?id=1830512

Try to put
zchunk=False
in
/etc/dnf/dnf.conf

1 Like

Now it works! Thank you!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.