AIX Open Source

 View Only
Expand all | Collapse all

Error message in AIX while install/Un-install rpm package

  • 1.  Error message in AIX while install/Un-install rpm package

    Posted Mon October 04, 2021 06:29 AM
    Edited by Mass Mutual Mon October 04, 2021 07:09 AM
    Hi team, Getting below error message in AIX host

    rpm -e nxlog-5.3.6735-1.ppc

    rpm_share: 0645-007 ATTENTION: whichfs() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: get_rpm_inst_root_list() returned an unexpected result.
    rpm_share: 0645-007 ATTENTION: update_inst_root() returned an unexpected result.

    ------------------------------
    Mass Mutual
    ------------------------------


  • 2.  RE: Error message in AIX while install/Un-install rpm package

    Posted Tue October 05, 2021 06:56 AM
    Hi Mass,

    This error mostly appears if there is some issue with the already installed rpm package
    itself, like creating softlink to non-existence path or installing files in non-existing directory.

    To debug further and get  the exact the error is it possible to add "set -x" to the get_rpm_inst_root_list() function in
    /usr/lib/instl/baselib_sh  script and try the commands ?



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