Announcement

Collapse
No announcement yet.

CloudLinux OS 8 Shared Registration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CloudLinux OS 8 Shared Registration

    Hi, Im trying to register a CloudLinux OS 8 Server

    Following this steps:

    Code:
    $ yum install rhn-setup --enablerepo=cloudlinux-BaseOS
    $ /usr/sbin/rhnreg_ks --activationkey=<activation key>​
    But I got the following error

    Code:
    Error: Unknown repo: 'cloudlinux-BaseOS'
    Need help thanks.

  • #2
    Hi,

    Please try installing rhn-setup without cloudlinux-BaseOS:

    Code:
    yum install rhn-setup
    /usr/sbin/rhnreg_ks --activationkey=YOUR_KEY


    Where did you get those steps from? Do not have them in our docs.

    Comment


    • #3
      Hi, Bogdan.

      Also tried that.

      Code:
      yum install rhn-setup
      Loads the Alma Linux 8.7 AppStream Repo until timeout.

      So It cannot connect to repo, and install anything.

      I go the instruccions from here: https://cloudlinux.zendesk.com/hc/en...red-8-license-

      P.S it's the minimal version.

      Comment


      • #4
        Hmm, please show the output of:

        Code:
        cat /etc/redhat-release
        uname -r
        yum repolist

        Comment


        • #5
          Code:
          CloudLinux release 8.7 (Valeri Polyakov)
          Code:
          4.18.0-425.3.1.lve.el8.x86_64
          Code:
          repo id                                                              repo name
          appstream                                                            AlmaLinux 8.7 - AppStream
          baseos                                                               AlmaLinux 8.7 - BaseOS
          cloudlinux-rollout-1                                                 CloudLinux-8 - Gradual Rollout Slot 1
          cloudlinux-rollout-10                                                CloudLinux-8 - Gradual Rollout Slot 10
          cloudlinux-rollout-2                                                 CloudLinux-8 - Gradual Rollout Slot 2
          cloudlinux-rollout-3                                                 CloudLinux-8 - Gradual Rollout Slot 3
          cloudlinux-rollout-4                                                 CloudLinux-8 - Gradual Rollout Slot 4
          cloudlinux-rollout-5                                                 CloudLinux-8 - Gradual Rollout Slot 5
          cloudlinux-rollout-6                                                 CloudLinux-8 - Gradual Rollout Slot 6
          cloudlinux-rollout-7                                                 CloudLinux-8 - Gradual Rollout Slot 7
          cloudlinux-rollout-8                                                 CloudLinux-8 - Gradual Rollout Slot 8
          cloudlinux-rollout-9                                                 CloudLinux-8 - Gradual Rollout Slot 9
          powertools                                                           AlmaLinux 8.7 - PowerTools​

          Comment


          • #6
            So, the issue seems to be in timeouts to AlmaLinux repos (the baseos one).

            Can you try downloading any packages from the repo directly?

            Code:
            wget https://repo.almalinux.org/almalinux/8/AppStream/x86_64/os/Packages/rhn-setup-2.8.16-13.module_el8.3.0%2B2053%2B3ddf2832.x86_64.rpm
            Just wondering.

            Comment

            Working...
            X