summaryrefslogtreecommitdiffstats
path: root/doc/help
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-04-14 09:22:26 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-04-14 09:22:26 -0500
commit232476219e69afc14647892250bba08a3118a7e7 (patch)
tree76c084cd361a89fe2fb378bb20a9aea0fa900baf /doc/help
parentdd8594eb5427610ade2f1f8abf465cde8c9568fd (diff)
downloadbcfg2-232476219e69afc14647892250bba08a3118a7e7.tar.gz
bcfg2-232476219e69afc14647892250bba08a3118a7e7.tar.bz2
bcfg2-232476219e69afc14647892250bba08a3118a7e7.zip
doc: Fix some documentation issues (#980)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/help')
-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
====