Skip to content
Bryn M. Reeves edited this page Jun 24, 2014 · 24 revisions

For Users

Running sos

  • To get a full listing of options for sosreport run the following: sosreport -h
  • To get a full listing of available plugins and their options run the following: sosreport -l
  • For most situations it's best to run sos with the default set of plugins enabled:
[bmr@hex ~]$ sudo sosreport
sosreport (version 3.2)

This command will collect system configuration and diagnostic
information from this Fedora system. An archive containing the collected
information will be generated in /var/tmp.

For more information on the Fedora Project visit:

  https://fedoraproject.org/

The generated archive may contain data considered sensitive and its
content should be reviewed by the originating organization before being
passed to any third party.

No changes will be made to system configuration.

Press ENTER to continue, or CTRL-C to quit.

If you don't want to be prompted for information while sos runs use batch mode:

[bmr@hex ~]$ sudo sosreport --batch

sosreport (version 3.2)

This command will collect system configuration and diagnostic
information from this Fedora system. An archive containing the collected
information will be generated in /var/tmp.

For more information on the Fedora Project visit:

  https://fedoraproject.org/

The generated archive may contain data considered sensitive and its
content should be reviewed by the originating organization before being
passed to any third party.

No changes will be made to system configuration.


 Setting up archive ...
 Setting up plugins ...
 Running plugins. Please wait ...

  Running 1/80: acpid...        
  Running 2/80: anaconda...        
  Running 3/80: anacron...        
  Running 4/80: ata...        
  Running 5/80: auditd...        
  Running 6/80: block...   
[...]
  Running 77/80: x11...        
  Running 78/80: xen...        
  Running 79/80: xfs...        
  Running 80/80: yum...        

Creating compressed archive...

Your sosreport has been generated and saved in:
  /var/tmp/sosreport-localhost.localdomain-20140624124103.tar.xz

The checksum is: ec1a45543567b519d5fb6683d573143b

Please send this file to your support representative.

[bmr@hex ~]$  

Most plugins require root privileges. An effort is underway to make a subset of plugins functional for normal users (see Issue #298 and Issue #164).

Man pages:

For Developers

Developer guides

Submitting patches and pull requests

Stay in touch