Description of problem: Adam, can you please fix ASAP what Jon with his fscking rpmlinting package review broke? Thanks. Try to restart 9.5.0-34.rc1 (without chroot): May 25 03:08:20 tux named[8839]: couldn't open pid file '/var/run/named/ named.pid': File exists Kill /var/run/named/named.pid May 25 03:08:23 tux named[8916]: couldn't open pid file '/var/run/named/ named.pid': Permission denied Watch at broken permissions of /var/run/named and see the issue. The problem was introduced due to package review changes, see http://cvs.fedora.redhat.com/ viewcvs/devel/bind/bind.spec?r1=1.263&r2=1.264 Switched from %defattr(0660,named,named,0770) %dir %{_localstatedir}/run/named to %defattr(-,root,named,-) %dir %{_localstatedir}/run/named which broke bind server! Version-Release number of selected component (if applicable): bind-9.5.0-34.rc1 How reproducible: Everytime, see above. Actual results: Broken bind, can't start named without manual intervention. Expected results: Fixing e.g. by switching to as it was before.
*** Bug 448259 has been marked as a duplicate of this bug. ***
*** Bug 448394 has been marked as a duplicate of this bug. ***
fixed in 9.5.0-35.rc1.fc10, thanks for report.