Update CyberPanel for Centos Stream 8

Hello,

Please, CyberPanel Add for Centos Stream 8 or AlmaLinux 8

Please Update CyberPanel for Centos Stream 8

I will be adding AlmaLinux 8 soon.

1 Like

Please… Adding AlmaLinux 8 as soon as possible…

Take a look here.

I install cyberpanel on AlmaLinux 8…

But when i run,
$ dnf update

Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id “failovermethod” does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id “failovermethod” does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id “failovermethod” does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id “failovermethod” does not exist
Last metadata expiration check: 0:04:53 ago on Wed 01 Dec 2021 02:12:47 PM CET.
Dependencies resolved.
Nothing to do.
Complete!

Why those show Invalid??

Its because of litespeed repo.
Either you can ignore it or do this as below:

Note: For safety backup the file before editing.
Just login to your server via SSH and then use nano or vi command to access /etc/yum.repos.d/litespeed.repo

sudo nano /etc/yum.repos.d/litespeed.repo
Or
sudo vi /etc/yum.repos.d/litespeed.repo

Then delete “failovermethod=priority” wherever it is mentioned. And then save the file.

For safety backup the file before editing.