diff -up sos-2.2/sos/plugins/general.py.orig sos-2.2/sos/plugins/general.py --- sos-2.2/sos/plugins/general.py.orig 2012-10-18 16:50:10.279398898 +0100 +++ sos-2.2/sos/plugins/general.py 2012-10-18 16:54:41.370188455 +0100 @@ -58,6 +58,8 @@ class general(sos.plugintools.PluginBase self.addForbiddenPath("/etc/pki/entitlement/key.pem") self.addForbiddenPath("/etc/pki/entitlement/*-key.pem") self.addCopySpec("/etc/rhsm/") + self.addCopySpec("/var/log/rhsm/rhsm.log") + self.addCopySpec("/var/log/rhsm/rhsmcertd.log") self.collectExtOutput("subscription-manager list --installed") self.collectExtOutput("subscription-manager list --consumed")