summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-08-21 23:12:30 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-08-21 23:12:30 +0000
commita1d71d9e5faaebe61c51750c5dfcc2276d4be904 (patch)
tree67e1b8f9b8ec6a32444409ff0cc4b01e0a9213ff
parent6e4d4c9bb15ad0210f63e8448aa48263979a1991 (diff)
downloadpuppet-a1d71d9e5faaebe61c51750c5dfcc2276d4be904.tar.gz
puppet-a1d71d9e5faaebe61c51750c5dfcc2276d4be904.tar.xz
puppet-a1d71d9e5faaebe61c51750c5dfcc2276d4be904.zip
adding faq item about ipv6 support
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1480 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--documentation/faq.page7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/faq.page b/documentation/faq.page
index dfb3c121d..f74fcaf23 100644
--- a/documentation/faq.page
+++ b/documentation/faq.page
@@ -233,4 +233,11 @@ openssl:
[download]: /downloads
[thread]: http://mail.madstop.com/pipermail/puppet-dev/2006-April/000393.html
+I'm getting IPv6 errors; what's wrong?
+--------------------------------------
+This can apparently happen if Ruby is not compiled with IPv6 support; see the
+[mail thread](http://mail.madstop.com/pipermail/puppet-dev/2006-August/001410.html)
+for more details. The only known solution is to make sure you're running a
+version of Ruby compiled with IPv6 support.
+
*$Id$*