Hide Forgot
Description of problem: troubleshooting certain issues (libvirt for example) requires knowing that certain files are in /var/lib/... The directory itself can be huge, but the output of `tree /var/lib` or `lr -lR /var/lib/` should be enough Example: checking for existence of libvirt VM save files in /var/lib/libvirt/qemu/save/ can solve a lot of VM save/restore issues Version-Release number of selected component (if applicable): F15 (and any RHEL) How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: no /var/lib contents in sosreport Expected results: tree /var/lib and ls -lR /var/lib under sos_commands Additional info:
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Fixed upstream: commit 1a0c39917ebc7c1636b702a6a6a0719b72795864 Author: Bryn M. Reeves <bmr> Date: Tue Dec 11 19:36:18 2012 +0000 Collect file lists for /var/lib Collect a list of files and directories under /var/lib using ls -lR and tree (if available).