CyberPanel Community

Update CyberPanel for Centos Stream 8

hi
hisham #1

Hello,

Please, CyberPanel Add for Centos Stream 8 or AlmaLinux 8

Please Update CyberPanel for Centos Stream 8

5 replies
hi
hisham #3

Please… Adding AlmaLinux 8 as soon as possible…

hi
hisham #5

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??

NK
Nitesh Kunnath #6

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.

Sign in to reply