en-US/Live.xml en-US/SystemDaemons.xml

John J. McDonough jjmcd at fedoraproject.org
Thu Apr 2 18:41:43 UTC 2009


 en-US/Live.xml          |   20 +++++++
 en-US/SystemDaemons.xml |  122 ++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 138 insertions(+), 4 deletions(-)

New commits:
commit eab016035123b13111adc710adaa9b1a1ddb7277
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Apr 2 14:40:44 2009 -0400

    Add system deamons, update live
    
    Key system daemons were added along with some additional
    prose in the live images section.

diff --git a/en-US/Live.xml b/en-US/Live.xml
index 9dc7aea..f0e284f 100644
--- a/en-US/Live.xml
+++ b/en-US/Live.xml
@@ -5,5 +5,23 @@
 <section>
         <title>Fedora Live Images</title>
         <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/Live">https://fedoraproject.org/wiki/Docs/Beats/Live</ulink></remark>
-        <para>The <ulink type="http" url="https://fedoraproject.org/wiki/Games_Spin">Games Spin</ulink> provides a Live DVD with a sampling of the best games available in Fedora. </para>
+
+	<para>
+	The <ulink type="http"
+	url="https://fedoraproject.org/wiki/Games_Spin">Games
+	Spin</ulink> provides a Live DVD with a sampling of the best
+	games available in Fedora.
+	</para>
+	<para>
+	  For electronic designers, the <ulink type="http"
+	  url="http://chitlesh.fedorapeople.org/FEL/">Fedora
+	  Electronic Lab</ulink> spin provides a complete toolchain
+	  for IC designers.
+	</para>
+	<para>
+	  The Fedora Spins SIG (<ulink type="http"
+	  url="http://fedoraproject.org/wiki/SIGs/Spins">http://fedoraproject.org/wiki/SIGs/Spins</ulink>)
+	  is continuously developing specialized live images for
+	  specific purposes.
+	</para>
     </section>
diff --git a/en-US/SystemDaemons.xml b/en-US/SystemDaemons.xml
index fa248f0..202269e 100644
--- a/en-US/SystemDaemons.xml
+++ b/en-US/SystemDaemons.xml
@@ -5,7 +5,123 @@
 <section>
         <title>System Daemons</title>
         <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/SystemDaemons">https://fedoraproject.org/wiki/Docs/Beats/SystemDaemons</ulink></remark>
-        <para>
-		TBD
+
+  <variablelist>
+
+    <varlistentry>
+      <term>Power Management</term>
+      <listitem>
+	<para>	  
+	  In order to allow users to monitor the behaviour of their
+	  systems and to improve power consumption in general, several
+	  improvements were done for Fedora 11:
+	  <itemizedlist>
+	    <listitem>
+	      <para>
+		Provide 2 new systemtap scripts to monitor disk and
+		network activity of running applications
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		Add a workload framework package called BLTK to offer
+		reproducible tests
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		Improved applications to reduce unnecessary disk
+		and/or network activity
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		Enabled several new features to save power:
+		<itemizedlist>
+		  <listitem>
+		    <para>
+		      relatime option for root filesystem / 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    <para>
+		      Automated start/stop of services related to hardware 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    <para>
+		      Enable USB autosuspend for known working devices 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    <para>
+		      Add optional tuned service to dynamically adapt
+		      system settings to the current use 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  Users of Fedora 11 should therefore see a reduction in power
+	  usage of their system.
+	</para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>mdadm</term>
+      <listitem>
+	<para>	  
+	  <package>mdadm</package> has been updated to 3.0. The
+	  significant change which justifies the new major version
+	  number is that mdadm can now handle metadata updates
+	  entirely in userspace.  This allows mdadm to support
+	  metadata formats that the kernel knows nothing about.
+	</para>
+	<para>
+	  Currently two such metadata formats are supported:
+	  <itemizedlist>
+	    <listitem>
+	      <para>
+		DDF  - The SNIA standard format
+	      </para>
+	    </listitem>
+	    <listitem>
+	      <para>
+		Intel Matrix - The metadata used by recent Intel ICH controlers.
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  Also the approach to device names has changed significantly.
 	</para>
-    </section>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>ntfs-3g</term>
+      <listitem>
+	<para>
+	  <package>ntfs-3g</package> has been updated to 2009.2.1
+	  (from 1.5012).  There are many changes in this new driver;
+	  see the upstream's release history at <ulink type="http"
+	  url="http://www.ntfs-3g.org/releases.html">http://www.ntfs-3g.org/releases.html</ulink>
+	  for complete details.
+	</para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>pm-utils</term>
+      <listitem>
+	<para>
+	  The <package>pm-utils</package> power management utilities
+	  have been updated to 1.2.4.  Some improvements have been
+	  made in logging and configuration.
+	</para>
+      </listitem>
+    </varlistentry>
+
+  </variablelist>
+
+</section>





More information about the Fedora-docs-commits mailing list