Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When copying directory into report using addCopySpec, links inside are not handled correctly #9

Closed
jhjaggars opened this issue Jul 19, 2011 · 1 comment
Assignees

Comments

@jhjaggars
Copy link
Contributor

Description of problem:

It seems to be a general problem, which shows eg in general plugin:

  • there is addCopySpec("/etc/sysconfig") statement
  • /etc/sysconfig/selinux is a link to /etc/selinux/config
  • because of this bug, only link is copied, resulting in missing real file and
    having broken link in report

Version-Release number of selected component (if applicable):

sos-1.7-9.54.el5

How reproducible:

Always

Steps to Reproduce:

  1. sosreport -o general
  2. unpack report and list etc/sysconfig/selinux

Actual results:

link is broken, destination file not present in report

Expected results:

destination file should be gathered, too

Additional info:

@ghost ghost assigned bmr-cymru Nov 27, 2012
@bmr-cymru
Copy link
Member

This is fixed in commit cc53136 and commit 80c9045

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants