2007-09-15 07:13:26 +00:00
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
Summary: A set of tools to gather troubleshooting information from a system
|
2008-09-04 21:04:01 +00:00
|
|
|
Name: sos
|
2013-06-10 17:41:50 +00:00
|
|
|
Version: 3.0
|
2013-06-10 18:54:45 +00:00
|
|
|
Release: 2%{?dist}
|
2009-07-23 16:00:59 +00:00
|
|
|
Group: Applications/System
|
2013-06-10 17:41:50 +00:00
|
|
|
Source0: https://people.redhat.com/breeves/sos/releases/sos-3.0.tar.gz
|
2008-09-04 21:04:01 +00:00
|
|
|
License: GPLv2+
|
2007-09-15 07:13:26 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
BuildArch: noarch
|
2009-01-12 18:25:27 +00:00
|
|
|
Url: http://fedorahosted.org/sos
|
2010-03-26 21:01:11 +00:00
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: gettext
|
2007-12-13 10:37:05 +00:00
|
|
|
Requires: libxml2-python
|
2013-06-10 17:41:50 +00:00
|
|
|
Requires: rpm-python
|
2010-03-26 21:01:11 +00:00
|
|
|
Requires: tar
|
|
|
|
Requires: bzip2
|
|
|
|
Requires: xz
|
2013-06-10 18:54:45 +00:00
|
|
|
Patch0: sos-silence-could-not-run.patch
|
2012-06-22 11:12:08 +00:00
|
|
|
|
2007-09-15 07:13:26 +00:00
|
|
|
%description
|
|
|
|
Sos is a set of tools that gathers information about system
|
|
|
|
hardware and configuration. The information can then be used for
|
|
|
|
diagnostic purposes and debugging. Sos is commonly used to help
|
|
|
|
support technicians and developers.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-06-10 18:54:45 +00:00
|
|
|
%patch0 -p1
|
2007-09-15 07:13:26 +00:00
|
|
|
%build
|
2010-03-26 21:01:11 +00:00
|
|
|
make
|
2007-09-15 07:13:26 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
2010-03-26 21:01:11 +00:00
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
|
%find_lang %{name} || echo 0
|
2007-09-15 07:13:26 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
2009-01-21 23:35:42 +00:00
|
|
|
%files -f %{name}.lang
|
2007-09-15 07:13:26 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-01-12 18:25:27 +00:00
|
|
|
%{_sbindir}/sosreport
|
2009-01-21 23:35:42 +00:00
|
|
|
%{_datadir}/%{name}
|
2009-01-12 23:51:22 +00:00
|
|
|
%{python_sitelib}/*
|
2010-03-26 21:01:11 +00:00
|
|
|
%{_mandir}/man1/*
|
2010-04-28 15:32:43 +00:00
|
|
|
%{_mandir}/man5/*
|
2013-06-10 17:41:50 +00:00
|
|
|
%doc AUTHORS README.md LICENSE
|
2010-02-17 16:32:41 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sos.conf
|
2007-09-15 07:13:26 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-06-10 18:54:45 +00:00
|
|
|
* Mon Jun 10 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-2
|
|
|
|
- Silence 'could not run' messages at default verbosity
|
2013-06-10 17:41:50 +00:00
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Thu May 23 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-39
|
|
|
|
- Always invoke tar with '-f-' option
|
|
|
|
|
|
|
|
* Mon Jan 21 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-38
|
|
|
|
- Fix interactive mode regression when --ticket unspecified
|
|
|
|
|
|
|
|
* Fri Jan 18 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-37
|
|
|
|
- Fix propagation of --ticket parameter in interactive mode
|
|
|
|
|
|
|
|
* Thu Jan 17 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-36
|
|
|
|
- Revert OpenStack patch
|
|
|
|
|
|
|
|
* Wed Jan 9 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-35
|
|
|
|
- Report --name and --ticket values as defaults
|
|
|
|
- Fix device-mapper command execution logging
|
|
|
|
- Fix data collection and rename PostreSQL module to pgsql
|
|
|
|
|
|
|
|
* Fri Oct 19 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-34
|
|
|
|
- Add support for content delivery hosts to RHUI module
|
|
|
|
|
|
|
|
* Thu Oct 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-33
|
|
|
|
- Add Red Hat Update Infrastructure module
|
|
|
|
- Collect /proc/iomem in hardware module
|
|
|
|
- Collect subscription-manager output in general module
|
|
|
|
- Collect rhsm log files in general module
|
|
|
|
- Fix exception in gluster module on non-gluster systems
|
|
|
|
- Fix exception in psql module when dbname is not given
|
|
|
|
|
|
|
|
* Wed Oct 17 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-32
|
|
|
|
- Collect /proc/pagetypeinfo in memory module
|
|
|
|
- Strip trailing newline from command output
|
|
|
|
- Add sanlock module
|
|
|
|
- Do not collect archived accounting files in psacct module
|
|
|
|
- Call spacewalk-debug from rhn module to collect satellite data
|
|
|
|
|
|
|
|
* Mon Oct 15 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-31
|
|
|
|
- Avoid calling volume status when collecting gluster statedumps
|
|
|
|
- Use a default report name if --name is empty
|
|
|
|
- Quote tilde characters passed to shell in RPM module
|
|
|
|
- Collect KDC and named configuration in ipa module
|
|
|
|
- Sanitize hostname characters before using as report path
|
|
|
|
- Collect /etc/multipath in device-mapper module
|
|
|
|
- New plug-in for PostgreSQL
|
|
|
|
- Add OpenStack module
|
|
|
|
- Avoid deprecated sysctls in /proc/sys/net
|
|
|
|
- Fix error logging when calling external programs
|
|
|
|
- Use ip instead of ifconfig to generate network interface lists
|
|
|
|
|
|
|
|
* Wed May 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-29
|
2012-06-22 11:12:08 +00:00
|
|
|
- Collect the swift configuration directory in gluster module
|
|
|
|
- Update IPA module and related plug-ins
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Fri May 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-28
|
2012-06-22 11:12:08 +00:00
|
|
|
- Collect mcelog files in the hardware module
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Wed May 02 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-27
|
2012-06-22 11:12:08 +00:00
|
|
|
- Add nfs statedump collection to gluster module
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Tue May 01 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-26
|
2012-06-22 11:12:08 +00:00
|
|
|
- Use wildcard to match possible libvirt log paths
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Mon Apr 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-25
|
2012-06-22 11:12:08 +00:00
|
|
|
- Add forbidden paths for new location of gluster private keys
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Fri Mar 9 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-24
|
2012-06-22 11:12:08 +00:00
|
|
|
- Fix katello and aeolus command string syntax
|
|
|
|
- Remove stray hunk from gluster module patch
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Thu Mar 8 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-22
|
2012-06-22 11:12:08 +00:00
|
|
|
- Correct aeolus debug invocation in CloudForms module
|
|
|
|
- Update gluster module for gluster-3.3
|
|
|
|
- Add additional command output to gluster module
|
|
|
|
- Add support for collecting gluster configuration and logs
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Wed Mar 7 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-19
|
2012-06-22 11:12:08 +00:00
|
|
|
- Collect additional diagnostic information for realtime systems
|
|
|
|
- Improve sanitization of RHN user and case number in report name
|
|
|
|
- Fix verbose output and debug logging
|
|
|
|
- Add basic support for CloudForms data collection
|
|
|
|
- Add support for Subscription Asset Manager diagnostics
|
|
|
|
|
2013-06-10 17:41:50 +00:00
|
|
|
* Tue Mar 6 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-18
|
2012-06-22 11:12:08 +00:00
|
|
|
- Collect fence_virt.conf in cluster module
|
|
|
|
- Fix collection of /proc/net directory tree
|
|
|
|
- Gather output of cpufreq-info when present
|
|
|
|
- Fix brctl showstp output when bridges contain multiple interfaces
|
|
|
|
- Add /etc/modprobe.d to kernel module
|
|
|
|
- Ensure relative symlink targets are correctly handled when copying
|
|
|
|
- Fix satellite and proxy package detection in rhn plugin
|
|
|
|
- Collect stderr output from external commands
|
|
|
|
- Collect /proc/cgroups in the cgroups module
|
|
|
|
Resolve: bz784874
|
|
|
|
- Collect /proc/irq in the kernel module
|
|
|
|
- Fix installed-rpms formatting for long package names
|
|
|
|
- Add symbolic links for truncated log files
|
|
|
|
- Collect non-standard syslog and rsyslog log files
|
|
|
|
- Use correct paths for tomcat6 in RHN module
|
|
|
|
- Obscure root password if present in anacond-ks.cfg
|
|
|
|
- Do not accept embedded forward slashes in RHN usernames
|
|
|
|
- Add new sunrpc module to collect rpcinfo for gluster systems
|
2012-01-14 04:08:11 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Tue Nov 1 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-17
|
|
|
|
- Do not collect subscription manager keys in general plugin
|
|
|
|
|
|
|
|
* Fri Sep 23 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-16
|
|
|
|
- Fix execution of RHN hardware.py from hardware plugin
|
|
|
|
- Fix hardware plugin to support new lsusb path
|
2011-02-09 15:12:26 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Fri Sep 09 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-15
|
|
|
|
- Fix brctl collection when a bridge contains no interfaces
|
|
|
|
- Fix up2dateclient path in hardware plugin
|
2010-07-22 06:33:09 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Mon Aug 15 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-14
|
|
|
|
- Collect brctl show and showstp output
|
|
|
|
- Collect nslcd.conf in ldap plugin
|
2010-05-20 19:40:00 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Sun Aug 14 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-11
|
|
|
|
- Truncate files that exceed specified size limit
|
|
|
|
- Add support for collecting Red Hat Subscrition Manager configuration
|
|
|
|
- Collect /etc/init on systems using upstart
|
|
|
|
- Don't strip whitespace from output of external programs
|
|
|
|
- Collect ipv6 neighbour table in network module
|
|
|
|
- Collect basic cgroups configuration data
|
2010-04-28 15:32:43 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Sat Aug 13 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-10
|
|
|
|
- Fix collection of data from LVM2 reporting tools in devicemapper plugin
|
|
|
|
- Add /proc/vmmemctl collection to vmware plugin
|
2010-04-28 15:32:43 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Fri Aug 12 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-9
|
|
|
|
- Collect yum repository list by default
|
|
|
|
- Add basic Infiniband plugin
|
|
|
|
- Add plugin for scsi-target-utils iSCSI target
|
|
|
|
- Fix autofs plugin LC_ALL usage
|
|
|
|
- Fix collection of lsusb and add collection of -t and -v outputs
|
|
|
|
- Extend data collection by qpidd plugin
|
|
|
|
- Add ethtool pause, coalesce and ring (-a, -c, -g) options to network plugin
|
2010-04-28 15:32:43 +00:00
|
|
|
|
2012-06-22 11:12:08 +00:00
|
|
|
* Thu Apr 07 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-8
|
|
|
|
- Use sha256 for report digest when operating in FIPS mode
|
|
|
|
|
|
|
|
* Tue Apr 05 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-7
|
|
|
|
- Fix parted and dumpe2fs output on s390
|
|
|
|
|
|
|
|
* Fri Feb 25 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-6
|
|
|
|
- Fix collection of chkconfig output in startup.py
|
|
|
|
- Collect /etc/dhcp in dhcp.py plugin
|
|
|
|
- Collect dmsetup ls --tree output in devicemapper.py
|
|
|
|
- Collect lsblk output in filesys.py
|
|
|
|
|
|
|
|
* Thu Feb 24 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-4
|
|
|
|
- Fix collection of logs and config files in sssd.py
|
|
|
|
- Add support for collecting entitlement certificates in rhn.py
|
|
|
|
|
|
|
|
* Thu Feb 03 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-3
|
|
|
|
- Fix cluster plugin dlm lockdump for el6
|
|
|
|
- Add sssd plugin to collect configuration and logs
|
|
|
|
- Collect /etc/anacrontab in system plugin
|
|
|
|
- Correct handling of redhat-release for el6
|
|
|
|
|
|
|
|
* Thu Jul 29 2010 Adam Stokes <ajs at redhat dot com> = 2.2-2
|
|
|
|
|
|
|
|
* Thu Jun 10 2010 Adam Stokes <ajs at redhat dot com> = 2.2-0
|
|
|
|
|
|
|
|
* Wed Apr 28 2010 Adam Stokes <ajs at redhat dot com> = 2.1-0
|
|
|
|
|
|
|
|
* Mon Apr 12 2010 Adam Stokes <ajs at redhat dot com> = 2.0-0
|
|
|
|
|
|
|
|
* Tue Mar 30 2010 Adam Stokes <ajs at redhat dot com> = 1.9-3
|
2010-03-26 21:01:11 +00:00
|
|
|
- fix setup.py to autocompile translations and man pages
|
2012-06-22 11:12:08 +00:00
|
|
|
- rebase 1.9
|
2010-03-26 21:01:11 +00:00
|
|
|
|
|
|
|
* Fri Mar 19 2010 Adam Stokes <ajs at redhat dot com> = 1.9-2
|
|
|
|
- updated translations
|
|
|
|
|
|
|
|
* Thu Mar 04 2010 Adam Stokes <ajs at redhat dot com> = 1.9-1
|
2010-02-17 16:32:41 +00:00
|
|
|
- version bump 1.9
|
|
|
|
- replaced compression utility with xz
|
|
|
|
- strip threading/multiprocessing
|
|
|
|
- simplified progress indicator
|
|
|
|
- pylint update
|
|
|
|
- put global vars in class container
|
|
|
|
- unittests
|
|
|
|
- simple profiling
|
|
|
|
- make use of xgettext as pygettext is deprecated
|
|
|
|
|
2010-01-18 20:57:08 +00:00
|
|
|
* Mon Jan 18 2010 Adam Stokes <ajs at redhat dot com> = 1.8-21
|
|
|
|
- more sanitizing options for log files
|
|
|
|
- rhbz fixes from RHEL version merged into trunk
|
|
|
|
- progressbar update
|
|
|
|
|
|
|
|
* Tue Nov 19 2009 Adam Stokes <ajs at redhat dot com> = 1.8-20
|
|
|
|
- dont copy unwanted files due to symlinks
|
|
|
|
- More plugin enhancements
|
|
|
|
|
2009-11-05 13:30:47 +00:00
|
|
|
* Tue Nov 5 2009 Adam Stokes <ajs at redhat dot com> = 1.8-18
|
|
|
|
- Option to enable selinux fixfiles check
|
|
|
|
- Start of replacing Thread module with multiprocessing
|
|
|
|
- Update translations
|
|
|
|
- More checks against conf file versus command line opts
|
2009-09-28 14:23:47 +00:00
|
|
|
|
2009-11-05 13:30:47 +00:00
|
|
|
* Tue Sep 9 2009 Adam Stokes <ajs at redhat dot com> = 1.8-16
|
2009-09-14 15:29:53 +00:00
|
|
|
- Update rh-upload-core to rh-upload and allows general files
|
|
|
|
- Fix cluster plugin with pwd mangling invalidating xml
|
|
|
|
- Cluster support detecting invalid fence_id and fence states
|
|
|
|
- Read variables from conf file
|
|
|
|
|
2009-11-05 13:30:47 +00:00
|
|
|
* Thu Jul 23 2009 Adam Stokes <ajs at redhat dot com> = 1.8-14
|
2009-07-23 16:00:59 +00:00
|
|
|
- resolves: rhbz512536 wrong group in spec file
|
|
|
|
- resolves: rhbz498398 A series of refactoring patches to sos
|
|
|
|
- resolves: rhbz501149 A series of refactoring patches to sos (2)
|
|
|
|
- resolves: rhbz503804 remove obsolete translation
|
|
|
|
- resolves: rhbz502455 tricking sosreport into rm -rf /
|
|
|
|
- resolves: rhbz501146 branding in fedora
|
|
|
|
|
2009-11-05 13:30:47 +00:00
|
|
|
* Mon Jul 20 2009 Adam Stokes <ajs at redhat dot com> = 1.8-13
|
2009-07-20 15:52:44 +00:00
|
|
|
- Add requirements for tar,bzip2 during minimal installs
|
|
|
|
- More merges from reports against RHEL version of plugins
|
|
|
|
- Remove unecessary definition of localdir in spec
|
|
|
|
|
2009-05-06 15:33:54 +00:00
|
|
|
* Wed May 05 2009 Adam Stokes <ajs at redhat dot com> - 1.8-11
|
|
|
|
- Remove all instances of sysrq
|
|
|
|
- Consistent macro usage in spec
|
|
|
|
|
2009-02-26 02:06:03 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-12 18:25:27 +00:00
|
|
|
* Mon Dec 29 2008 Adam Stokes <ajs at redhat dot com> - 1.8-5
|
|
|
|
- removed source defines as python manifest handles this
|
2008-11-29 17:21:12 +00:00
|
|
|
|
2009-01-12 18:25:27 +00:00
|
|
|
* Fri Dec 19 2008 Adam Stokes <ajs at redhat dot com> - 1.8-4
|
|
|
|
- spec cleanup, fixed license, source
|
|
|
|
- reworked Makefile to build properly
|
2008-09-04 22:07:42 +00:00
|
|
|
|
2009-01-12 18:25:27 +00:00
|
|
|
* Thu Oct 23 2008 Adam Stokes <astokes at redhat dot com> - 1.8-1
|
2008-09-04 21:04:01 +00:00
|
|
|
|
2007-12-13 10:37:05 +00:00
|
|
|
* Wed Nov 21 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.8-0
|
|
|
|
- selinux: always collect sestatus
|
|
|
|
- added many languages
|
|
|
|
- added --debug option which causes exceptions not to be trapped
|
|
|
|
- updated to sysreport-1.4.3-13.el5
|
|
|
|
- ftp upload to dropbox with --upload
|
|
|
|
- cluster: major rewrite to support different versions of RHEL
|
|
|
|
- cluster: check rg_test for errors
|
|
|
|
- minor changes in various plug-ins (yum, networking, process, kernel)
|
|
|
|
- fixed some exceptions in threads which were not properly trapped
|
|
|
|
- veritas: don't run rpm -qa every time
|
|
|
|
- using rpm's python bindings instead of external binary
|
|
|
|
- corrected autofs and ldap plugin that were failing when debug option was not found in config file.
|
|
|
|
- implemented built-in checkdebug() that uses self.files and self.packages to make the decision
|
|
|
|
- missing binaries are properly detected now.
|
|
|
|
- better doExitCode handling
|
|
|
|
- fixed problem with rpm module intercepting SIGINT
|
|
|
|
- error when user specifies an invalid plugin or plugin option
|
|
|
|
- named: fixed indentation
|
|
|
|
- replaced isOptionEnabled() with getOption()
|
|
|
|
- tune2fs and fdisk were not always run against the correct devices/mountpoint
|
|
|
|
- added gpg key to package
|
|
|
|
- updated README with new svn repo and contributors
|
|
|
|
- updated manpage
|
|
|
|
- better signal handling
|
|
|
|
- caching of rpm -q outputs
|
|
|
|
- report filename includes rhnUsername if available
|
|
|
|
- report encryption via gpg and support pubkey
|
|
|
|
- autofs: removed redundant files
|
|
|
|
- filesys: better handling of removable devices
|
|
|
|
- added sosReadFile() returns a file's contents
|
|
|
|
- return after looping inside a directory
|
|
|
|
- collect udevinfo for each block device
|
|
|
|
- simply collect output of fdisk -l in one go
|
|
|
|
- handle sysreport invocation properly (warn if shell is interactive, otherwise spawn sysreport.legacy)
|
|
|
|
- progress bar don't show 100% until finished() is called
|
|
|
|
- now runs on RHEL3 as well (python 2.2)
|
|
|
|
- replaced commonPrefix() with faster code
|
|
|
|
- filesys: one fdisk -l for all
|
|
|
|
- selinux: collect fixfilex check output
|
|
|
|
- devicemapper: collect udevinfo for all block devices
|
|
|
|
- cluster: validate node names according to RFC 2181
|
|
|
|
- systemtap: cleaned up and added checkenabled() method
|
|
|
|
- added kdump plugin
|
|
|
|
- added collection of /etc/inittab
|
|
|
|
|
|
|
|
* Wed Aug 13 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-8
|
|
|
|
- added README.rh-upload-core
|
|
|
|
|
|
|
|
* Mon Aug 13 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-7
|
|
|
|
- added extras/rh-upload-core script from David Mair <dmair@redhat.com>
|
|
|
|
|
|
|
|
* Mon Aug 9 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-6
|
|
|
|
- more language fixes
|
|
|
|
- added arabic, italian and french
|
|
|
|
- package prepared for release
|
|
|
|
- included sysreport as sysreport.legacy
|
|
|
|
|
|
|
|
* Mon Aug 9 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-5
|
|
|
|
- package obsoletes sysreport and creates a link pointing to sosreport
|
|
|
|
- added some commands in cluster and process plugins
|
|
|
|
- fixed html output (wrong links to cmds, thanks streeter)
|
|
|
|
- process: back down sleep if D state doesn't change
|
|
|
|
|
|
|
|
* Mon Aug 1 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-4
|
|
|
|
- catch KeyboardInterrupt when entering sosreport name
|
|
|
|
- added color output for increased readability
|
|
|
|
- list was sorted twice, removing latter .sort()
|
|
|
|
|
|
|
|
* Mon Jul 31 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-3
|
|
|
|
- added preliminary problem diagnosis support
|
|
|
|
- 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
|
|
|
|
|
|
|
|
* Mon Jul 28 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-2
|
|
|
|
- initial language localization support
|
|
|
|
- added italian translation
|
|
|
|
|
|
|
|
* Mon Jul 16 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-1
|
|
|
|
- split up command outputs in sub-directories (sos_command/plugin/command instead of sos_command/plugin.command)
|
|
|
|
- fixed doExitCode() calling thread.wait() instead of join()
|
|
|
|
- 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)
|
|
|
|
- beautified command output filenames in makeCommandFilename()
|
|
|
|
|
|
|
|
* Mon Jul 12 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.7-0
|
|
|
|
- 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
|
|
|
|
|
2007-09-15 07:13:26 +00:00
|
|
|
* Mon Jul 5 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-5
|
|
|
|
- Yet more fixes to make package Fedora compliant.
|
|
|
|
|
|
|
|
* Mon Jul 5 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-4
|
|
|
|
- More fixes to make package Fedora compliant.
|
|
|
|
|
|
|
|
* Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-3
|
|
|
|
- Other fixes to make package Fedora compliant.
|
|
|
|
|
|
|
|
* Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-2
|
|
|
|
- Minor fixes.
|
|
|
|
|
|
|
|
* Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-1
|
|
|
|
- Beautified output of --list-plugins.
|
|
|
|
- GPL licence is now included in the package.
|
|
|
|
- added python-devel requirement for building package
|
|
|
|
|
|
|
|
* Fri May 25 2007 Steve Conklin <sconklin at redhat dot com> - 1.5-1
|
|
|
|
- Bumped version
|
|
|
|
|
|
|
|
* Fri May 25 2007 Steve Conklin <sconklin at redhat dot com> - 1.4-2
|
|
|
|
- Fixed a backtrace on nonexistent file in kernel plugin (thanks, David Robinson)
|
|
|
|
|
|
|
|
* Mon Apr 30 2007 Steve Conklin <sconklin at redhat dot com> - 1.4-1
|
|
|
|
- Fixed an error in option handling
|
|
|
|
- Forced the file generated by traceroute to not end in .com
|
|
|
|
- Fixed a problem with manpage
|
|
|
|
- Added optional traceroute collection to networking plugin
|
|
|
|
- Added clalance's patch to gather iptables info.
|
|
|
|
- Fixes to the device-mapper plugin
|
|
|
|
- Fixed a problem with installation of man page
|
|
|
|
|
|
|
|
* Mon Apr 16 2007 Steve Conklin <sconklin at redhat dot com> - 1.3-3
|
|
|
|
- including patches to fix the following:
|
|
|
|
|
|
|
|
* Tue Feb 20 2007 John Berninger <jwb at redhat dot com> - 1.3-2
|
|
|
|
- Add man page
|
|
|
|
|
|
|
|
* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.3-1
|
|
|
|
- really fixed bz_219654
|
|
|
|
|
|
|
|
* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.2-1
|
|
|
|
- fixed a build problem
|
|
|
|
|
|
|
|
* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.1-1
|
|
|
|
- Tighten permissions of tmp directory so only readable by creator bz_219657
|
|
|
|
- Don't print message 'Problem at path ...' bz_219654
|
|
|
|
- Removed useless message bz_219670
|
|
|
|
- Preserve file modification times bz_219674
|
|
|
|
- Removed unneeded message about files on copyProhibitedList bz_219712
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Steve Conklin <sconklin at redhat dot com> - 1.0-1
|
|
|
|
- Seperated upstream and RPM versioning
|
|
|
|
|
|
|
|
* Mon Aug 21 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-11
|
|
|
|
- Code cleanup, fixed a regression in threading
|
|
|
|
|
|
|
|
* Mon Aug 14 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-10
|
|
|
|
- minor bugfixes, added miltithreading option, setup now quiet
|
|
|
|
|
|
|
|
* Mon Jul 17 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-9
|
|
|
|
- migrated to svn on 108.redhat.com, fixed a problem with command output linking in report
|
|
|
|
|
|
|
|
* Mon Jun 19 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-6
|
|
|
|
- Added LICENSE file containing GPL
|
|
|
|
|
|
|
|
* Wed May 31 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-5
|
|
|
|
- Added fixes to network plugin and prepped for Fedora submission
|
|
|
|
|
|
|
|
* Wed May 31 2006 John Berninger <jwb at redhat dot com> - 0.1-4
|
|
|
|
- Reconsolidated subpackages into one package per discussion with sconklin
|
|
|
|
|
|
|
|
* Mon May 22 2006 John Berninger <jwb at redhat dot com> - 0.1-3
|
|
|
|
- Added ftp, ldap, mail, named, samba, squid SOS plugins
|
|
|
|
- Fixed various errors in kernel and hardware plugins
|
|
|
|
|
|
|
|
* Mon May 22 2006 John Benringer <jwb at redhat dot com> - 0.1-2
|
|
|
|
- split off cluster plugin into subpackage
|
|
|
|
- correct file payload lists
|
|
|
|
|
|
|
|
* Mon May 22 2006 John Berninger <jwb at redhat dot com> - 0.1-1
|
|
|
|
- initial package build
|
2010-01-18 20:57:08 +00:00
|
|
|
|