| 1 |
<?xml version='1.0' encoding="UTF-8"?>
|
| 2 |
<!-- $Header: /home/cvsroot/gentoo/xml/htdocs/doc/en/source_mirrors.xml,v 1.15 2004/02/19 15:20:54 swift Exp $ -->
|
| 3 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
|
| 4 |
|
| 5 |
<guide link="/doc/en/source_mirrors.xml">
|
| 6 |
<title>Gentoo Linux Source Mirrors Policy</title>
|
| 7 |
<author title="Author"><mail link="klieber@gentoo.org">Kurt Lieber</mail></author>
|
| 8 |
<author title="Editor"><mail link="cshields@gentoo.org">Corey Shields</mail></author>
|
| 9 |
|
| 10 |
<abstract>
|
| 11 |
This document explains the requirements for source mirrors.
|
| 12 |
</abstract>
|
| 13 |
<license/>
|
| 14 |
<version>1.2</version>
|
| 15 |
<date>8 Mar 2004</date>
|
| 16 |
|
| 17 |
|
| 18 |
<chapter>
|
| 19 |
<title>Requirements</title>
|
| 20 |
<section>
|
| 21 |
<title>Minimum Bandwidth</title>
|
| 22 |
<body>
|
| 23 |
<p> To properly host a source mirror you should have a minimum of 5Mbps upstream bandwidth.
|
| 24 |
ADSL and cable connections do not generally make adequate connections for distfile hosts due to their limited upstream performance.</p>
|
| 25 |
</body>
|
| 26 |
</section>
|
| 27 |
<section>
|
| 28 |
<title>Minimum Disk Space</title>
|
| 29 |
<body>
|
| 30 |
<p> The space requirements depend on whether you choose to run a "Full" mirror or a "Distfiles only" mirror. Full mirrors require 60 gigabytes of disk space. Distfiles only mirrors require 30 gigabytes of space.</p>
|
| 31 |
</body>
|
| 32 |
</section>
|
| 33 |
<section>
|
| 34 |
<title>Minimum User Count</title>
|
| 35 |
<body>
|
| 36 |
<p>We ask that you support a minimum of 15 and preferrably 30 concurrent user connections.</p>
|
| 37 |
</body>
|
| 38 |
</section>
|
| 39 |
<section>
|
| 40 |
<title>Update Frequency</title>
|
| 41 |
<body>
|
| 42 |
<p>All mirrors must be synchronized every four hours, starting at midnight in your local time zone. This helps distribute the load out over a period of time, rather than having all mirrors synchronize at the same time.</p>
|
| 43 |
</body>
|
| 44 |
</section>
|
| 45 |
</chapter>
|
| 46 |
<chapter>
|
| 47 |
<title>Implementation details</title>
|
| 48 |
<section>
|
| 49 |
<body>
|
| 50 |
<p>for new source mirror requests, the procedure will be as follows:</p>
|
| 51 |
<p>Set up your server to rsync with www.ibiblio.org::gentoo. Once you have a complete mirror of that server, please file a bug report on bugs.gentoo.org under the "rsync" category stating that you have a new mirror and wish it to be added to the list of official mirrors. Please specify whether you wish to be a "Full" mirror or "Distfiles only" mirror. Distfiles only mirrors will be designated as such on the website.</p>
|
| 52 |
<p>Full mirrors must carry the following directories (plus any directories that get added in the future):</p>
|
| 53 |
<ul>
|
| 54 |
<li>/releases</li>
|
| 55 |
<li>/experimental</li>
|
| 56 |
<li>/distfiles</li>
|
| 57 |
<li>/snapshots</li>
|
| 58 |
<li>/grp</li>
|
| 59 |
</ul>
|
| 60 |
<p>Distfiles only mirrors need to carry the following directories:</p>
|
| 61 |
<ul>
|
| 62 |
<li>/distfiles</li>
|
| 63 |
<li>/snapshots</li>
|
| 64 |
</ul>
|
| 65 |
|
| 66 |
<p>We will then verify that the mirror exists and we can connect to it properly. Then, in the next 48-72 hours we will determine if your mirror is syncing correctly and in accordance with this policy.</p>
|
| 67 |
|
| 68 |
<p>If all steps went smoothly, we will then add you to our list of <uri link="http://www.gentoo.org/main/en/mirrors.xml">download mirrors</uri> on the main web site. We will also send you the login information for our private master distfile mirror which is only available to official Gentoo Linux source mirrors.</p>
|
| 69 |
|
| 70 |
<p>Additionally, you, the mirror admin will be added to the gentoo-mirrors mailing list (low traffic) so that you can follow all issues associated with source mirrors.
|
| 71 |
</p>
|
| 72 |
<note>
|
| 73 |
Thanks for helping out Gentoo Linux users and developers! :) For any mirror administration issues or problems, please contact <mail link="mirror-admin@gentoo.org">mirror-admin@gentoo.org</mail>.
|
| 74 |
</note>
|
| 75 |
</body>
|
| 76 |
</section>
|
| 77 |
</chapter>
|
| 78 |
<chapter>
|
| 79 |
<title>Short FAQ</title>
|
| 80 |
<section>
|
| 81 |
<title>Q: Who should I contact regarding new mirrors or to get my mirror added to the Gentoo web site?</title>
|
| 82 |
<body>
|
| 83 |
<p>A: Please file a bug on bugs.gentoo.org under the rsync category.</p>
|
| 84 |
</body>
|
| 85 |
</section>
|
| 86 |
<section>
|
| 87 |
<title>Q: Who should I contact regarding mirror issues and maintenance?</title>
|
| 88 |
<body>
|
| 89 |
<p>A: Please file a bug on bugs.gentoo.org under the rsync category.</p>
|
| 90 |
</body>
|
| 91 |
</section>
|
| 92 |
<section>
|
| 93 |
<title>Q: I run a private source mirror for my company. Can I still access the private master source mirror?</title>
|
| 94 |
<body>
|
| 95 |
<p>A: Because our resources are limited, we need to ensure we allocate them in such a way
|
| 96 |
to provide the maximum amount of benefit to our users. As such, we limit connections
|
| 97 |
to our master rsync and distfile mirrors to public mirrors only. Users are welcome to use our regular mirror system to establish a private source mirror.
|
| 98 |
</p>
|
| 99 |
</body>
|
| 100 |
</section>
|
| 101 |
|
| 102 |
<section>
|
| 103 |
<title>Q: How do I find the mirror nearest to me?</title>
|
| 104 |
<body>
|
| 105 |
<p>A: mirrorselect was designed to do this for you. If you haven't already run <c>emerge mirrorselect</c> then do it.
|
| 106 |
Then run: <c>mirrorselect</c>. An ncurses-based menu will display allowing you to select a mirror close to you.
|
| 107 |
</p>
|
| 108 |
</body>
|
| 109 |
</section>
|
| 110 |
<section>
|
| 111 |
<title>Q: I don't have that much disk space. Can I mirror part of the sources?</title>
|
| 112 |
<body>
|
| 113 |
<p>A: Yes, if you are unable to mirror our full sources, you can elect to mirror the following two directories only:</p>
|
| 114 |
<ul>
|
| 115 |
<li>/distfiles</li>
|
| 116 |
<li>/snapshots</li>
|
| 117 |
</ul>
|
| 118 |
<p>These two directories will require approximately 30GB of space and you will be listed on our site as a distfiles-only mirror.</p>
|
| 119 |
</body>
|
| 120 |
</section>
|
| 121 |
<section>
|
| 122 |
<title>Q: Do I have to turn on Directory Indexing for directories served up via HTTP?</title>
|
| 123 |
<body>
|
| 124 |
<p>A: Directory Indexing is required for the /releases and /experimental directories, but can be turned off for all other directories (including /distfiles) if you wish.
|
| 125 |
</p>
|
| 126 |
</body>
|
| 127 |
</section>
|
| 128 |
</chapter>
|
| 129 |
</guide>
|