Arbeitsnotizen: Fedora dnf update

Probleme mit dnf update

Kommentieren Aug 31 2023 .txt, .json, .md

Gibt ein dnf update oder auch dnf upgrade folgenden Fehler, liegt es selten am Speicherplatz.

Errors during downloading metadata for repository 'updates':
  - Curl error (23): Failed writing received data to disk/application for 
  http://mirror.23m.com/fedora/linux/....-updateinfo.xml.zck [Failure writing output to destination]
Error: Failed to download metadata for repo 'updates': Yum repo downloading error: 
Downloading error(s): repodata/.....-updateinfo.xml.zck - Download failed: 
Curl error (23): Failed writing received data to disk/application for http://mirror.23m.com/fedora/linux/updates/...-updateinfo.xml.zck 
[Failure writing output to destination]

Wenn man hinter einem Proxy sitzt, dann ist es sehr wahrscheinlich dieser. Da hilft folgendes in die /etc/dnf/dnf.conf einzutragen: zchunk=false

DNF Configuration Reference

zchunk - boolean
Enables or disables the use of repository metadata compressed using the 
zchunk format (if available). Default is True.