New section "runtime".
This commit is contained in:
parent
1eca0aea4f
commit
a874c26c25
26
doc/FAQ.txt
26
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 <http://arthur.ath.cx/bugzilla/ngircd/>. There you can file bug reports
|
||||
|
@ -72,4 +76,4 @@ A: Please file a bug report at <http://arthur.ath.cx/bugzilla/ngircd/>!
|
|||
|
||||
|
||||
--
|
||||
$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 $
|
||||
|
|
Loading…
Reference in New Issue