How to fix the Elevate upgrade process being interrupted because of a pam_pkcs11 error?

The Pam_pkcs11 module has been disabled in the new version of CentOS and AlmaLinux, so this needs to be disabled for the Elevate upgrade to run correctly. Luckily, it's easy to remove. Just run this command and run the elevate pre-install script again.

leapp answer --section remove_pam_pkcs11_module_check.confirm=True

Here is the command to run the pre-check for Elevate

sudo leapp preupgrade

Here is the code to do the full upgrade once all your checks are in order:

leapp upgrade

 

  • elevate, pam_pkcs11, leapp, error, help
  • 12 Users Found This Useful
Was this answer helpful?

Related Articles

How to flush your DNS cache

Your home computer creates a cache for all DNS settings. It does this to save time each time you...

What is the root login for my new VPS server?

The root login is the same password our system sent you in your welcome email. You just change...

What is the path to PERL?

The path to PERL in PERL script is:#!/usr/local/bin/perl

Do you troubleshoot scripts and apps?

Hello,Sorry, but troubleshooting sripts and apps needs to be done by the scipt maker or a...

How to use PHP-CLI

You would call '/usr/local/bin/php' if you need the php-cli binary, and '/usr/bin/php' if you...