[sos-devel] Adding install files in the IPA plugin

Pierguido Lambri plambri at redhat.com
Tue Sep 18 13:01:37 UTC 2012


Hi,

Would it be possible to enable few more IPA logs to capture with sosreport?

The files are quite important when debugging installation issues:

/var/log/ipaclient-install.log
/var/log/ipaserver-install.log
/var/log/ipareplica-install.log

A patch should be as easy as:

# diff -u ipa.py ipa-old.py 
--- ipa.py	2012-09-18 12:39:57.000000000 +0100
+++ ipa-old.py	2012-09-18 12:39:14.000000000 +0100
@@ -35,8 +35,5 @@
         self.addCopySpec("/etc/ipa/ipa.conf")
         self.addCopySpec("/etc/krb5.conf")
         self.addCopySpec("/etc/krb5.keytab")
-        self.addCopySpec("/var/log/ipaclient-install.log")
-        self.addCopySpec("/var/log/ipaserver-install.log")
-        self.addCopySpec("/var/log/ipareplica-install.log")
         return


Thanks,

Pier





More information about the sos-devel mailing list