Description of problem: After installing bind-chroot, df prints this whenever it is run a a non-superuser: df: `/var/named/chroot/proc': Permission denied Version-Release number of selected component (if applicable): coreutils-5.2.1-31.6 bind-chroot-9.2.4-27.0.1.el4 How reproducible: All the time Steps to Reproduce: 1. install bind-chroot 2. As a user other than root run 'df' 3. Actual results: df: `/var/named/chroot/proc': Permission denied
Fixing this problem is as simple as doing "chmod a+rx /var/named/ /var/named/chroot". Of course df should probably be ignoring filesystems mounted with the 'bind' option anyway. This does not appear to be an issue with redhat 5 (it appears that df is fixed there as the directory permissions are the same).
Part of 4.6 errata *** This bug has been marked as a duplicate of 202441 ***