[PlanetCCRMA] added: ALPHA version of Planet Core components for FC2

Louis van Dompselaar louis@dompselaar.org
Mon Jun 21 23:55:02 2004


> The failure is strange in the sense that stopping realcap does _not_
> remove commoncap. You could test to see if this is the problem by
> booting with realcap disabled. "named" should not start. Then
> "/sbin/modprobe commoncap" and check if named starts normally. 

no go

[root@babylero root]# modprobe commoncap
[root@babylero root]# lsmod|grep common
commoncap               4736  0
[root@babylero root]# service named start
Starting named: named: capset failed: Operation not permitted
                                                            [FAILED]

but:

[root@babylero log]# modprobe capability
[root@babylero log]# service named start
Starting named:                                            [  OK  ]

So that's probably the module the vanilla FC2 kernel loads.