Notes |
|
|
Sep 19 15:58:53 pf-3-centos6 named[2824]: generating session key for dynamic DNS
Sep 19 15:58:53 pf-3-centos6 named[2824]: Could not open '/var/run/named/session.key'.
Sep 19 15:58:53 pf-3-centos6 named[2824]: Please check file and directory permissions or reconfigure the filename.
Sep 19 15:58:53 pf-3-centos6 named[2824]: could not open file '/var/run/named/session.key': Permission denied
Sep 19 15:58:53 pf-3-centos6 named[2824]: could not create /var/run/named/session.key
Sep 19 15:58:53 pf-3-centos6 named[2824]: failed to generate session key for dynamic DNS: permission denied |
|
|
|
bind is only complaining about not being able to generate a session key for using dynamic DNS. This function is not used in PacketFence and fixing this issue will only remove an error message from /var/log/messages.
Bind is still working.
Need to create two different config files (CentOS 5.6 and 6) cause session-keyfile has been introduced in bind 9.7 and CentOS runs bind 9.3
Will be fixed in upcoming versions. |
|
|
|
implementing this through a symlink like we were doing for apache before wouldn't be too hard
- provide two configuration named-$ver.conf and symlink named.conf to it at package build time
- installer.pl must also be able to deal with that for people installing from source |
|
|
|
|
|
|
Released in version 3.1.0. |
|