Description of problem: named fails to start Version-Release number of selected component (if applicable): 9.5.0-26.b2.fc9 How reproducible: Always Steps to Reproduce: 1.service named start 2.observe message below 3. Actual results: capset failed: Invalid argument: please ensure that the capset kernel module is loaded. see insmod(8) Expected results: named running. Additional info: fails on kernel-2.6.24-0.80.rc4.git6.fc9.i686 fails on kernel-2.6.24-0.123.rc6.fc9.i686 fails on kernel-2.6.24.1-31.fc9.i586 Reverting to bind-9.5.0-25.b1.fc9 restored functionality on all three kernels above strace reveals: capset(0x20071026, 0, {CAP_DAC_READ_SEARCH|CAP_SETGID|CAP_SETUID|CAP_NET_BIND_SERVICE|CAP_SYS_CHROOT|C AP_SYS_RESOURCE, CAP_DAC_READ_SEARCH|CAP_SETGID|CAP_SETUID|CAP_NET_BIND_SERVICE|CAP_SYS_CHROOT|CA P_SYS_RESOURCE, 0}) = -1 EINVAL (Invalid argument)
Problem is due new kernel capability interface. Lets track this bug under #433102 *** This bug has been marked as a duplicate of 433102 ***