Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only
  • 1.  Error message in AIX while install/Un-install rpm package

    Posted 10/04/21 06:29 AM
    Edited by Mass Mutual 10/04/21 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
    ------------------------------
    #AIXOpenSource


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

    Posted 10/05/21 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
    ------------------------------