From: Automatic Updater Date: Sat, 31 May 2008 01:11:51 +0000 (+0000) Subject: regen X-Git-Tag: v9.3.6b1~131^2~23 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=13ec0fb27874dea05b47adfa9ad296285a0ed2ee;p=thirdparty%2Fbind9.git regen --- diff --git a/FAQ b/FAQ index e6b2ff27cef..eb97e2548ff 100644 --- a/FAQ +++ b/FAQ @@ -571,6 +571,18 @@ A: This is the result of a Linux kernel bug. See: http://marc.theaimsgroup.com/?l=linux-netdev&m=113081708031466&w=2 +Q: Why does named lock up when it attempts to connect over IPSEC tunnels? + +A: This is due to a kernel bug where the fact that a socket is marked + non-blocking is ignored. It is reported that setting xfrm_larval_drop + to 1 helps but this may have negative side effects. See: https:// + bugzilla.redhat.com/show_bug.cgi?id=427629 and http://lkml.org/lkml/ + 2007/12/4/260 + + xfrm_larval_drop can be set to 1 by the following proceedure: + + echo "1" > proc/sys/net/core/xfrm_larval_drop + Q: Why do I see 5 (or more) copies of named on Linux? A: Linux threads each show up as a process under ps. The approximate