[PlanetCCRMA] root vs capabilities

R Parker rtp405 at yahoo.com
Tue Jun 1 09:09:02 PDT 2004


Hi,

Linux stepdaddy 2.4.26-1.ll.rh90.ccrma #1 Fri Apr 16
21:56:56 PDT 2004 i686 athlon i386 GNU/Linux

[root at stepdaddy master03]# cat
/proc/sys/kernel/lowlatency
1

I've been experiencing a greater number of xruns while
running jack, ardour and jamin as a normal user than I
see while working as root.

An observation, from the jack FAQ:
 Go to /usr/src/linux/include/linux (or wherever you
have your kernel sources) and in the file capability.h
change the line

        #define CAP_INIT_EFF_SET   
to_cap_t(~0&~CAP_TO_MASK(CAP_SETPCAP))

to

        #define CAP_INIT_EFF_SET    to_cap_t( ~0 )

and the line

        #define CAP_INIT_INH_SET    to_cap_t(0)

to

        #define CAP_INIT_INH_SET    to_cap_t( ~0 )



More information about the PlanetCCRMA mailing list