aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a problem with manpagesconklin2007-04-241-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@128 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added optional traceroute collection to networking pluginsconklin2007-04-241-2/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@127 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added clalance's patch to gather iptables info.sconklin2007-04-241-6/+20
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@126 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Running "multipath" without arguments might change the device-mapper maps, ↵shnavid2007-04-231-2/+1
| | | | | | which we want to avoid if things are broken. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@125 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed a problem with installation of man page. rpmbuild compressessconklin2007-04-204-6/+10
| | | | | | | | the man page, which changed the file name and caused a failure. Now we just compress it first and deliver it that way. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@124 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Cleaned up tagging and release in makefile, updated spec filesconklin2007-04-182-8/+40
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@123 ef72aa8b-4018-0410-8976-d6e080ef94d8
* More logging typos fixed.shnavid2007-04-181-4/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@122 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Import logging module to make sure we have access to logging.*shnavid2007-04-181-12/+34
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@121 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed typo in new logging.shnavid2007-04-181-4/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@120 ef72aa8b-4018-0410-8976-d6e080ef94d8
* adding bridging info for xen modulepamadio2007-04-151-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@114 ef72aa8b-4018-0410-8976-d6e080ef94d8
* removed some things that got done from TODO listsconklin2007-04-111-10/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@113 ef72aa8b-4018-0410-8976-d6e080ef94d8
* No need to be that verbose, some commands will often fail. Downgrading ↵shnavid2007-04-051-2/+2
| | | | | | message to "verbose" (visible with -v and up) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@112 ef72aa8b-4018-0410-8976-d6e080ef94d8
* rpm -Va should be enabled by default (BZ#234873)shnavid2007-04-051-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@111 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Replaced xen plugin with (better) version from Chris Lalancette ↵shnavid2007-04-021-8/+48
| | | | | | <clalance@redhat.com> git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@110 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Cosmetic fix.shnavid2007-03-301-1/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@109 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Disable the progress-bar if verbosity is enabled.shnavid2007-03-291-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@108 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Another small fix to logging.shnavid2007-03-291-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@107 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Improved logging and small fix to checkenabled()shnavid2007-03-291-15/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@106 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added a checkenabled() function which can be used to disable a plugin at ↵shnavid2007-03-292-0/+9
| | | | | | | | | run-time. Planning to add a command-line option to force the execution of plugins. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@105 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Better logging using python's logging module.shnavid2007-03-272-42/+51
| | | | | | | Verbose logs included in sosreport (sos_logs/sos.log) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@104 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Beautified console output.shnavid2007-03-271-2/+8
| | | | | | | Added a random suffix to sosreport tree to avoid overwriting an existing tree with same name. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@103 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed hardware plugin to use modules.pcimap instead of deprecated pcitable.shnavid2007-03-271-4/+7
| | | | | | | However, this collection doesn't make much sense to me so we need to clarify what its purpose is. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@102 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed a typo.shnavid2007-03-231-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@101 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Forgot to remove a debugging statementshnavid2007-03-151-1/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@100 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added check to see if the loaded module matches the copy on the file-systemshnavid2007-03-151-0/+19
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@99 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Small fix to progress barshnavid2007-03-151-1/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@98 ef72aa8b-4018-0410-8976-d6e080ef94d8
* initial Xen supportshnavid2007-03-151-0/+28
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@97 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Small fix for progressbar to work properly when running multithreaded.shnavid2007-03-151-2/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@96 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Implemented a progress bar (RFE BZ#219672) which can be disabled from the ↵shnavid2007-03-151-0/+68
| | | | | | command line. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@95 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Sorry, those ". . ." are way too ugly.shnavid2007-03-141-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@94 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed BZ#219669 (sosreport multi-threaded option sometimes fails)shnavid2007-03-141-1/+1
| | | | | | | copyStuff() doesn't take any argument git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@93 ef72aa8b-4018-0410-8976-d6e080ef94d8
* fixed BZ#219877 (ncurses "Cancel" button makes sosreport exit)shnavid2007-03-141-2/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@92 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added further commands' output to gather, taken from Alisdar's own LVM ↵shnavid2007-03-071-2/+9
| | | | | | | | | troubleshooting script (lvm_dump): http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/LVM2/scripts/lvm_dump.sh?cvsroot=lvm2 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@91 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Allow passing multiple comma-separated plugin names to -n (--noplugin) and ↵shnavid2007-03-071-4/+17
| | | | | | -o (--onlyplugin) options. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@90 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Implemented work-around against bug in bdist_rpm:shnavid2007-03-073-1/+5
| | | | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=644744&group_id=5470&atid=105470 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@89 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added a specialized plugin for printing related configuration and log files ↵shnavid2007-02-212-1/+24
| | | | | | (CUPS) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@88 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed typo.shnavid2007-02-211-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@87 ef72aa8b-4018-0410-8976-d6e080ef94d8
* add man page to setup.py / sos.specjwbernin2007-02-202-2/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@86 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Adding first revision of man pagejwbernin2007-02-201-0/+55
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@85 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Exit if no valid plugin was selected (rather than building an empty sosreport).shnavid2007-02-201-0/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@84 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added --onlyplugin option (-o) to selectively choose which plugins to load ↵shnavid2007-02-201-3/+9
| | | | | | (complementary to existing --noplugin) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@83 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Added a specialized plugin for device-mapper related configuration files and ↵shnavid2007-02-202-1/+32
| | | | | | command outputs (device-mapper, LVM and multipath) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@82 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Committed through web interface.root2007-02-191-0/+16
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@81 ef72aa8b-4018-0410-8976-d6e080ef94d8
* auto commit for alm editor.root2007-02-190-0/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@80 ef72aa8b-4018-0410-8976-d6e080ef94d8
* auto commit for alm editor.root2007-02-190-0/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@79 ef72aa8b-4018-0410-8976-d6e080ef94d8
* First stage interrupt / ^C handlingjwbernin2007-02-172-4/+40
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@78 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Collect parsed configuration tree directly from ccsd (useful for ↵shnavid2007-02-161-0/+5
| | | | | | | | | troubleshooting parsing issues) Scamble password information for fencing devices. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@77 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed another unterminated string.shnavid2007-02-161-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@76 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Fixed a small typo (unterminated string).shnavid2007-02-161-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@75 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Strip out the shared secret (bindpw) from /etc/ldap.confshnavid2007-02-161-0/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@74 ef72aa8b-4018-0410-8976-d6e080ef94d8