AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
Expand all | Collapse all

dnf update failed with No more mirrors to try - All mirrors were already tried without success

  • 1.  dnf update failed with No more mirrors to try - All mirrors were already tried without success

    Posted Tue May 06, 2025 06:33 AM

    Hi All,

    I am facing error while running dnf update on AIX 7.2 
    It shows the below error-

    Total download size: 25 M
    Downloading Packages:
    [MIRROR] python3-dateutil-2.8.2-1.aix7.1.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: e0c428ad72741aae720855566f353609a6f913cd870a82cbbeebf763e14f215e(sha256)  Expected: d3fe9bcd6ec9e23c1814adac3aebf4dc293780d37186de869b8a2a7cd0408cf9(sha256)
    [MIRROR] python3-dateutil-2.8.2-1.aix7.1.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: e0c428ad72741aae720855566f353609a6f913cd870a82cbbeebf763e14f215e(sha256)  Expected: d3fe9bcd6ec9e23c1814adac3aebf4dc293780d37186de869b8a2a7cd0408cf9(sha256)
    [MIRROR] python3-dateutil-2.8.2-1.aix7.1.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: e0c428ad72741aae720855566f353609a6f913cd870a82cbbeebf763e14f215e(sha256)  Expected: d3fe9bcd6ec9e23c1814adac3aebf4dc293780d37186de869b8a2a7cd0408cf9(sha256)
    [MIRROR] python3-dateutil-2.8.2-1.aix7.1.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: e0c428ad72741aae720855566f353609a6f913cd870a82cbbeebf763e14f215e(sha256)  Expected: d3fe9bcd6ec9e23c1814adac3aebf4dc293780d37186de869b8a2a7cd0408cf9(sha256)
    [FAILED] python3-dateutil-2.8.2-1.aix7.1.noarch.rpm: No more mirrors to try - All mirrors were already tried without success
    (2-3/8): python3.9-dateutil-2.8.2-1.a  0% [                                     ]  57 kB/s | 139 kB     07:27 ETA
    Error: Error downloading packages:
      Cannot download python3-dateutil/python3-dateutil-2.8.2-1.aix7.1.noarch.rpm: All mirrors were tried


    My dnf.conf file contains the below repos-

    [AIX_Toolbox]
    name=AIX generic repository
    baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/
    enabled=1
    gpgcheck=0
     
    [AIX_Toolbox_noarch]
    name=AIX noarch repository
    baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/
    enabled=1
    gpgcheck=0
     
    [AIX_Toolbox_72]
    name=AIX 7.2 specific repository
    baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/
    enabled=1
    gpgcheck=0


    Could you please help me here.







    ------------------------------
    Nayan Jyoti Gogoi
    ------------------------------


  • 2.  RE: dnf update failed with No more mirrors to try - All mirrors were already tried without success

    Posted Thu May 08, 2025 08:29 AM

    Hi,

    Look at this link.

    AIX Toolbox rpm packages signature



    ------------------------------
    Paul Clayton
    ------------------------------