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

Create Troubleshooting Guide document #60

Closed
ondrej-fabry opened this issue Oct 5, 2022 · 2 comments · Fixed by #70
Closed

Create Troubleshooting Guide document #60

ondrej-fabry opened this issue Oct 5, 2022 · 2 comments · Fixed by #70
Labels
docs Documentation & Examples

Comments

@ondrej-fabry
Copy link
Member

Create a Troubleshooting guide docs with common problems that users often run into.

  • info about how to increase log verbosity and enable debugging of various GoVPP components
  • send/receive error unknown message: ... - occurs when running VPP version with incompatible messages
  • connection errors - possibly missing socket? perhaps incorrect path or wrong VPP config?
  • add more..
@ondrej-fabry ondrej-fabry added the docs Documentation & Examples label Oct 5, 2022
@VladoLavor
Copy link
Collaborator

A few more notes:

  • explain how to deal with deprecated messages and how the API message versioning works
  • how to use stats interfaces StatsAPI vs StatsProvider
  • how to troubleshoot VPP not replying to some message
  • what to do if govpp tries to connect before the VPP socket is ready

@ondrej-fabry
Copy link
Member Author

* how to use stats interfaces `StatsAPI` vs `StatsProvider`

This one does not seem to be in "trouble".. :) It seems more suitable for some User Guide document. Let me create a separate issue for that. It would be definitely useful to have as well.

@ondrej-fabry ondrej-fabry linked a pull request Oct 19, 2022 that will close this issue
@ondrej-fabry ondrej-fabry changed the title Create Troubleshooting guide Create Troubleshooting Guide document Oct 20, 2022
@sknat sknat closed this as completed in #70 Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation & Examples
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants