-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added FAQ section for the debian 10 changes related to repository changed its orginal value error
- Loading branch information
1 parent
30a07c6
commit 8c3698d
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||