summaryrefslogtreecommitdiffstats
path: root/doc/help/troubleshooting.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-14 11:21:05 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-14 11:21:05 -0400
commitad4d3a1813e0a5ccc3ea62ae576290c7d145ce26 (patch)
tree33ea183b2179b09d0842e2d9745d6b81044d2a0c /doc/help/troubleshooting.txt
parent6e7ba79340635aba26ee7f1980ce91714b853188 (diff)
parent232476219e69afc14647892250bba08a3118a7e7 (diff)
downloadbcfg2-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.txt12
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
====