diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-14 11:21:05 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-14 11:21:05 -0400 |
commit | ad4d3a1813e0a5ccc3ea62ae576290c7d145ce26 (patch) | |
tree | 33ea183b2179b09d0842e2d9745d6b81044d2a0c /doc/help/troubleshooting.txt | |
parent | 6e7ba79340635aba26ee7f1980ce91714b853188 (diff) | |
parent | 232476219e69afc14647892250bba08a3118a7e7 (diff) | |
download | bcfg2-ad4d3a1813e0a5ccc3ea62ae576290c7d145ce26.tar.gz bcfg2-ad4d3a1813e0a5ccc3ea62ae576290c7d145ce26.tar.bz2 bcfg2-ad4d3a1813e0a5ccc3ea62ae576290c7d145ce26.zip |
Merge branch 'master' of https://github.com/solj/bcfg2
Diffstat (limited to 'doc/help/troubleshooting.txt')
-rw-r--r-- | doc/help/troubleshooting.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/help/troubleshooting.txt b/doc/help/troubleshooting.txt index 17bc391bd..e593db2f7 100644 --- a/doc/help/troubleshooting.txt +++ b/doc/help/troubleshooting.txt @@ -145,6 +145,10 @@ be taken to remedy them. | | | character present | | | | | in this file. | | +------------------------------+----------+---------------------+--------------+ +| Got unknown entries | Server | The Packages plugin | [11]_ | +| [list of unknown entries] | | has no knowledge of | | +| | | the listed entries | | ++------------------------------+----------+---------------------+--------------+ .. [1] This entry is not being bound. Ensure that a version of this @@ -166,6 +170,14 @@ be taken to remedy them. group is properly setup. .. [10] Ensure the correct encoding is specified in the [components] section of ``bcfg2.conf``. +.. [11] For packages listed other than **gpg-pubkey**, this error means + that the Packages plugin is unable to find the package in any of + the sources listed in ``Packages/config.xml``. The issue often + arises when the client is not in one of the groups necessary for + the Source listed. In the case of gpg-pubkey, you can safely + ignore the message as the Packages plugin has no knowledge of + these packages (however, note that this package is most often + specified as a BoundPackage entry). FAQs ==== |