neysx       05/06/05 16:44:56

  Modified:    xml/htdocs/doc/en faq.xml
  Log:
  #94974 Remove obsolete/useless questions

Revision  Changes    Path
1.84      +3 -152    xml/htdocs/doc/en/faq.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.84&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.84&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.83&r2=1.84&cvsroot=gentoo

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- faq.xml     4 Jun 2005 17:05:39 -0000       1.83
+++ faq.xml     5 Jun 2005 16:44:56 -0000       1.84
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.83 2005/06/04 
17:05:39 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.84 2005/06/05 
16:44:56 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/faq.xml">
@@ -40,8 +40,8 @@
 
 <license/>
 
-<version>2.15</version>
-<date>2005-04-16</date>
+<version>2.16</version>
+<date>2005-06-05</date>
 
 <chapter>
 <title>Featured Questions</title>
@@ -126,10 +126,6 @@
     firewall?</uri>
   </li>
   <li>
-    <uri link="#unison">Can I rsync from another operating
-    system?</uri>
-  </li>
-  <li>
     <uri link="#manualdownload">I have only slow modem connection at home. Can
     I download sources somewhere else and add them to my system?</uri>
   </li>
@@ -152,13 +148,6 @@
 
 <ul>
   <li>
-    <uri link="#rootssh">I have installed openssh on my box, but can
-    only log in as root - my normal user account doesn't work.</uri>
-  </li>
-  <li>
-    <uri link="#rootX">I can start X applications as root only</uri>
-  </li>
-  <li>
     <uri link="#intkeyboard">How do I set up an International Keyboard
     Layout?</uri>
   </li>
@@ -192,9 +181,6 @@
     <uri link="#filecorruption">ReiserFS and filesystem corruption issues --
     how to fix'em, etc.</uri>
   </li>
-  <li>
-    <uri link="#metalogd">Metalogd doesn't log in real time!</uri>
-  </li>
 </ul>
 
 </body>
@@ -211,10 +197,6 @@
     <uri link="#releases">How often are new releases made?</uri>
   </li>
   <li>
-    <uri link="#addfaq">How can I add a question or answer to this
-    FAQ?</uri>
-  </li>
-  <li>
     <uri link="#beeping">My speaker beeps like crazy while compiling
     Mozilla. How do I disable console beeps?</uri>
   </li>
@@ -235,11 +217,6 @@
     <uri link="#buycd">Can I buy a CD of Gentoo Linux?</uri>
   </li>
   <li>
-    <uri link="#mailinglist">Why, when I hit reply to a post on a Gentoo
-    mailinglist, does my answer only go to the original poster and not the
-    entire list?</uri>
-  </li>
-  <li>
     <uri link="#help">This FAQ hasn't answered my question. What do I
     do now?</uri>
   </li>
@@ -658,17 +635,6 @@
 
 </body>
 </section>
-<section id="unison">
-<title>Can I rsync from another operating system?</title>
-<body>
-
-<p>
-There's a program called unison that works under both UNIX and Win32, 
available 
-from <uri>http://www.cis.upenn.edu/~bcpierce/unison/</uri>.
-</p>
-
-</body>
-</section>
 <section id="manualdownload">
 <title>
   I have only slow modem connection at home. Can I download sources somewhere 
@@ -725,41 +691,6 @@
 
 <chapter>
 <title>Usage</title>
-<section id="rootssh">
-<title>
-  I have installed openssh on my box, but can only log in as root - my normal 
-  user account doesn't work.
-</title>
-<body>
-
-<p>
-This is most probably because your user account doesn't have a valid shell 
-specified. Check for your user entry in <path>/etc/passwd</path> and see if it 
-ends in /bin/bash (or any other shell). If it doesn't, you must set a shell for
-the user. This is done using the usermod command, like this:
-</p>
-
-<pre caption="Using usermod">
-# <i>usermod -s /bin/bash myuser</i>
-</pre>
-
-</body>
-</section>
-<section id="rootX">
-<title>I can start X applications as root only.</title>
-<body>
-
-<p>
-Your <path>/tmp</path> directory has the wrong permissions (it needs the 
-sticky bit set). Type the following as root:
-</p>
-
-<pre caption="Changing /tmp permissions">
-# <i>chmod 1777 /tmp</i>
-</pre>
-
-</body>
-</section>
 <section id="intkeyboard">
 <title>How do I set up an International Keyboard Layout?</title>
 <body>
@@ -886,33 +817,7 @@
 
 </body>
 </section>
-<section id="metalogd">
-<title>Metalogd doesn't log in real time</title>
-<body>
-
-<p>
-Metalog flushes output to the disk in blocks, so messages aren't immediately 
-recorded into the system logs.  If you are trying to debug a daemon, this 
-performance-enhancing behavior is less than helpful.  When your Gentoo Linux 
-system is up and running, you can send metalog a USR1 signal to temporarily 
-turn off this message buffering (meaning that <c>tail -f 
-<path>/var/log/everything/current</path></c> will now work in real time, as 
-expected) and a USR2 signal to turn buffering back on again. If you want to 
-disable buffering permanently, you can change METALOG_OPTS="-B" to 
-METALOG_OPTS="-B -s" in <path>/etc/conf.d/metalog</path>. 
-</p>
-
-<pre caption="Turning metalog buffering on/off">
-<comment>(To turn the buffering off)</comment>
-# <i>killall -USR1 metalog</i>
-<comment>(To turn the buffering back on)</comment>
-# <i>killall -USR2 metalog</i>
-</pre>
-
-</body>
-</section>
 </chapter>
-
 <chapter>
 <title>Development</title>
 <section id="reportbugs">
@@ -942,17 +847,6 @@
 
 </body>
 </section>
-<section id="addfaq">
-<title>How can I add a question or answer to this FAQ?</title>
-<body>
-
-<p>
-Submit a new bug over at <uri>http://bugs.gentoo.org</uri> and add it to the
-"Docs-user" product, "Gentoo Linux FAQ" component.
-</p>
-
-</body>
-</section>
 <section id="beeping">
 <title>
   My speaker beeps like crazy while compiling Mozilla. How do I disable 
console 
@@ -1021,49 +915,6 @@
 
 </body>
        <<Truncated>>


-- 
[email protected] mailing list

Reply via email to