Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#23268 - [bind] DNS (named) version 9.8.0-1 won't start in chrooted environment
Attached to Project:
Arch Linux
Opened by staskorz (staskorz) - Monday, 14 March 2011, 10:58 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 16 March 2011, 10:10 GMT
Opened by staskorz (staskorz) - Monday, 14 March 2011, 10:58 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 16 March 2011, 10:10 GMT
|
DetailsDescription:
BIND DNS (named) version 9.8.0-1 won't start in chrooted environment Additional info: * package version(s): bind 9.8.0-1 (x64) * command: /usr/sbin/named -u named -t /chroot/named * error message: initializing DST: openssl failure exiting (due to fatal error) Might be similar to the following Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=356519 Steps to reproduce: 1. Try to run a chrooted named using the following command: http://bugs.gentoo.org/show_bug.cgi?id=356519 |
This task depends upon
Real steps to reproduce:
1. Try to run a chrooted named using the following command:
/usr/sbin/named -u named -t /chroot/named
Can you reproduce this problem on another computer?
As of BIND 9.8.0, you will need libgost.so to run BIND in a chroot
mkdir -p ${CHROOT}/usr/lib/engines
cp /usr/lib/engines/libgost.so ${CHROOT}/usr/lib/engines/
After following the above instructions the issue was resolved.
Thanks!