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

 View Only
  • 1.  /usr/sbin/updtvpkg Please wait...kill: 12451906: no such process

    Posted Mon March 01, 2021 10:03 PM
    Hello,

    I am getting below messages when tried to run /usr/sbin/updtvpkg or rpm rebuild and found this issue when we were trying to install tripwire client software

    # /usr/sbin/updtvpkg
    Please wait...kill: 12451906: no such process
    kill: 23265326: no such process

    No issues when I run rpm -qa

    AIX version : 7100-05-05-1939 and rpm.rte version 4.13.0.3

    ------------------------------
    mnk
    ------------------------------

    #AIXOpenSource


  • 2.  RE: /usr/sbin/updtvpkg Please wait...kill: 12451906: no such process

    Posted Mon March 01, 2021 11:47 PM
    Hi mnk,

    Is there any extra environment variables are set ?
    Could you try running the "/usr/sbin/updtvpkg" in debug mode.
    sh -x /usr/sbin/updtvpkg.

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



  • 3.  RE: /usr/sbin/updtvpkg Please wait...kill: 12451906: no such process

    Posted Mon March 08, 2021 10:20 AM

    Below is output of command "sh -x /usr/sbin/updtvpkg"

    sh -x /usr/sbin/updtvpkg
    + sleep 5
    + [[ C = en_US ]]
    + + /usr/bin/rpm -q --queryformat %{RELEASE} AIX-rpm
    + 2> /dev/null
    current_release=11
    + [[ -z 11 ]]
    + [[ 11 == package AIX-rpm is not installed ]]
    + (( release = 11 + 1 ))
    + + /usr/bin/dspmsg -s 3 cmdinstl_e.cat 49 Please wait...\n
    waitmsg=Please wait...
    + echo Please wait...\c
    Please wait...+ + /usr/bin/cut -d: -f3
    + /usr/bin/lslpp -qLc bos.rte
    version=7.1.5.30
    + + /usr/bin/rpm --eval %{_rpmdir}
    rpmdir=/opt/freeware/src/packages/RPMS
    + + /usr/bin/rpm --eval %{_srcrpmdir}
    srcrpmdir=/opt/freeware/src/packages/SRPMS
    + update_virtual_package 12
    + 1> /tmp/mkvirtpkg.39977152
    + [[ -s /tmp/mkvirtpkg.39977152 ]]
    + /usr/bin/rpmbuild -ba /tmp/mkvirtpkg.39977152
    + 1> /tmp/mkvirtpkg.39977152.out 2>& 1
    + [[ 0 -eq 0 ]]
    + + /usr/bin/rpm --showrc
    + LANG=C
    + /usr/bin/awk {print $NF}
    + /usr/bin/grep ^build arch
    arch=ppc
    + + /usr/bin/rpm --showrc
    + LANG=C
    + /usr/bin/grep ^build os
    + /usr/bin/awk {print $NF}
    os=aix7.1
    + /usr/bin/rpm --nodeps -U /opt/freeware/src/packages/RPMS/ppc/AIX-rpm-7.1.5.30-12.aix7.1.ppc.rpm
    kill: 48627872: no such process
    kill: 65536208: no such process
    kill: 28377326: no such process
    kill: 9306212: no such process
    kill: 65536224: no such process

    ------------------------------
    mnk
    ------------------------------



  • 4.  RE: /usr/sbin/updtvpkg Please wait...kill: 12451906: no such process

    Posted Tue March 23, 2021 10:45 AM
    Hi mnk,

    Please could you paste the output of "rpm -qa".
    Are you also able to install some other packages ?
    Is it possible to get the truss output of rebuild command which is failing ?

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