aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* typo (fedora-release instead of redhat-release used for testing)shnavid2007-07-291-2/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@248 ef72aa8b-4018-0410-8976-d6e080ef94d8
* added checkenabled() method to many pluginsshnavid2007-07-2710-19/+85
| | | | | | | bumped release to 2 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@229 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added color output for increased readabilityshnavid2007-07-181-5/+13
| | | | | | | * list was sorted twice, removing latter .sort() git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@222 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added checkenabled() to cluster plugin (only enable if RHCS/GFS related ↵shnavid2007-07-181-1/+18
| | | | | | data is present) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@221 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * thread count semaphore was not passed to threadshnavid2007-07-181-3/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@220 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * catch KeyboardInterrupt when entering sosreport nameshnavid2007-07-181-3/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@219 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * initial diagnose() support for cluster pluginshnavid2007-07-181-1/+25
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@218 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * removed 2>&1 which is default nowshnavid2007-07-181-2/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@217 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added preliminary problem diagnosis supportshnavid2007-07-182-96/+165
| | | | | | | | | | | | | * fixed indentation * better i18n initialization * better user messages * more progressbar fixes * catch and log python exceptions in report * use python native commands to create symlinks * limit concurrent running threads git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@216 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * removed 2>&1 (it is the default now)shnavid2007-07-181-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@215 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * disable sysrq by defaultshnavid2007-07-181-2/+2
| | | | | | | * create symlink for dmidecode git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@214 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * fixed typoshnavid2007-07-181-3/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@213 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added three helpers: pkgDictByName() runlevelByService() and runlevelDefault()shnavid2007-07-181-1/+23
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@212 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * minor tweaksshnavid2007-07-181-3/+7
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@211 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * created satellite plugin from satellite-debug.shshnavid2007-07-181-0/+53
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@210 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added translation tools (to generate locale)shnavid2007-07-162-0/+965
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@209 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added italian translation (incomplete)shnavid2007-07-141-0/+99
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@206 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * package translations as wellshnavid2007-07-143-2/+9
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@205 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * initial language localization supportshnavid2007-07-145-35/+146
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@204 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * bumped releaseshnavid2007-07-132-5/+5
| | | | | | | * fixed a tiny bug in progressbar causing problems on slow systems git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@203 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * stripped unnecessary bits out of setup.pyshnavid2007-07-131-14/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@202 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * resized progressbar to 40 charsshnavid2007-07-134-23/+36
| | | | | | | | | * progressbar fixes * increased logging for threading * improved command output filename mangling git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@201 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * fixed doExitCode() calling thread.wait() instead of join()shnavid2007-07-1339-139/+149
| | | | | | | | | | | | | | * curses menu is disabled by default * multithreading is enabled by default * major progressbar changes (now has ETA) * multithreading fixes * plugins class descriptions shortened to fix better in --list-plugins * rpm -Va in plugins/rpm.py sets eta_weight to 200 (plugin 200 longer than other plugins, for ETA calculation) * applied patch in BZ#241071 from Karl Abbott <kabbott@redhat.com> to speed up command output collection * beautified command output filenames in makeCommandFilename() git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@200 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added yum pluginshnavid2007-07-131-0/+37
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@199 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added addCopySpecLimit() which copies files up to a max size limitshnavid2007-07-121-1/+20
| | | | | | | * make output filenames more readable git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@198 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * cosmetic fixes.shnavid2007-07-121-4/+4
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@197 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * split up command outputs in sub-directories (sos_command/plugin/command ↵shnavid2007-07-121-1/+7
| | | | | | instead of sos_command/plugin.command) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@196 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * bumped version to 1.7r1.7shnavid2007-07-127-107/+134
| | | | | | | | | | | | | | | | | | * curses menu disabled by default (enable with -c) * sosreport output friendlier to the user (and similar to sysreport) * smarter plugin listing which also shows options and disable/enabled plugins * require root permissions only for actual sosreport generation * fix in -k where option value was treated as string instead of int * made progressbar wider (60 chars) * selinux plugin is enabled only if selinux is also enabled on the system * made some errors less verbose to the user * made sosreport not copy files pointed by symbolic links (same as sysreport, we don't need /usr/bin/X or /sbin/ifup) * copy links as links (cp -P) * added plugin get_description() that returns a short decription for the plugin * guess sosreport name from system's name git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@195 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * cmdline executable needs to be absoluteshnavid2007-07-111-6/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@194 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * allow non-users to run with --help or --list-plugins (-l)shnavid2007-07-101-5/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@193 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * MANIFEST.in is no longer needed either.shnavid2007-07-101-4/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@192 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * setup.cfg also no longer needed in the new rpmbuild processshnavid2007-07-101-101/+0
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@191 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * new rpmbuild method does not require install-rpm.sh and prep-rpm.shshnavid2007-07-103-6/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@190 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * updated TODO listshnavid2007-07-101-5/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@189 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * updated plugins to use new root_symlink parameter (which mimics sysreport ↵shnavid2007-07-1014-24/+36
| | | | | | structure using symlinks) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@188 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added --enableplugin (-e) option to enable plugins which were inactiveshnavid2007-07-102-30/+60
| | | | | | | | | * cleaned up plugin activation conditions * added ability to suggest a name for output file in sos_report instead of auto-generated from command-line * added root_symlink option to create a symbolic link in sos_report root (and mimic sysreport's structure) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@187 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added initrd plugin from Chris Evich <cevich@redhat.com>shnavid2007-07-101-0/+28
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@186 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * typo.shnavid2007-07-101-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@185 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * simplified rpm build procedure in Makefile with "make rpm"shnavid2007-07-101-2/+21
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@184 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * plugin.defaultenabled() decides whether a plugin will be automatically ↵shnavid2007-07-102-1/+9
| | | | | | loaded or only if specified in -o. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@183 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * more fixes for fedora..shnavid2007-07-065-21/+18
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@181 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * more fixes for Fedorashnavid2007-07-062-17/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@177 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * more fixes in sos.spec for Fedora shnavid2007-07-053-4/+12
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@175 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * re-added custom sos.spec because bdist_rpm's .spec is not saneshnavid2007-07-041-0/+137
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@173 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * clean up builddir in %install as required by rpmlintshnavid2007-07-041-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@172 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * cleaned up Makefileshnavid2007-07-031-10/+10
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@170 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * remove Vendor tag as required by Fedorashnavid2007-07-031-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@166 ef72aa8b-4018-0410-8976-d6e080ef94d8
* Bumped version and added changelog entryshnavid2007-07-022-14/+6
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@165 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * added custom prep script to run %setup with -q option (Fedora requirement)shnavid2007-07-022-0/+2
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@162 ef72aa8b-4018-0410-8976-d6e080ef94d8
* * fixed indentation of %description in spec fileshnavid2007-07-021-3/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@161 ef72aa8b-4018-0410-8976-d6e080ef94d8