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

ipaddress plugin no longer functions with sosreport 3.5 #224

Closed
ptalbert opened this issue Apr 26, 2018 · 2 comments
Closed

ipaddress plugin no longer functions with sosreport 3.5 #224

ptalbert opened this issue Apr 26, 2018 · 2 comments
Assignees
Labels

Comments

@ptalbert
Copy link
Collaborator

New sosreports no longer collect "ip address", instead they use "ip -d address". xsos understandably then cannot find "ip_address" and bails:

$ xsos -i .
Warning: './sos_commands/networking/ip_address' file unreadable; skipping ip check
$ ls sos_commands/networking/*address
sos_commands/networking/ip_-d_address

The sos commit responsible for the change:

sosreport/sos@66289f8

The parser in xsos still works fine if you modify it to look for ip_-d_address, but I am not sure about the proper way to have xsos look for either file?

rjhowe added a commit to rjhowe/xsos that referenced this issue May 25, 2018
Added logic to use file  ip_-d_address or ip_address
Fixes issue ryran#224
@ryran ryran closed this as completed in 3da7073 Jun 14, 2018
@ryran
Copy link
Owner

ryran commented Jun 14, 2018

@ptalbert Hey Patrick. Thanks for bringing this to my attention!

@ryran ryran self-assigned this Jun 14, 2018
@ryran ryran added the bug label Jun 14, 2018
@ryran
Copy link
Owner

ryran commented Jun 14, 2018

PS: I'll push out a release soon

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

No branches or pull requests

2 participants