No "normal" update for Weeks now

For weeks now we do have a Problem with updating our Nethserver- looks like our database is broken.
Now we get following information in Cockpit:

failure: repodata/09c8eb4e98e39680b0bd7247048dd0a61460d057cd809990aaa473ed12a27984-filelists.sqlite.bz2 from extras: [Errno 256] No more mirrors to try.
http://mirror.maeh.org/centos/7.4.1708/extras/x86_64/repodata/09c8eb4e98e39680b0bd7247048dd0a61460d057cd809990aaa473ed12a27984-filelists.sqlite.bz2: [Errno 12] Timeout on http://mirror.maeh.org/centos/7.4.1708/extras/x86_64/repodata/09c8eb4e98e39680b0bd7247048dd0a61460d057cd809990aaa473ed12a27984-filelists.sqlite.bz2: (28, ‘Connection timed out after 30000 milliseconds’)
http://wftp.tu-chemnitz.de/pub/linux/centos/7.4.1708/extras/x86_64/repodata/09c8eb4e98e39680b0bd7247048dd0a61460d057cd809990aaa473ed12a27984-filelists.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
http://ftp.tugraz.at/mirror/centos/7.4.1708/extras/x86_64/repodata/09c8eb4e98e39680b0bd7247048dd0a61460d057cd809990aaa473ed12a27984-filelists.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
http://mirror.nextlayer.at/centos/7.4.1708/extras/x86_64/repodata/09c8eb4e98e39680b0bd7247048dd0a61460d0

any ideas?

in Nethserver GUI Information is:

Resolving RPM dependencies

Interestingly from console it is possible to do

yum upgrade

without failures

The log is relevant to centos mirrors.

I suggest you to do the following:

  • if a /etc/yum.repos.d/NethServer.repo.rpmnew exists, copy it over the real .repo:
    mv /etc/yum.repos.d/NethServer.repo.rpmnew /etc/yum.repos.d/NethServer.repo
    
  • try to clear the yum cache:
    yum clean all && yum update
    
  • if something goes wrong, check /etc/yum/vars/nsrelease is empty
3 Likes

obviously not existing!?!

mv: cannot stat /etc/yum.repos.d/NethServer.repo.rpmnew: No such file or directory

Hi @iglqut,

I think this is an optional point, just proceed with cleaning yum cache…

4 Likes

OK- done- no updates at the moment, We´ll see.
Thank you so far.
I´ll respond after the next update!

4 Likes

OK update: from NS GUI update same problem but from cockpit it worked, very interesting- also interesting- cockpit tells you when to restart! Good feature.

1 Like