public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/sound: realtime.xml
@ 2007-10-21 12:07 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2007-10-21 12:07 UTC (permalink / raw
  To: gentoo-commits

drac        07/10/21 12:07:08

  Modified:             realtime.xml
  Log:
  It's sys-process/vixie-cron, not sys-apps/vixie-cron wrt #194172.

Revision  Changes    Path
1.6                  xml/htdocs/proj/en/desktop/sound/realtime.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?r1=1.5&r2=1.6

Index: realtime.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- realtime.xml	29 Jul 2007 21:59:18 -0000	1.5
+++ realtime.xml	21 Oct 2007 12:07:07 -0000	1.6
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v 1.5 2007/07/29 21:59:18 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v 1.6 2007/10/21 12:07:07 drac Exp $ -->
 
 <guide link="/proj/en/desktop/sound/realtime.xml" lang="en">
 <title>How to Enable Realtime for Multimedia Applications</title>
@@ -276,7 +276,7 @@
 hand, to make sure the limits are respected by the services started through init
 scripts and by processes run via cron, the <b>pam</b> USE flag should be enabled
 on the two respective packages (<c>sys-apps/baselayout</c> and at least for
-<c>sys-apps/vixie-cron</c> <!-- I'm not sure about other crons, if someone has
+<c>sys-process/vixie-cron</c> <!-- I'm not sure about other crons, if someone has
 more information about this, it would be nice to integrate that, although an
 rlimits guide would be probably more useful -->).
 </p>



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/sound: realtime.xml
@ 2008-02-22 10:27 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-02-22 10:27 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/02/22 10:27:25

  Modified:             realtime.xml
  Log:
  Document that starting from Linux kernel 2.6.24 the realtime-lsm module is no more an option.

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/desktop/sound/realtime.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml?r1=1.6&r2=1.7

Index: realtime.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- realtime.xml	21 Oct 2007 12:07:07 -0000	1.6
+++ realtime.xml	22 Feb 2008 10:27:25 -0000	1.7
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v 1.6 2007/10/21 12:07:07 drac Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/realtime.xml,v 1.7 2008/02/22 10:27:25 flameeyes Exp $ -->
 
 <guide link="/proj/en/desktop/sound/realtime.xml" lang="en">
 <title>How to Enable Realtime for Multimedia Applications</title>
@@ -22,8 +22,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.3</version>
-<date>2007-07-29</date>
+<version>1.4</version>
+<date>2008-02-22</date>
 
 <chapter>
 <title>Introduction</title>
@@ -210,6 +210,12 @@
 boot, or might start with reduced security options.
 </warn>
 
+<impo>
+Since Linux kernel version 2.6.24, capabilities can't be compiled as a module
+anymore. For this reason, as it will be repeated soon, you won't be able to use
+<c>realtime-lsm</c> anymore.
+</impo>
+
 </body>
 </section>
 <section id="rtgroup">
@@ -337,6 +343,13 @@
 <title>Option 2: Using realtime-lsm</title>
 <body>
 
+<warn>
+Since Linux kernel version 2.6.24 this is no more an option, as capabilities
+can't be built into a module, and external security modules can't be compiled
+anymore. This option is still documented for older versions of the kernel, for
+people not using PAM, but it cannot be supported anymore.
+</warn>
+
 <p>
 Now, we'll see how to configure <c>realtime-lsm</c> to allow realtime priority.
 This is the most commonly-documented way to get this feature, although it's not



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-22 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 10:27 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/sound: realtime.xml Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-21 12:07 Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox