| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
|
|
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/source_mirrors.xml,v 1.18 2004/06/28 23:31:25 jforman Exp $ --> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | |
4 | |
| 4 | <guide link="/doc/en/rsync.xml"> |
5 | <guide link="/doc/en/source_mirrors.xml"> |
| 5 | <title>Gentoo Linux Source Mirrors Policy</title> |
6 | <title>Gentoo Linux Source Mirrors Policy</title> |
| 6 | <author title="Author"><mail link="klieber@gentoo.org">Kurt Lieber</mail></author> |
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 | <author title="Editor"> <mail link="bennyc@gentoo.org">Benny Chuang</mail></author> |
|
|
10 | <author title="Editor"> <mail link="jforman@gentoo.org">Jeffrey Forman</mail></author> |
| 7 | |
11 | |
|
|
12 | <abstract> |
|
|
13 | This document explains the requirements for source mirrors. |
|
|
14 | </abstract> |
|
|
15 | <license/> |
| 8 | <version>1.1</version> |
16 | <version>1.2</version> |
| 9 | <date>17 Feb 2003</date> |
17 | <date>8 Mar 2004</date> |
|
|
18 | |
| 10 | |
19 | |
| 11 | <chapter> |
20 | <chapter> |
| 12 | <title>Requirements</title> |
21 | <title>Requirements</title> |
| 13 | <section> |
22 | <section> |
| 14 | <title>Minimum Bandwidth</title> |
23 | <title>Minimum Bandwidth</title> |
| 15 | <body> |
24 | <body> |
| 16 | <p> To properly host a source mirror you should have a minimum of T1 bandwidth. |
25 | <p> To properly host a source mirror, you should have a minimum of 5Mbps upstream bandwidth. |
| 17 | ADSL and cable connections do not generally make adequate connections for rsync hosts due to their limited upstream performance.</p> |
26 | ADSL and cable connections do not generally make adequate connections for distfile hosts due to their limited upstream performance.</p> |
|
|
27 | </body> |
|
|
28 | </section> |
|
|
29 | <section> |
|
|
30 | <title>Minimum Disk Space</title> |
|
|
31 | <body> |
|
|
32 | <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> |
| 18 | </body> |
33 | </body> |
| 19 | </section> |
34 | </section> |
| 20 | <section> |
35 | <section> |
| 21 | <title>Minimum User Count</title> |
36 | <title>Minimum User Count</title> |
| 22 | <body> |
37 | <body> |
| 23 | <p>We ask that you support a minimum of 5 and preferrably 10 concurrent user connections.</p> |
38 | <p>We ask that you support a minimum of 15 and preferrably 30 concurrent user connections.</p> |
| 24 | </body> |
39 | </body> |
| 25 | </section> |
40 | </section> |
| 26 | <section> |
41 | <section> |
| 27 | <title>Update Frequency</title> |
42 | <title>Update Frequency</title> |
| 28 | <body> |
43 | <body> |
| 29 | <p>We ask that source mirrors be updated at least 3-4 times throughout the day. At a minimum, source mirrors should be updated once per day.</p> |
44 | <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> |
| 30 | </body> |
45 | </body> |
| 31 | </section> |
46 | </section> |
| 32 | </chapter> |
47 | </chapter> |
| 33 | <chapter> |
48 | <chapter> |
| 34 | <title>Implementation details</title> |
49 | <title>Implementation details</title> |
| 35 | <section> |
50 | <section> |
| 36 | <body> |
51 | <body> |
| 37 | <p>for new source mirror requests, the procedure will be as follows:</p> |
52 | <p>For new source mirror requests, the procedure will be as follows:</p> |
| 38 | <p>Someone asks to be a mirror, then we 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 with <path>www.ibiblio.org/gentoo/</path> and accordingly with this policy.</p> |
53 | <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> |
|
|
54 | <p>Full mirrors must carry the following directories (plus any directories that get added in the future):</p> |
|
|
55 | <ul> |
|
|
56 | <li>/releases</li> |
|
|
57 | <li>/experimental</li> |
|
|
58 | <li>/distfiles</li> |
|
|
59 | <li>/snapshots</li> |
|
|
60 | <li>/grp</li> |
|
|
61 | </ul> |
|
|
62 | <p>Distfiles only mirrors need to carry the following directories:</p> |
|
|
63 | <ul> |
|
|
64 | <li>/distfiles</li> |
|
|
65 | <li>/snapshots</li> |
|
|
66 | </ul> |
| 39 | |
67 | |
| 40 | <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.</p> |
68 | <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> |
| 41 | |
69 | |
|
|
70 | <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> |
|
|
71 | |
| 42 | <p>Additionally, you, the mirror admin will be added to the gentoo-mirrors mailing list (low traffic) so that you can folllow all issues associated with source mirrors. |
72 | <p>Additionally, you, the mirror admin, will be requested to subscribe to the gentoo-mirrors mailing list (low traffic) so that you can follow all issues associated with source mirrors. |
| 43 | </p> |
73 | </p> |
| 44 | <note> |
74 | <note> |
| 45 | 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>. |
75 | 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>. |
| 46 | </note> |
76 | </note> |
| 47 | </body> |
77 | </body> |
| … | |
… | |
| 50 | <chapter> |
80 | <chapter> |
| 51 | <title>Short FAQ</title> |
81 | <title>Short FAQ</title> |
| 52 | <section> |
82 | <section> |
| 53 | <title>Q: Who should I contact regarding new mirrors or to get my mirror added to the Gentoo web site?</title> |
83 | <title>Q: Who should I contact regarding new mirrors or to get my mirror added to the Gentoo web site?</title> |
| 54 | <body> |
84 | <body> |
| 55 | <p>A: <mail link="klieber@gentoo.org">klieber@gentoo.org</mail></p> |
85 | <p>A: Please file a bug on bugs.gentoo.org under the rsync category.</p> |
| 56 | </body> |
86 | </body> |
| 57 | </section> |
87 | </section> |
| 58 | <section> |
88 | <section> |
| 59 | <title>Q: Who should I contact regarding mirror issues and maintenance?</title> |
89 | <title>Q: Who should I contact regarding mirror issues and maintenance?</title> |
| 60 | <body> |
90 | <body> |
| 61 | <p>A: <mail link="mirror-admin@gentoo.org">mirror-admin@gentoo.org</mail></p> |
91 | <p>A: Please file a bug on bugs.gentoo.org under the rsync category.</p> |
|
|
92 | </body> |
|
|
93 | </section> |
|
|
94 | <section> |
|
|
95 | <title>Q: I run a private source mirror for my company. Can I still access the private master source mirror?</title> |
|
|
96 | <body> |
|
|
97 | <p>A: Because our resources are limited, we need to ensure we allocate them in such a way |
|
|
98 | to provide the maximum amount of benefit to our users. As such, we limit connections |
|
|
99 | 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. |
|
|
100 | </p> |
| 62 | </body> |
101 | </body> |
| 63 | </section> |
102 | </section> |
| 64 | |
103 | |
| 65 | <section> |
104 | <section> |
| 66 | <title>Q) How do I find the mirror nearest to me?</title> |
105 | <title>Q: How do I find the mirror nearest to me?</title> |
| 67 | <body> |
106 | <body> |
| 68 | <p>A) mirrorselect was designed to do this for you. If you haven't already run <c>emerge mirrorselect</c> then do it. |
107 | <p>A: mirrorselect was designed to do this for you. If you haven't already run <c>emerge mirrorselect</c>, then please do so. |
| 69 | Then run: <c>mirrorselect</c>. An ncurses-based menu will display allowing you to select a mirror close to you. |
108 | Then run: <c>mirrorselect</c>. An ncurses-based menu will display allowing you to select a mirror close to you. |
|
|
109 | </p> |
|
|
110 | </body> |
|
|
111 | </section> |
|
|
112 | <section> |
|
|
113 | <title>Q: I don't have that much disk space. Can I mirror part of the sources?</title> |
|
|
114 | <body> |
|
|
115 | <p>A: Yes, if you are unable to mirror our full sources, you can elect to mirror the following two directories only:</p> |
|
|
116 | <ul> |
|
|
117 | <li>/distfiles</li> |
|
|
118 | <li>/snapshots</li> |
|
|
119 | </ul> |
|
|
120 | <p>These two directories will require approximately 30GB of space and you will be listed on our site as a distfiles-only mirror.</p> |
|
|
121 | </body> |
|
|
122 | </section> |
|
|
123 | <section> |
|
|
124 | <title>Q: Do I have to turn on Directory Indexing for directories served up via HTTP?</title> |
|
|
125 | <body> |
|
|
126 | <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. |
| 70 | </p> |
127 | </p> |
| 71 | </body> |
128 | </body> |
| 72 | </section> |
129 | </section> |
| 73 | </chapter> |
130 | </chapter> |
| 74 | </guide> |
131 | </guide> |