Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/telemetry-dev-env/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,14 @@ docker exec -it telemetry-dev-env bash
# Make a query
/src/sonic-telemetry/build/bin/gnmi_cli -client_types=gnmi -a 127.0.0.1:8080 -t OTHERS -logtostderr -insecure -qt p -pi 10s -q proc/loadavg
```
Common Issue Solutions
- Redis Server Not Connecting
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add redis error message

- Make sure that you replaced the dump file with a non empty one. This can be recieved from a co worker
- Make sure that the redis-server outside of the docker is not running, if it is run:
```
service redis-server stop
```
- If you recieve: fatal error: security/pam_appl.h, run:
Copy link
Copy Markdown
Contributor

@pra-moh pra-moh Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can format like:

  1. Redis server Issue
    Error Message:
    Solution:

  2. Error Message:
    Solution:

```
apt-get install -y libpam0g-dev
```