summaryrefslogtreecommitdiffstats
path: root/doc/help
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-03-07 10:11:55 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-03-07 10:11:55 -0600
commit3c290811195e23c9a948ac15c304b34ea16fbe9b (patch)
tree02514f60ff0a1efd91b1f3a99e8383a237019a35 /doc/help
parent1d17b980a15a2fd138ad746d51e148befa26faa0 (diff)
downloadbcfg2-3c290811195e23c9a948ac15c304b34ea16fbe9b.tar.gz
bcfg2-3c290811195e23c9a948ac15c304b34ea16fbe9b.tar.bz2
bcfg2-3c290811195e23c9a948ac15c304b34ea16fbe9b.zip
Cfg: Fix unicode traceback (Resolves #993)
If the Cfg plugin handled a file containing a character which isn't contained in the encoding specified, it resulted in a traceback. This now fails gracefully and suggests use of an alternate encoding. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/troubleshooting.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/help/troubleshooting.txt b/doc/help/troubleshooting.txt
index 0892587aa..bfd770cfd 100644
--- a/doc/help/troubleshooting.txt
+++ b/doc/help/troubleshooting.txt
@@ -139,6 +139,12 @@ be taken to remedy them.
| | | associated with a | |
| | | non-profile group. | |
+------------------------------+----------+---------------------+--------------+
+| Failed to decode <filename> | Server | The encoding being | [10]_ |
+| Please verify you are using | | used is unable to | |
+| the proper encoding | | decode the | |
+| | | character present | |
+| | | in this file. | |
++------------------------------+----------+---------------------+--------------+
.. [1] This entry is not being bound. Ensure that a version of this
@@ -158,6 +164,8 @@ be taken to remedy them.
.. [8] Ensure that the file is properly formed XML.
.. [9] Fix hostname resolution for the client or ensure that the profile
group is properly setup.
+.. [10] Ensure the correct encoding is specified in the [components]
+ section of ``bcfg2.conf``.
FAQs
====