I am managing several AIX servers with the same configuration:
AIX 7200-05-07-2346
local copy of AIX Toolbox repository
lslpp -l rpm*
Path: /usr/lib/objrepos
rpm.rte 4.15.1.1011 COMMITTED RPM Package Manager
wxr-xr-x 1 root system 599 15. bře 2021 /usr/bin/rpm
On some servers, a problem started to appear:
lslpp -Lc openssl.base
Memory fault(coredump)
I figured there was a problem with the consistency of the RPM db, but the "dnf check" didn't find anything wrong.
Then I found that if I use
env -i /usr/bin/ksh -c "lslpp -Lc openssl.base"
instead of
lslpp -Lc openssl.base
the problem does not occur
The problem does not occur even if I remove /usr/bin/rpm.
------------------------------
Antonin Rozehnal
------------------------------