Update of /cvsroot/fink/web/xml/faq
In directory sc8-pr-cvs1:/tmp/cvs-serv27774

Modified Files:
        faq.xml 
Log Message:
Added 3.14 on resetting CVS directories. Please check this for accuracy!


Index: faq.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- faq.xml     17 Dec 2002 18:57:35 -0000      1.64
+++ faq.xml     18 Dec 2002 07:34:41 -0000      1.65
@@ -491,12 +491,35 @@
 <p>It is always a good idea to make a backup of any file before modifying it.</p>
 </answer></faqentry>
 
+<faqentry name="cvs-busy">
+       <question>
+               <p>When I try to run "fink selfupdate", I get the error 
+"<code>Updating using CVS failed. Check the error messages above.</code>"
+               </p>
+       </question>
+       <answer>
+               <p>An example of the error is as follows:</p>
+               <codeblock>
+(Logging in to [EMAIL PROTECTED])
+CVS password:
+cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed:
+Connection refused
+### execution of su failed, exit code 1
+Failed: Logging into the CVS server for anonymous read-only access failed.
+               </codeblock>
+               <p>One possibility is that the cvs servers are overloaded and you have 
+to try the update later.</p>
+               <p>Another possibility, is that you need to reset your cvs 
+directories. Use the command:</p>
+               <p><codeblock> 
+sudo find /sw/fink -type d -name 'CVS' -exec rm -rf {} \;
+fink selfupdate-cvs
+               </codeblock></p>
+       </answer>
+</faqentry>
+
 <faqentry name="kernel-panics"><question><p>When I use fink, my whole machine 
 freezes up/kernel panics/dies. Help!</p></question>
 <answer>
 <p> A number of recent reports on the 
-<link
-url="http://www.mail-archive.com/[email protected]/";>fink-users
+<link url="http://www.mail-archive.com/[email protected]/";>fink-users
 mailing list</link> have indicated problems (including kernel panics and
 infinite hangs during patching) when using Fink to compile packages while
 anti-virus software is installed.  You may need to switch off any anti-virus



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to