CloudLinux v9.7.0 updates fail

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • paul
    Junior Member
    Forum Explorer
    • Mar 2021
    • 21

    #1

    CloudLinux v9.7.0 updates fail

    I have CloudLinux v9.7.0 STANDARD kvm

    This morning trying to do a /scripts/upcp or dnf update there is a 404 from vault?

    AlmaLinux 9.7 - AppStream 3.4
    Errors during downloading metadata for repository 'appstream':

    - Status code: 404 for http://vault.almalinux.org/9.7/AppSt...d6629527726c0b fd16b1a4ca7e03-filelists.xml.gz (IP: 199.232.139.52)
    Error: Failed to download metadata for repo 'appstream': Yum repo downloading error: Downloading error(s): repodata/b9ea1c0db79c2247f455c5dd804f1a41f4d9d6629527726c0b fd16b1a4ca7e03-filelists.xml.gz - Cannot download, all mirrors were already tried without success; repodata/da13ceda2156b7767bcb2a126a3a6b439aa2cc290ed1c4c862 604c8407179389-modules.yaml.gz - Cannot download, all mirrors were already tried without success; repodata/cb91d86b0aed89fc22400f571524b95432521087f12b5a34ac 03a04a5d31fabc-updateinfo.xml.gz - Cannot download, all mirrors were already tried without success

    Any thoughts?
  • Answer selected by bogdan.sh at 05-28-2026, 11:01 AM.
    bogdan.sh
    Administrator
    • Nov 2016
    • 1305

    Ah, could you please try this?

    Code:
    yum update cloudlinux-release --disablerepo=appstream

    Comment

    • bogdan.sh
      Administrator
      • Nov 2016
      • 1305

      #2
      We had such an issue yesreday and our packaging team has addressed this on our side. Please clear the local dnf cache so it re-fetches a fresh repomd.xml and retry:
      Code:
      dnf clean all
      dnf makecache
      dnf update

      or re-run /scripts/upcp afterwards. Let me know how it goes.

      Comment

      • paul
        Junior Member
        Forum Explorer
        • Mar 2021
        • 21

        #3
        I should have mentioned that i did try that too

        [root@cp ~]# dnf makecache

        EA4 ( EasyApache 4 - c9 ) 554 kB/s | 1.7 MB 00:03
        cPanel Addons Production Feed 5.8 kB/s | 9.3 kB 00:01
        cPanel Plugins project 67 kB/s | 149 kB 00:02
        MariaDB1011 217 kB/s | 645 kB 00:02
        AlmaLinux 9.7 - AppStream 3.2 MB/s | 2.7 MB 00:00
        Errors during downloading metadata for repository 'appstream':
        - Status code: 404 for http://vault.almalinux.org/9.7/AppSt...d6629527726c0b fd16b1a4ca7e03-filelists.xml.gz (IP: 199.232.139.52)
        Error: Failed to download metadata for repo 'appstream': Yum repo downloading error: Downloading error(s): repodata/b9ea1c0db79c2247f455c5dd804f1a41f4d9d6629527726c0b fd16b1a4ca7e03-filelists.xml.gz - Cannot download, all mirrors were already tried without success; repodata/da13ceda2156b7767bcb2a126a3a6b439aa2cc290ed1c4c862 604c8407179389-modules.yaml.gz - Cannot download, all mirrors were already tried without success; repodata/cb91d86b0aed89fc22400f571524b95432521087f12b5a34ac 03a04a5d31fabc-updateinfo.xml.gz - Cannot download, all mirrors were already tried without success

        Comment

        • paul
          Junior Member
          Forum Explorer
          • Mar 2021
          • 21

          #4
          Visting the URL via browser

          http://vault.almalinux.org/9.7/AppSt...4/os/repodata/ OK
          http://vault.almalinux.org/9.7/AppSt...lelists.xml.gz 404

          Comment

          • bogdan.sh
            Administrator
            • Nov 2016
            • 1305

            #5
            Ah, could you please try this?

            Code:
            yum update cloudlinux-release --disablerepo=appstream

            Comment

            • paul
              Junior Member
              Forum Explorer
              • Mar 2021
              • 21

              #6
              Originally posted by bogdan.sh
              Ah, could you please try this?

              Code:
              yum update cloudlinux-release --disablerepo=appstream
              That Bogdan, that did the trick, thanks.

              So needed update CL to v9.8.0 first.

              Comment

              • bogdan.sh
                Administrator
                • Nov 2016
                • 1305

                #7
                Yes, exactly. And same have to be done every time for minor release upgrades.

                As far as I know the CL10 will not have such an issue anymore.

                Comment

                Working...