From a874c26c254e044bf10276d27ec8a9a19ce44c9b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 8 Jul 2005 12:40:09 +0000 Subject: [PATCH] New section "runtime". --- doc/FAQ.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/doc/FAQ.txt b/doc/FAQ.txt index a44fb717..c0dc0785 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -49,18 +49,22 @@ A: Most probably you are using version 1.5 of GNU automake which seems to be version 1.6 of GNU automake. (If you are using Debian 3.0 "Woody" you can try to downgrade to version 1.4 of GNU automake shipped with this distribution; it should work, too.) -Q: I cannot connect to remote peers and I use the chroot option. ngircd says: - ngircd[2152]: Can't resolve example.com: unknown erroror! - -A: On Linux/Glibc with chroot enabled you need to put - some libraries inside the chroot as well, notably libnss_dns; maybe others. - Unfortunately, even linking ngircd statically does not help this. - The only known workaround is to either disable chroot support or - link against dietlibc instead of glibc. (tnx to Sebastian Siewior) -III. Bugs!? -~~~~~~~~~~~ +III. Runtime +~~~~~~~~~~~~ + +Q: I cannot connect to remote peers when I use the chroot option, the + following is logged: "Can't resolve example.com: unknown error!". +A: On Linux/glibc with chroot enabled you need to put some libraries inside + the chroot as well, notably libnss_dns; maybe others. Unfortunately, even + linking ngircd statically does not help this. The only known workaround + is to either disable chroot support or to link against dietlibc instead + of glibc. (tnx to Sebastian Siewior) + + +IV. Bugs!? +~~~~~~~~~~ Q: Is there a list of known bugs and desired feature enhancements? A: Yes. Have a look at the bug tracking system (Bugzilla) for ngIRCd located at . There you can file bug reports @@ -72,4 +76,4 @@ A: Please file a bug report at ! -- -$Id: FAQ.txt,v 1.8 2005/07/07 20:53:35 fw Exp $ +$Id: FAQ.txt,v 1.9 2005/07/08 12:40:09 alex Exp $