[SOLVED] Kernel update failure

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] Kernel update failure

Postby harkelyn » Dec 30th, '19, 02:33

I used to have Mageia 5 on a 32-bit PC. Then for several years I did not use Mageia at all, until I installed Mageia 7 on a 64-bit Dell laptop last week. It's a very basic installation, not dual-booting, Cinnamon desktop and there are no encrypted files. Booted this laptop on 29 December and got my first notice of updates ready to install. Started the process using Mageia Control Center and updates seemed to install okay (I wasn't paying close attention) except for a kernel update failure message. I restarted and now MCC seems broken- it won't open. So, I opened the terminal and tried completing the update, however, "package kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64 does not verify". I possess only rudimentary skills with Linux. How can I remedy this?

Code: Select all
[root@new-host ~]# urpmi --auto-update
medium "Core Release (distrib1)" is up-to-date
medium "Core Updates (distrib3)" is up-to-date
medium "Nonfree Release (distrib11)" is up-to-date
medium "Nonfree Updates (distrib13)" is up-to-date
medium "Tainted Release (distrib21)" is up-to-date
medium "Tainted Updates (distrib23)" is up-to-date
medium "Nonfree 32bit Release (distrib36)" is up-to-date
medium "Tainted 32bit Release (distrib41)" is up-to-date
medium "Tainted 32bit Updates (distrib42)" is up-to-date
To satisfy dependencies, the following packages are going to be installed:
  Package                        Version      Release       Arch   
(medium "Core Updates (distrib3)")
  cpupower                       5.4.6        2.mga7        x86_64 
  kernel-desktop-5.4.6-2.mga7    1            1.mga7        x86_64 
  kernel-desktop-latest          5.4.6        2.mga7        x86_64 
  lib64dri-drivers               19.3.1       1.mga7        x86_64 
  lib64gbm1                      19.3.1       1.mga7        x86_64 
  lib64glapi0                    19.3.1       1.mga7        x86_64 
  lib64mesaegl1                  19.3.1       1.mga7        x86_64 
  lib64mesagl1                   19.3.1       1.mga7        x86_64 
  lib64mesavulkan-drivers        19.3.1       1.mga7        x86_64 
  lib64ofx7                      0.9.15       1.mga7        x86_64 
  lib64ruby2.5                   2.5.7        20.mga7       x86_64 
  lib64xatracker2                19.3.1       1.mga7        x86_64 
  libofx                         0.9.15       1.mga7        x86_64 
  mesa                           19.3.1       1.mga7        x86_64 
  xfsprogs                       5.4.0        1.mga7        x86_64 
(medium "Nonfree Updates (distrib13)")
  iwlwifi-firmware               20191220     1.mga7.nonfr> noarch 
  kernel-firmware-nonfree        20191220     1.mga7.nonfr> noarch 
  microcode                      0.20191115   1.mga7.nonfr> noarch 
  radeon-firmware                20191220     1.mga7.nonfr> noarch 
  ralink-firmware                20191220     1.mga7.nonfr> noarch 
  rtlwifi-firmware               20191220     1.mga7.nonfr> noarch 
118MB of additional disk space will be used.
173MB of packages will be retrieved.
Proceed with the installation of the 21 packages? (Y/n) y

installing lib64mesavulkan-drivers-19.3.1-1.mga7.x86_64.rpm cpupower-5.4.6-2.mga7.x86_64.rpm ralink-firmware-20191220-1.mga7.nonfree.noarch.rpm kernel-firmware-nonfree-20191220-1.mga7.nonfree.noarch.rpm kernel-desktop-latest-5.4.6-2.mga7.x86_64.rpm lib64glapi0-19.3.1-1.mga7.x86_64.rpm lib64ruby2.5-2.5.7-20.mga7.x86_64.rpm lib64dri-drivers-19.3.1-1.mga7.x86_64.rpm xfsprogs-5.4.0-1.mga7.x86_64.rpm rtlwifi-firmware-20191220-1.mga7.nonfree.noarch.rpm lib64gbm1-19.3.1-1.mga7.x86_64.rpm microcode-0.20191115-1.mga7.nonfree.noarch.rpm radeon-firmware-20191220-1.mga7.nonfree.noarch.rpm lib64ofx7-0.9.15-1.mga7.x86_64.rpm lib64mesaegl1-19.3.1-1.mga7.x86_64.rpm lib64xatracker2-19.3.1-1.mga7.x86_64.rpm mesa-19.3.1-1.mga7.x86_64.rpm lib64mesagl1-19.3.1-1.mga7.x86_64.rpm iwlwifi-firmware-20191220-1.mga7.nonfree.noarch.rpm kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64.rpm libofx-0.9.15-1.mga7.x86_64.rpm from /var/cache/urpmi/rpms
Preparing...                     #############################################
Installation failed:   package kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64 does not verify: Payload SHA256 digest: BAD (Expected 2e87d97b5cbc82d970c5832a0022dc32305542a456a24b4f57b75b85e05f118a != bc6f4d1b54a038cc4935279779e98d66c3d57742ca60fd2e3ef696b268c3005e)
Last edited by harkelyn on Jan 2nd, '20, 02:22, edited 1 time in total.
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City

Re: Kernel update failure

Postby benmc » Dec 30th, '19, 07:52

hi,

It is likely that there was an issue with the mirror when you downloaded the update.
it may have been updating when you were updating.

anyway, when you now try to update, urpmi tries to install from your cache, rather than downloading a new package.

to fix that as root:
Code: Select all
urpmi --clean

then
Code: Select all
urpmi --auto-update
.

let us know if there are further problems
benmc
 
Posts: 1213
Joined: Sep 2nd, '11, 12:45
Location: Pirongia, New Zealand

Re: Kernel update failure

Postby harkelyn » Dec 30th, '19, 15:21

Hello, thank you for the suggestion, which I followed. Once again, Installation failed: package kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64 does not verify: the same result. I'll be traveling for the next couple of days, might not get back into this until Wednesday.
Code: Select all
[root@new-host ~]# urpmi --clean
[root@new-host ~]# urpmi --auto-update
To satisfy dependencies, the following packages are going to be installed:
  Package                        Version      Release       Arch   
(medium "Core Updates (distrib3)")
  cpupower                       5.4.6        2.mga7        x86_64 
  kernel-desktop-5.4.6-2.mga7    1            1.mga7        x86_64 
  kernel-desktop-latest          5.4.6        2.mga7        x86_64 
  lib64dri-drivers               19.3.1       1.mga7        x86_64 
  lib64gbm1                      19.3.1       1.mga7        x86_64 
  lib64glapi0                    19.3.1       1.mga7        x86_64 
  lib64mesaegl1                  19.3.1       1.mga7        x86_64 
  lib64mesagl1                   19.3.1       1.mga7        x86_64 
  lib64mesavulkan-drivers        19.3.1       1.mga7        x86_64 
  lib64ofx7                      0.9.15       1.mga7        x86_64 
  lib64ruby2.5                   2.5.7        20.mga7       x86_64 
  lib64xatracker2                19.3.1       1.mga7        x86_64 
  libofx                         0.9.15       1.mga7        x86_64 
  mesa                           19.3.1       1.mga7        x86_64 
  xfsprogs                       5.4.0        1.mga7        x86_64 
(medium "Nonfree Updates (distrib13)")
  iwlwifi-firmware               20191220     1.mga7.nonfr> noarch 
  kernel-firmware-nonfree        20191220     1.mga7.nonfr> noarch 
  microcode                      0.20191115   1.mga7.nonfr> noarch 
  radeon-firmware                20191220     1.mga7.nonfr> noarch 
  ralink-firmware                20191220     1.mga7.nonfr> noarch 
  rtlwifi-firmware               20191220     1.mga7.nonfr> noarch 
118MB of additional disk space will be used.
173MB of packages will be retrieved.
Proceed with the installation of the 21 packages? (Y/n) y

    $MIRRORLIST: media/core/updates/libofx-0.9.15-1.mga7.x86_64.rpm
    $MIRRORLIST: media/core/updates/mesa-19.3.1-1.mga7.x86_64.rpm             
    $MIRRORLIST: media/core/updates/lib64mesaegl1-19.3.1-1.mga7.x86_64.rpm     
    $MIRRORLIST: media/core/updates/kernel-desktop-latest-5.4.6-2.mga7.x86_64.rpm
    $MIRRORLIST: media/core/updates/lib64dri-drivers-19.3.1-1.mga7.x86_64.rpm 
    $MIRRORLIST: media/core/updates/lib64mesagl1-19.3.1-1.mga7.x86_64.rpm     
    $MIRRORLIST: media/core/updates/cpupower-5.4.6-2.mga7.x86_64.rpm           
    $MIRRORLIST: media/core/updates/lib64gbm1-19.3.1-1.mga7.x86_64.rpm         
    $MIRRORLIST: media/core/updates/lib64glapi0-19.3.1-1.mga7.x86_64.rpm       
    $MIRRORLIST: media/core/updates/lib64ruby2.5-2.5.7-20.mga7.x86_64.rpm     
    $MIRRORLIST: media/core/updates/lib64mesavulkan-drivers-19.3.1-1.mga7.x86_64.rpm
    $MIRRORLIST: media/core/updates/lib64ofx7-0.9.15-1.mga7.x86_64.rpm         
    $MIRRORLIST: media/core/updates/lib64xatracker2-19.3.1-1.mga7.x86_64.rpm   
    $MIRRORLIST: media/core/updates/kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64.rpm
    $MIRRORLIST: media/core/updates/xfsprogs-5.4.0-1.mga7.x86_64.rpm           
    $MIRRORLIST: media/nonfree/updates/kernel-firmware-nonfree-20191220-1.mga7.nonfree.noarch.rpm
    $MIRRORLIST: media/nonfree/updates/microcode-0.20191115-1.mga7.nonfree.noarch.rpm
    $MIRRORLIST: media/nonfree/updates/rtlwifi-firmware-20191220-1.mga7.nonfree.noarch.rpm
    $MIRRORLIST: media/nonfree/updates/iwlwifi-firmware-20191220-1.mga7.nonfree.noarch.rpm
    $MIRRORLIST: media/nonfree/updates/radeon-firmware-20191220-1.mga7.nonfree.noarch.rpm
    $MIRRORLIST: media/nonfree/updates/ralink-firmware-20191220-1.mga7.nonfree.noarch.rpm
installing kernel-desktop-latest-5.4.6-2.mga7.x86_64.rpm microcode-0.20191115-1.mga7.nonfree.noarch.rpm lib64dri-drivers-19.3.1-1.mga7.x86_64.rpm ralink-firmware-20191220-1.mga7.nonfree.noarch.rpm libofx-0.9.15-1.mga7.x86_64.rpm lib64mesaegl1-19.3.1-1.mga7.x86_64.rpm radeon-firmware-20191220-1.mga7.nonfree.noarch.rpm mesa-19.3.1-1.mga7.x86_64.rpm rtlwifi-firmware-20191220-1.mga7.nonfree.noarch.rpm iwlwifi-firmware-20191220-1.mga7.nonfree.noarch.rpm lib64glapi0-19.3.1-1.mga7.x86_64.rpm lib64ruby2.5-2.5.7-20.mga7.x86_64.rpm lib64ofx7-0.9.15-1.mga7.x86_64.rpm lib64mesavulkan-drivers-19.3.1-1.mga7.x86_64.rpm kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64.rpm xfsprogs-5.4.0-1.mga7.x86_64.rpm lib64xatracker2-19.3.1-1.mga7.x86_64.rpm lib64mesagl1-19.3.1-1.mga7.x86_64.rpm cpupower-5.4.6-2.mga7.x86_64.rpm kernel-firmware-nonfree-20191220-1.mga7.nonfree.noarch.rpm lib64gbm1-19.3.1-1.mga7.x86_64.rpm from /var/cache/urpmi/rpms
Preparing...                     #############################################
Installation failed:   package kernel-desktop-5.4.6-2.mga7-1-1.mga7.x86_64 does not verify: Payload SHA256 digest: BAD (Expected 2e87d97b5cbc82d970c5832a0022dc32305542a456a24b4f57b75b85e05f118a != 91da03cc25602d5dc140604fee33d5d46881c24115bced0340d51434d129cc0f)
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City

Re: Kernel update failure

Postby benmc » Dec 30th, '19, 23:32

oh!

under MCC Software Management => Configure media sources for install and update => (File, top left) add a specific media mirror.

please change your mirror to a specific one, see attached - princeton seems to work ok .
(I am obviously running a i586 system),

then re-run
Code: Select all
urpmi --clean
, and
Code: Select all
urpmi --auto-update


again, let us know if there are problems.

* also
Code: Select all
free -m


likelihood of 2 suspect mirrors is low.
you may have suspect ram, that is affecting the ~50MB kernel download, likewise, a suspect HDD sector that the var/cache/urmpi is saving to,
Attachments
mirrors.png
mirrors.png (84.57 KiB) Viewed 1607 times
benmc
 
Posts: 1213
Joined: Sep 2nd, '11, 12:45
Location: Pirongia, New Zealand

Re: [SOLVED] Kernel update failure

Postby harkelyn » Jan 2nd, '20, 02:25

This => Configure media sources for install and update => (File, top left) add a specific media mirror. -worked, so the issue is fully resolved now. Thank you!
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron