Bug 262819

Summary: torrents.freebsd.org long gone, but still documented in some translations of the FreeBSD Handbook
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-doc/search?o=desc&q=torrents.freebsd.org&s=indexed&type=code
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173598
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173665
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173677

Description Graham Perrin freebsd_committer freebsd_triage 2022-03-26 07:47:23 UTC
Whilst drafting a response to <https://old.reddit.com/r/freebsd/comments/toc583/-/>

> Can FreeBSD iso downloads be any faster than 100KB/sec max?

<https://www.startpage.com/do/dsearch?query=FreeBSD+download+bittorrent&cat=web&pl=ext-ff&language=english> found: 

<http://www.far-far-away.com/doc/en_US.ISO8859-1/books/handbook/mirrors-bittorrent.html>

> A.3 BitTorrent
> 
> The ISO images for the basic release CDs are available via BitTorrent. 
> A collection of torrent files to download the images is available at 
> http://torrents.freebsd.org:8080

<https://github.com/freebsd/freebsd-doc/commit/66353d5757ac279271cda5ba674f4c35e63e6343> (2012-12-05) for bug 173598 was: 

> Remove torrents.FreeBSD.org; it likely will not be back. 

Now
===

<https://github.com/freebsd/freebsd-doc/search?o=desc&q=torrents.freebsd.org&s=indexed&type=code> finds a few remaining mentions, so, for example: 

* <https://docs.freebsd.org/hu/books/handbook/mirrors/#_bittorrent>
* <https://docs.freebsd.org/hu/books/handbook/book/#_bittorrent>

* <https://docs.freebsd.org/mn/books/handbook/mirrors/#mirrors-bittorrent>
* bug 262818 prevents discovery of the corresponding anchor in the 
  long HTML (non-split) mn version

* <https://docs.freebsd.org/nl/books/handbook/mirrors/#mirrors-bittorrent>
* <https://docs.freebsd.org/nl/books/handbook/book/#mirrors-bittorrent>

* <https://docs.freebsd.org/zh-cn/books/handbook/mirrors/#mirrors-bittorrent>
* <https://docs.freebsd.org/zh-cn/books/handbook/book/#mirrors-bittorrent>

Side note: inconsistent anchoring.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-26 09:41:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0802cd44f10ea4e21aa413834d897b93e771479d

commit 0802cd44f10ea4e21aa413834d897b93e771479d
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-03-26 09:38:35 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-03-26 09:38:35 +0000

    Remove torrents.freebsd.org references

    PR:             262819
    Submitted by:   Graham Perrin <grahamperrin (AT) gmail.com>

 documentation/content/el/books/handbook/mirrors/_index.adoc    | 9 ---------
 documentation/content/hu/books/handbook/mirrors/_index.adoc    | 8 --------
 documentation/content/mn/books/handbook/mirrors/_index.adoc    | 9 ---------
 documentation/content/nl/books/handbook/mirrors/_index.adoc    | 9 ---------
 documentation/content/zh-cn/books/handbook/mirrors/_index.adoc | 9 ---------
 website/content/fr/where.adoc                                  | 2 +-
 website/content/hu/where.adoc                                  | 2 +-
 website/content/ru/where.adoc                                  | 2 +-
 8 files changed, 3 insertions(+), 47 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2022-03-26 09:42:51 UTC
Fixed. Thanks for the report.