[bind10-dev] Issues on a BIND10 package of Fedora 19
Naoki Kambe
kambe at jprs.co.jp
Thu May 16 10:28:22 UTC 2013
Hello,
I'm not sure whether to report to this list. I'm trying to evaluate a
BIND10 package on Fedora 19. We can install quite easily, but
additional manual commands related to permissions are required after
installing packages. Note that logger_lockfile is removed after
shutting down bind10. We have to create a file again and change its
owner next time. I'm also not sure whether a user is still
"named". The additional commands are:
* install packages normally (very easy!)
# yum install bind10 bind10-dns
* correct paths of PIDFile and --pid-file to create a pid file in /var/bind10
# vi /usr/lib/systemd/system/bind10.service
* create logger_lockfile and change to a proper permission
# touch /var/bind10/logger_lockfile
# chown named:named /var/bind10/logger_lockfile
* correct permissions of pem files
# chown root:named /etc/bind10/*
* start bind10
# systemctl start bind10.service
* check status
# systemctl status bind10.service
bind10.service - BIND10 DNS and DHCP service
Loaded: loaded (/usr/lib/systemd/system/bind10.service; disabled)
Active: active (running) since Thu 2013-05-16 18:39:06 JST; 10min ago
Main PID: 9726 (b10-init)
CGroup: name=systemd:/system/bind10.service
tq9726 /usr/bin/python3.3 /usr/libexec/bind10/b10-init -u named --pid-file /var/bind10/bind10.pid
tq9727 b10-sockcreator
tq9728 /usr/bin/python3.3 /usr/libexec/bind10/b10-msgq
tq9730 /usr/bin/python3.3 /usr/libexec/bind10/b10-cfgmgr
tq9732 /usr/bin/python3.3 /usr/libexec/bind10/b10-cmdctl
mq9733 /usr/bin/python3.3 /usr/libexec/bind10/b10-stats
...
Regards,
Naoki Kambe
More information about the bind10-dev
mailing list