• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Plesk won't install on Alma 9 because of missing CRB repo

QWeb Ric

Basic Pleskian
Server operating system version
Almalinux 9.3
Plesk version and microupdate number
18.0.60
After my efforts to spin up a Rocky 9 server were swatted by Plesk not actually supporting Rocky 9, I've now spun up an Alma 9 server and worked my way back to being ready to install Plesk.

This time I got the following error:

Plesk installation requires 'crb' OS repository to be enabled.

So I enabled and tried again:

# dnf config-manager --set-enabled crb

And got the following:

Unable to create dnf cache for 'crb' OS repository.
Make sure the repository is available, otherwise either disable it or fix its configuration, then try again.

I then tried an update to pull the cache, and:

# dnf update
Error: Cannot find a valid baseurl for repo: crb

At this point I checked my dnf repolist and see that Rackspace, our server host, seems to replace the CRB repo

# dnf repolist
repo id repo name
crb AlmaLinux 9 - CRB
devel AlmaLinux 9 - Devel
epel Extra Packages for Enterprise Linux 9 - x86_64
epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64
ospc Open Source Public Cloud
rackspace Rackspace Monitoring
rackspace-almalinux-appstream AlmaLinux 9 - AppStream
rackspace-almalinux-baseos AlmaLinux 9 - BaseOS
rackspace-almalinux-crb AlmaLinux 9 - CRB
rackspace-almalinux-extras AlmaLinux 9 - Extras

Note there's both a crb and rackspace-almalinux-crb repo ID listed here, both with the same AlmaLinux 9 - CRB repo name. If I again disable crb, the Rackspace variant persists.

It seems to me that basically, with Rackspace we already have a CRB repo enabled by default and working, but the Plesk installer is looking for one named exactly "crb" so erroring out.

Is there a way to force the installer to continue despite thinking this repo is missing?
 
Back
Top