Skip to main content

CentOS -> AlmaLinux 8 Issue

Comments

22 comments

  • cPRex Jurassic Moderator
    Hey there! There will be multiple reboots during the update process, with some of them taking a long time - up to 30 minutes or more. It's possible that you're just in one of those reboot periods. If you have a console provided by your host you could watch the server status there, but if it's still not reachable after 30-45 minutes, you'll want to contact your host to have them investigate the system.
    0
  • Innosonian
    I manage the the AWS Instances, so it would be myself. I think I started running it about 12, so nearly 4 hours ago now.
    0
  • cPRex Jurassic Moderator
    That does seem too long for sure. I'd check the console if you can access that, and if not, you'll need to reach out to their support to have them check the machine.
    0
  • Innosonian
    Unfortunately AWS aren't that forth coming. Does the log file make sense? It's just ended with 'server login' as if waiting for something?
    0
  • cPRex Jurassic Moderator
    No, I haven't seen exactly that output before. Are you able to access the system over SSH at this time? If so, it would be best to submit a ticket to our support team so we can review that update.
    0
  • Innosonian
    No I can't access SSH at the moment. And I can't generate a support ticket with cPanel because it required support id, which is generated via WHM! So I'm a little stuck!
    0
  • cPRex Jurassic Moderator
    If there's no SSH access you'll have to reach out to the host as there isn't anything we could do on our side. You can always email cs@cpanel.net to start a ticket without having your ID ready.
    0
  • Innosonian
    So good news, I can now access the SSH. Not really sure where I am to go from here!
    0
  • cPRex Jurassic Moderator
    Hey that's progress! If SSH works, you can submit that ticket and we can take a look.
    0
  • Innosonian
    Done and done :)
    0
  • cPRex Jurassic Moderator
    Great - once you have the ticket number, please share it here so I can follow along.
    0
  • Innosonian
    Ticket Number: 95045506
    0
  • cPRex Jurassic Moderator
    Thanks for that - I'm following along now, and I've given it some priority since the system isn't responding properly.
    0
  • Innosonian
    Not sure if this helps narrow things down, but when I try and do anything on SSH, I get this: --- Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 14, in swig_import_helper return importlib.import_module(mname) File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 658, in _load_unlocked File "", line 571, in module_from_spec File "", line 922, in create_module File "", line 219, in _call_with_frames_removed ImportError: libbrotlidec.so.1: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/dnf", line 57, in from dnf.cli import main File "/usr/lib/python3.6/site-packages/dnf/__init__.py", line 30, in import dnf.base File "/usr/lib/python3.6/site-packages/dnf/base.py", line 29, in import libdnf.transaction File "/usr/lib64/python3.6/site-packages/libdnf/__init__.py", line 8, in from . import error File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 17, in _error = swig_import_helper() File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 16, in swig_import_helper return importlib.import_module('_error') File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_error' --- Any ideas?
    0
  • cPRex Jurassic Moderator
    Thanks for that - it doesn't look good, but I've added it to the ticket so our team can see that.
    0
  • cPRex Jurassic Moderator
    Our team was able to find an issue with the ImageMagick installer that was keeping the update from completing. After enabling the EPEL repository to get that installed, things are working well and the update was able to complete. yum -y install ImageMagick ImageMagick-libs
    0
  • Innosonian
    Many thanks - I can now see the WHM. With all the issues of restarting, it's knocked out my subscription " To access the interface, you must install the license and ensure that the license is active. " - so I'm waiting for the Customer Services team to refresh or re-establish this.
    0
  • cPRex Jurassic Moderator
    Yup - it looks like Mae in our CS team is taking care of that now!
    0
  • ErnestoHD
    Hello: I"m getting the same error that @Innosonian mentioned: ===================== Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 14, in swig_import_helper return importlib.import_module(mname) File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 658, in _load_unlocked File "", line 571, in module_from_spec File "", line 922, in create_module File "", line 219, in _call_with_frames_removed ImportError: libbrotlidec.so.1: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/yum", line 57, in from dnf.cli import main File "/usr/lib/python3.6/site-packages/dnf/__init__.py", line 30, in import dnf.base File "/usr/lib/python3.6/site-packages/dnf/base.py", line 29, in import libdnf.transaction File "/usr/lib64/python3.6/site-packages/libdnf/__init__.py", line 8, in from . import error File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 17, in _error = swig_import_helper() File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 16, in swig_import_helper return importlib.import_module('_error') File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_error' ===================== I've tried to enable the EPEL repository, but I got the same error: ===================== root@server [~]# dnf install epel-release Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 14, in swig_import_helper return importlib.import_module(mname) File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import . . . ===================== Any suggest @cPRex, I really appreciate your support. Thank you.
    0
  • cPRex Jurassic Moderator
    When this issue happens, it's usually because of a dependency problem on the operating system:
    0
  • ErnestoHD
    Thank you @cPRex Command "yum update" generate exactly the same error: =========================== root@server [~]# yum update Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 14, in swig_import_helper return importlib.import_module(mname) File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 658, in _load_unlocked File "", line 571, in module_from_spec File "", line 922, in create_module File "", line 219, in _call_with_frames_removed ImportError: libbrotlidec.so.1: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/yum", line 57, in from dnf.cli import main File "/usr/lib/python3.6/site-packages/dnf/__init__.py", line 30, in import dnf.base File "/usr/lib/python3.6/site-packages/dnf/base.py", line 29, in import libdnf.transaction File "/usr/lib64/python3.6/site-packages/libdnf/__init__.py", line 8, in from . import error File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 17, in _error = swig_import_helper() File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 16, in swig_import_helper return importlib.import_module('_error') File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_error' =========================== In the URL that you share in your last post "1940830 " yum and rpm become broken after installing module" mention that it is not a bug and doesn't share a clue to obtain a real/quick fix. Do you think a reinstall of the operating system might be the best or fastest way to resolve it? Does the cPanel team have a guide for handling it? Any suggestion that helps us solve the problem or gives us a clue at least is welcome. We really appreciate your support.
    0
  • cPRex Jurassic Moderator
    The best thing to do for this issue is to contact your hosting provider or datacenter. A reinstall of the operating system would wipe all data on the server, so you don't want to do that unless you absolutely have to.
    0

Please sign in to leave a comment.