Perhaps cpanel provides for RPM based packages that are compiled --without-capabilities (wild guess). I'm not the only one to have bumped into something like this, from the linked forum post above...
I'm trying to get pureftpd running inside a Debian sarge VPS. There seems to be a problem with Linux capabilities. What can be done to solve that issue without recompiling pureftpd with "--without-capabilities"?
With some testing of the vzctl and lcap packages I notice...
Code:
# cat /proc/sys/kernel/cap-bound
cat: /proc/sys/kernel/cap-bound: Operation not permitted
even though the -r------- permission is set, so another possibility is that the VPS I happen to have does not have the ability to have capabilities altered on the parent server.
I'm trying to avoid setting up any build tools (gcc etc), let alone having to custom build any package at all, so I'd have to set up Debian etch on a local box to be able to build my own patched pure-ftpd.
Can anyone else running ubuntu/debian try an install of pure-ftpd and see if it runs at all please?