On 7/10/06, Christoph Eckert <ce(a)christeck.de> wrote:
Hi Arnold,
You're on gentoo, right? Why don't you
just use "emerge
realtime-lsm"?
true, at least that way I could get the source. Thanks for the hint.
But as I don't use Genkernel at all, emerge will not be able to install
it properly.
????????????
Not true! I'm on Gentoo and use emerge realtime-lsm. works for me.
mark@lightning ~ $ eix -I realtime-lsm
* sys-apps/realtime-lsm
Available versions: 0.8.5-r1
Installed: 0.8.5-r1
Homepage:
http://www.joq.us/
Description: Enable realtime capabilties via a security module.
Found 1 matches
mark@lightning ~ $
mark@lightning ~ $ cat /etc/modules.autoload.d/kernel-2.6
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when
system boots.#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.
# For example:
# 3c59x
#fglrx
radeon
snd-intel8x0
snd-hdsp
ieee1394
ohci1394
sbp2 serialize_io=0
realtime gid=600 any=1
mark@lightning ~ $
mark@lightning ~ $ cat /etc/group | grep realtime
realtime:x:600:mark
mark@lightning ~ $
It just works!
Hope this helps,
Mark