diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-06-28 13:47:16 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-06-28 13:47:16 -0500 |
commit | b20b397e8032d281bd2aee009a71e04fe75b6fdb (patch) | |
tree | 79b401377c054d20ca79eca21a2f38cd02913665 | |
parent | 1274a0bc1a9021ed06d54227cbdfb8c24670ed0f (diff) | |
download | bcfg2-b20b397e8032d281bd2aee009a71e04fe75b6fdb.tar.gz bcfg2-b20b397e8032d281bd2aee009a71e04fe75b6fdb.tar.bz2 bcfg2-b20b397e8032d281bd2aee009a71e04fe75b6fdb.zip |
doc: Add information about Package plugin errors (#1018)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/help/troubleshooting.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/help/troubleshooting.txt b/doc/help/troubleshooting.txt index 5fe1500f4..1cd61a8f3 100644 --- a/doc/help/troubleshooting.txt +++ b/doc/help/troubleshooting.txt @@ -197,6 +197,12 @@ Server Errors | load external entity | | file | | | "/path/to/schema" | | | | +------------------------------+----------+---------------------+--------------+ +| Packages: No matching | Server | None of the sources | [s12]_ | +| sources for client | | defined in the | | +| <clientname>; improper group | | Package plugin's | | +| memberships? | | ``config.xml``apply | | +| | | to the client. | | ++------------------------------+----------+---------------------+--------------+ .. [s1] This entry is not being bound. Ensure that a version of this @@ -225,6 +231,10 @@ Server Errors .. [s10] You likely need to specify a base64 encoding using an :ref:`server-info` file for this entry. .. [s11] Verify that you have the proper prefix set in bcfg2.conf. +.. [s12] Ensure that the client is a member of all the appropriate + :ref:`server-plugins-generators-packages-magic-groups` as + well as any additional groups you may have defined in your + :ref:`server-plugins-generators-packages` configuration. FAQs ==== |