List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 30 2007 3:05pm
Subject:svn commit - mysqldoc@docsrva: r7605 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: mcbrown
Date: 2007-08-30 17:05:07 +0200 (Thu, 30 Aug 2007)
New Revision: 7605

Log:
Docs Bug #29173



Modified:
   trunk/refman-4.1/errors-problems.xml
   trunk/refman-5.0/errors-problems.xml
   trunk/refman-5.1/errors-problems.xml
   trunk/refman-5.2/errors-problems.xml


Modified: trunk/refman-4.1/errors-problems.xml
===================================================================
--- trunk/refman-4.1/errors-problems.xml	2007-08-30 14:56:30 UTC (rev 7604)
+++ trunk/refman-4.1/errors-problems.xml	2007-08-30 15:05:07 UTC (rev 7605)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 841 bytes

@@ -1997,6 +1997,16 @@
 OS error code  28:  No space left on device
 </programlisting>
 
+        <para>
+          If you get an error of the following type during startup, it
+          indicates that the filesystem and/or directory used for
+          storing data files is write protected. Providing the write
+          error is to a test file, This error is not serious and can be
+          safely ignored.
+        </para>
+
+<programlisting>Can't create test file /usr/local/mysql/data/master.lower-test</programlisting>
+
       </section>
 
       <section id="commands-out-of-sync">


Modified: trunk/refman-5.0/errors-problems.xml
===================================================================
--- trunk/refman-5.0/errors-problems.xml	2007-08-30 14:56:30 UTC (rev 7604)
+++ trunk/refman-5.0/errors-problems.xml	2007-08-30 15:05:07 UTC (rev 7605)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 841 bytes

@@ -1917,6 +1917,16 @@
 OS error code  28:  No space left on device
 </programlisting>
 
+        <para>
+          If you get an error of the following type during startup, it
+          indicates that the filesystem and/or directory used for
+          storing data files is write protected. Providing the write
+          error is to a test file, This error is not serious and can be
+          safely ignored.
+        </para>
+
+<programlisting>Can't create test file /usr/local/mysql/data/master.lower-test</programlisting>
+
       </section>
 
       <section id="commands-out-of-sync">


Modified: trunk/refman-5.1/errors-problems.xml
===================================================================
--- trunk/refman-5.1/errors-problems.xml	2007-08-30 14:56:30 UTC (rev 7604)
+++ trunk/refman-5.1/errors-problems.xml	2007-08-30 15:05:07 UTC (rev 7605)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 841 bytes

@@ -1919,6 +1919,16 @@
 OS error code  28:  No space left on device
 </programlisting>
 
+        <para>
+          If you get an error of the following type during startup, it
+          indicates that the filesystem and/or directory used for
+          storing data files is write protected. Providing the write
+          error is to a test file, This error is not serious and can be
+          safely ignored.
+        </para>
+
+<programlisting>Can't create test file /usr/local/mysql/data/master.lower-test</programlisting>
+
       </section>
 
       <section id="commands-out-of-sync">


Modified: trunk/refman-5.2/errors-problems.xml
===================================================================
--- trunk/refman-5.2/errors-problems.xml	2007-08-30 14:56:30 UTC (rev 7604)
+++ trunk/refman-5.2/errors-problems.xml	2007-08-30 15:05:07 UTC (rev 7605)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 841 bytes

@@ -1919,6 +1919,16 @@
 OS error code  28:  No space left on device
 </programlisting>
 
+        <para>
+          If you get an error of the following type during startup, it
+          indicates that the filesystem and/or directory used for
+          storing data files is write protected. Providing the write
+          error is to a test file, This error is not serious and can be
+          safely ignored.
+        </para>
+
+<programlisting>Can't create test file /usr/local/mysql/data/master.lower-test</programlisting>
+
       </section>
 
       <section id="commands-out-of-sync">


Thread
svn commit - mysqldoc@docsrva: r7605 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2mcbrown30 Aug