Description of problem: The named daemon fails to start with error message in /var/log/messages: systemd[1]: PID file /run/named/named.pid not readable (yet?) after start. systemd[1]: named.service operation timed out. Terminating. Version-Release number of selected component (if applicable): bind-9.9.0-4.fc17.x86_64 systemd-44-12.fc17.x86_64 How reproducible: always Steps to Reproduce: 1. systemctl start|restart named.service 2. 3. Actual results: Named cannot be started using systemd. It runs well when started in a console using 'named -fg'. Expected results: systemd succeeds starting named Additional info: In /usr/lib/systemd/system/named.service (provided by bind package) there is a parameter 'PIDFile' that is set to '/run/named/named.pid'. When changed to '/var/run/named/named.pid' named can be started using systemctl after running 'systemctl --system daemon-reload'.
*** This bug has been marked as a duplicate of bug 825466 ***