Bug 174712

Summary: [handbook] Some cvsup servers for Ukraine seems inaccesible
Product: Documentation Reporter: Igor <for_spam_2k5>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Igor 2012-12-26 09:10:00 UTC
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#handbook-mirrors-chapter-xml-mirrors-ua-cvsup

cvsup2.ua.FreeBSD.org - not found in dns.
cvsup7.ua.freebsd.org - host seems down.

Fix: 

remove "cvsup2.ua.FreeBSD.org" and "cvsup7.ua.freebsd.org" from handbook cvs sites.
How-To-Repeat: 1)
% nslookup cvsup2.ua.freebsd.org 8.8.8.8
Server:         8.8.8.8
Address:        8.8.8.8#53

** server can't find cvsup2.ua.freebsd.org: NXDOMAIN

2)
% telnet cvsup7.ua.freebsd.org 5999
Trying 213.186.196.224...
telnet: connect to address 213.186.196.224: Operation timed out
telnet: Unable to connect to remote host
Comment 1 spam4igor2k5 2012-12-26 17:04:53 UTC
On Wed, Dec 26, 2012 at 09:06:45AM +0000, Igor wrote:
> 
> cvsup2.ua.FreeBSD.org - not found in dns.
> cvsup7.ua.freebsd.org - host seems down.
> 
  That page you've mentioned [1] at least twice refers to CVS as a
deprecacted method of updating your source/ports/docs and insists
on using Subversion instead.
  A word 'deprecated' means smth similar to 'not recommended for usage'.
  So, your PR contains no useful information.

1. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-12-29 23:40:59 UTC
Author: issyl0
Date: Sat Dec 29 23:40:52 2012
New Revision: 40505
URL: http://svnweb.freebsd.org/changeset/doc/40505

Log:
  Remove two inaccessible Ukranian CVSup mirrors from mirrors.xml.
  
  PR:		docs/174712
  Approved by:	gjb (mentor)

Modified:
  head/share/xml/mirrors.xml

Modified: head/share/xml/mirrors.xml
==============================================================================
--- head/share/xml/mirrors.xml	Sat Dec 29 23:07:37 2012	(r40504)
+++ head/share/xml/mirrors.xml	Sat Dec 29 23:40:52 2012	(r40505)
@@ -1965,10 +1965,6 @@
     </host>
 
     <host type="cvsup">
-      <name>cvsup2.ua.FreeBSD.org</name>
-    </host>
-
-    <host type="cvsup">
       <name>cvsup3.ua.FreeBSD.org</name>
     </host>
 
@@ -1980,10 +1976,6 @@
       <name>cvsup6.ua.FreeBSD.org</name>
     </host>
 
-    <host type="cvsup">
-      <name>cvsup7.ua.FreeBSD.org</name>
-    </host>
-
   </entry>
 
   <entry id="mirrors-uk">
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Isabell Long freebsd_committer freebsd_triage 2012-12-30 00:12:30 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

I've updated the website to reflect the fact that these no longer work. 
I'm working on getting the DNS updated.
Comment 4 Isabell Long freebsd_committer freebsd_triage 2013-09-27 15:12:21 UTC
State Changed
From-To: open->closed

This has been sorted out now.