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
  • 1.  Not able to run dnf tool box script

    Posted 26 days ago

    Hi Team,

    I am getting error once try to run dnf script. Any suggestion on this please.

    root@host# ./dnf_aixtoolbox.sh -d
    Attempting download of dnf_bundle_aix_73.tar ...
    lwp-download: 500 Can't connect to public.dhe.ibm.com:443 (certificate verify failed)
    Failed to download dnf_bundle_aix_73.tar



    ------------------------------
    Manoj Kumar
    ------------------------------


  • 2.  RE: Not able to run dnf tool box script

    Posted 25 days ago
    Edited by Aditya Kamath 25 days ago

    Hi,

    I am not sure why this happened.

    But can you check if your issue can be resolved by suggestions in this link.
    AIX Open Source

    Ibm remove preview
    AIX Open Source
    Hi,I am trying to install dnf toolbox in one of our lpars. I am getting an error that states:lwp-download: 500 Can't connect to public.dhe.ibm.com:443Failed to
    View this on Ibm >

    https://community.ibm.com/community/user/power/discussion/dnf-install-failing



    ------------------------------
    Aditya Kamath
    ------------------------------



  • 3.  RE: Not able to run dnf tool box script

    Posted 25 days ago

    Hi Aditya,

    I didn't find any useful information from that link. telnet is working fine to me. Something missing on this particular LPAR. Do I need to check other logs? Only on this particular LPAR we are having this issue. rest working



    ------------------------------
    Manoj Kumar
    ------------------------------



  • 4.  RE: Not able to run dnf tool box script

    Posted 24 days ago

    Please check this post https://community.ibm.com/community/user/power/discussion/dnf-installation-2



    ------------------------------
    SANGAMESH
    ------------------------------



  • 5.  RE: Not able to run dnf tool box script

    Posted 21 days ago

    See this link, as it may help. https://community.ibm.com/community/user/discussion/yum-to-dnf-migration-cant-connect-to-publicdheibmcom443-certificate-verify-failed?hlmlt=VT



    ------------------------------
    Chris Gibson
    ------------------------------



  • 6.  RE: Not able to run dnf tool box script

    Posted 21 days ago

    Thank you Chris for sharing this.

    We have tried to run export "export PERL_LWP_SSL_VERIFY_HOSTNAME=0" But after running this still we are getting the same error.

    ./dnf_aixtoolbox.sh -d
    Attempting download of dnf_bundle_aix_73.tar ...
    lwp-download: 500 Can't connect to public.dhe.ibm.com:443 (certificate verify failed)
    Failed to download dnf_bundle_aix_73.tar



    ------------------------------
    Manoj Kumar
    ------------------------------



  • 7.  RE: Not able to run dnf tool box script

    Posted 21 days ago

    Add "export PERL_NET_HTTPS_SSL_SOCKET_CLASS=Net::SSL" also and try again. 



    ------------------------------
    Ayappan P
    ------------------------------



  • 8.  RE: Not able to run dnf tool box script

    Posted 21 days ago

    Thank you Ayappan. After exporting that value it is working fine. Really appreciate to working with all of you.



    ------------------------------
    Manoj Kumar
    ------------------------------