diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-21 23:12:30 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-21 23:12:30 +0000 |
commit | a1d71d9e5faaebe61c51750c5dfcc2276d4be904 (patch) | |
tree | 67e1b8f9b8ec6a32444409ff0cc4b01e0a9213ff /documentation/faq.page | |
parent | 6e4d4c9bb15ad0210f63e8448aa48263979a1991 (diff) | |
download | puppet-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
Diffstat (limited to 'documentation/faq.page')
-rw-r--r-- | documentation/faq.page | 7 |
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$* |