DEBUG:insights.core.plugins:Couldn't execute: /usr/bin/rpm -qa --qf '{"name":"%{NAME}","epoch":"%{EPOCH}","version":"%{VERSION}","release":"%{RELEASE}","arch":"%{ARCH}","installtime":"
%{INSTALLTIME:date}","buildtime":"%{BUILDTIME}","vendor":"%{VENDOR}","buildhost":"%{BUILDHOST}","sigpgp":"%{SIGPGP:pgpsig}"}
I think this should be an issue of insights on RHEL6
as a workaround, please create a simple link to the rpm command in /usr/bin/ and have a try again.
Reported by @Rezney:
I met this problem on my RHEL6 too,
DEBUG:insights.core.plugins:Couldn't execute: /usr/bin/rpm -qa --qf '{"name":"%{NAME}","epoch":"%{EPOCH}","version":"%{VERSION}","release":"%{RELEASE}","arch":"%{ARCH}","installtime":" %{INSTALLTIME:date}","buildtime":"%{BUILDTIME}","vendor":"%{VENDOR}","buildhost":"%{BUILDHOST}","sigpgp":"%{SIGPGP:pgpsig}"} I think this should be an issue of insights on RHEL6
ln -s /bin/rpm /usr/bin/rpm
And we'll fix it asap.