13178ca5fa
This synchronises sos in master to the current upstream sos-2.2 branch and includes all patches from RHEL6 not already present.
12 lines
804 B
Diff
12 lines
804 B
Diff
diff -up sos-2.2/sos/plugins/hardware.py.orig sos-2.2/sos/plugins/hardware.py
|
|
--- sos-2.2/sos/plugins/hardware.py.orig 2012-05-18 11:32:58.359804933 +0100
|
|
+++ sos-2.2/sos/plugins/hardware.py 2012-05-18 11:33:17.075915442 +0100
|
|
@@ -37,6 +37,7 @@ class hardware(sos.plugintools.PluginBas
|
|
self.addCopySpec("/proc/s390dbf/tape")
|
|
self.addCopySpec("/sys/bus/scsi")
|
|
self.addCopySpec("/sys/state")
|
|
+ self.addCopySpec("/var/log/mcelog")
|
|
self.collectExtOutput("python /usr/share/rhn/up2date_client/hardware.py", suggest_filename="hardware.py")
|
|
self.collectExtOutput("""/bin/echo -e "lspci:\n" ; /sbin/lspci ; /bin/echo -e "\nlspci -nvv:\n" ; /sbin/lspci -nvv ; /bin/echo -e "\nlspci -tv:\n" ; /sbin/lspci -tv""", suggest_filename = "lspci", symlink = "lspci")
|
|
|