Update tumbleweed schlägt fehl

Hinweis: In dem Thema Update tumbleweed schlägt fehl gibt es 5 Antworten. Der letzte Beitrag () befindet sich ganz unten auf dieser Seite.
  • Mittlerweile habe ich so 3000 Updates


    Ich fahre mit KDE / Plasma und der Update wirft den Fehler


    File './repodata/cba5409cbab9b2787767a289b9baf2497b334448e460dfa6d8d4d8c9da67c5cd-appdata-icons.tar.gz' not found on medium 'http://download.opensuse.org/tumbleweed/repo/oss/'


    Update via Yast schlägt auch fehl


    Kein Zugriff auf Installationsmedium

    http://download.opensuse.org/tumbleweed/repo/oss/

    (Medium 1).

    Prüfen Sie, ob auf den Server zugegriffen werden kann.

    Das gesamte Wissen ist das Wasser der Ozeane, das Wissen der Menschheit ist die Ostsee, mein wissen ist ein Eimerchen.

    Für den Inhalt des Beitrages 293031 haftet ausdrücklich der jeweilige Autor: ronda-melmag

  • zypper lr -d

    Code
    zypper lr -d
    # | Alias                            | Name                            | Enabled   | GPG Check       | Refresh        | Priority  | Type   | URI                                                      | Serv->
    --+----------------------------------+---------------------------------+-----------+-----------------+----------------+-----------+--------+----------------------------------------------------------+-------
    1 | download.opensuse.org-non-oss    | Haupt-Repository (NON-OSS)      | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/    | 
    2 | download.opensuse.org-oss        | Haupt-Repository (OSS)          | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/        | 
    3 | download.opensuse.org-tumbleweed | Hauptaktualisierungs-Repository | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://download.opensuse.org/update/tumbleweed/          | 
    4 | repo-debug                       | openSUSE-Tumbleweed-Debug       | Nein      | ----            | ----           |   99      | rpm-md | http://download.opensuse.org/debug/tumbleweed/repo/oss/  | 
    5 | repo-source                      | openSUSE-Tumbleweed-Source      | Nein      | ----            | ----           |   99      | rpm-md | http://download.opensuse.org/source/tumbleweed/repo/oss/ | 

    Das gesamte Wissen ist das Wasser der Ozeane, das Wissen der Menschheit ist die Ostsee, mein wissen ist ein Eimerchen.

    Für den Inhalt des Beitrages 293034 haftet ausdrücklich der jeweilige Autor: ronda-melmag

  • Alte Repos sichern (als Root):

    Code
    mkdir /etc/zypp/repos.d/old
    Code
    mv /etc/zypp/repos.d/*.repo /etc/zypp/repos.d/old


    Anschl. Repos neu erstellen (als Root):

    Code
    zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/oss repo-oss
    Code
    zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/non-oss repo-non-oss
    Code
    zypper ar -f -c http://download.opensuse.org/update/tumbleweed/ repo-update
    Code
    zypper clean -a && zypper dup

    Danach hat es funktioniert.


    Nachtrag:

    Evtl. hätte es auch wieder funktioniert, wenn man einfach etwas abgewartet hätte.

    Einmal editiert, zuletzt von sterun ()

    Für den Inhalt des Beitrages 293036 haftet ausdrücklich der jeweilige Autor: sterun