Skip to content

Commit

Permalink
Update README.md (#1155)
Browse files Browse the repository at this point in the history
Added FAQ section for the debian 10 changes related to repository changed its orginal value error
  • Loading branch information
jayadeep-jayaraman authored Mar 14, 2024
1 parent 30a07c6 commit 8c3698d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,20 @@ Subscribe to [[email protected]](https://groups.google.com/forum
* See [LICENSE](LICENSE)
## FAQ
1. You might see an error message similar to the following when upgrading the agent, installing the agent, or running apt-get update on Debian/Ubuntu Linux:
```
E: Repository 'https://packages.cloud.google.com/apt google-cloud-monitoring-buster-all InRelease' changed its 'Origin' value from 'google-cloud-monitoring-buster' to 'namespaces/cloud-ops-agents-artifacts/repositories/google-cloud-monitoring-buster-all'
E: Repository 'https://packages.cloud.google.com/apt google-cloud-monitoring-buster-all InRelease' changed its 'Label' value from 'google-cloud-monitoring-buster' to 'namespaces/cloud-ops-agents-artifacts/repositories/google-cloud-monitoring-buster-all'
```
This message indicates that the package repository cache may have diverged from its source. To resolve this, run the following command:
```
apt-get --allow-releaseinfo-change update
```
Then, run the upgrade or install again.

0 comments on commit 8c3698d

Please sign in to comment.