Amati Pelajari Eksekusi !

Mengatasi Reboot your system to update the kernel di CloudLinux

Jadi beberapa kali saya menemukan error seperti ini di CloudLinux Manager di whm,

Reboot your system to update the kernel.
If this message is displayed after rebooting, please contact support.

Berikut cara mengatasinya

# rpm -qa | grep kmod-lve
kmod-lve-2.1-54.el9.x86_64

Lalu yum kmod-lve

# yum update kmod-lve
This system is receiving updates from CloudLinux Network server.
cloudlinux-x86_64-server-9                                                                                                                                                                                    47 MB/s |  24 MB     00:00    
Last metadata expiration check: 0:00:06 ago on Tue 23 Dec 2025 06:54:40 PM WIB.
Dependencies resolved.
===================================================================================================================
 Package               Architecture        Version                   Repository                               Size
===================================================================================================================
Installing group/module packages:
 kmod-lve              x86_64              2.1-55.el9                cloudlinux-x86_64-server-9              126 k

Transaction Summary
===================================================================================================================
Install  1 Package

Total download size: 126 k
Installed size: 658 k
Is this ok [y/N]: y
Downloading Packages:
kmod-lve-2.1-55.el9.x86_64.rpm                                                     7.5 MB/s | 126 kB     00:00    
-------------------------------------------------------------------------------------------------------------------
Total                                                                              7.1 MB/s | 126 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                           1/1 
  Installing       : kmod-lve-2.1-55.el9.x86_64                                                                1/1 
  Running scriptlet: kmod-lve-2.1-55.el9.x86_64                                                                1/1 
  Verifying        : kmod-lve-2.1-55.el9.x86_64                                                                1/1 

Installed:
  kmod-lve-2.1-55.el9.x86_64                                                                                       

Complete!

Setelah selesai jalankan perintah dibawah ini

# modprobe kmodlve
# lsmod | grep kmodlve
kmodlve             17645568  0

Dah gitu aja,

Leave a Reply

Your email address will not be published. Required fields are marked *