Using public mirrors is simply a waste of bandwidth at both ends.Syncing only one machine against a public mirror and all others against that computer would save resources on Gentoo mirrors and save users' bandwidth. The same holds true for organizations who would like to control the rsync mirror their servers and workstations sync against. Q:プライベートなrsyncミラーを自社の為に運用しているのですが、それでも、わたしはrsync1.us.gentoo.orgにアクセス可能でしょうか? - Gentoo Linux
If you're behind a firewall that doesn't permit rsync traffic, then you can use emerge-webrsync which will fetch and install a Portage snapshot for you through regular HTTP.
rsyncを許さないファイアウォールの後ろにいる場合には、emerge-webrsyncコマンドを使用して、通常のHTTPプロトコルを通じてPortageスナップショットを取得し、インストールすることができます。 - Gentoo Linux
Each option should be space separated.--timeout=number: This defines the number of seconds an rsyncconnection can idle before rsync sees the connection as timed-out.
各オプションはスペース区切りです。 --timeout=number: これは、rsyncが通信がタイムアウトしたと見なすまでに、何秒間接続を待機させておくことができるかを定義します。 - Gentoo Linux
Code Listing2.2: Starting the rsync daemon
例えば、rsync1.2.3.4::の様にします。 バナーメッセージからどのミラーなのか知ることができるでしょう。 - Gentoo Linux
Q: There are many users who connect to my rsync server very frequently,sometimes even causing a DoS to my mirror, is there any way to prevent this? (サーバ名かIPを使います) (ミラーに/usr/portageの内容があるでしょう) - Gentoo Linux
As such,we limit connections to our master rsync and distfile mirrors to public mirrorsonly.
公開ミラーを使うことはお互いにとって帯域の無駄にしかなりません。 - Gentoo Linux
Code Listing4.1: Kill old rsync processes
他のマシンから試す必要はありませんが、できればそのようにした方がいいでしょう。 - Gentoo Linux
Main rotation mirrors are maintained by the Gentoo infrastructure team. They handle the bulk of the Gentoo rsync traffic. 全てのメインローテーションミラーではGentooLinuxが稼働しており、Gentoo開発チームのメンバーが管理しています。 - Gentoo Linux
This variable contains the rsync server you want to use when updating your Portage tree (the collection of ebuilds, scripts containing all the information Portage needs to download and install software). この変数には、Portageツリーを更新するときに使用したいrsyncサーバを設定します。 (Portageツリーとは、Portageがソフトウェアをダウンロードしてインストールのに必要な情報の全てが書かれているebuildや、スクリプトの集まりです。 - Gentoo Linux
Configuring your clients Now, make your other computers use your own local rsync mirror instead of a public one. これが原因で、私のミラーは、ときどきサービスが正常に提供できなくなる場合があります。 - Gentoo Linux
2.Setting up your own local rsync mirrorIntroduction
ちょっとしたFAQ(現在のミラー管理人用)Q:rsyncに関する問題や保守について、誰に連絡を取ればよいでしょうか? - Gentoo Linux
Setting up a Portage tree mirror is simple -- first, ensure that your mirror has rsyncinstalled. portageツリーのミラーを構築するのは簡単です。 まず、ミラーにrsyncがインストールされていることを確認してください。 - Gentoo Linux
Q: I'm seeing a lot of old and probably dead rsync processes, how can I get rid of them? どちらにも一致しないホストは接続が許可されます。 より詳しい情報はマニュアルページ(manrsyncd.conf)を参照してください。 - Gentoo Linux
If you use cron or similarfacilities to sync regularly, remember to keep it down to a sensible frequencylike once or twice a day.
Q:残った、あるいは、恐らく死んだrsyncプロセスをたくさん参照しているようです。 どうすればこれを取り除けますか? - Gentoo Linux
This is the location that rsync clients will try to sync from. わたしたちは、最近ミラーの公式な名前をgentoo-portageに変えましたが、gentoo-x86-portageは後方互換性の為にまだ必要ですので、両方のエントリーを書いておいてください。 - Gentoo Linux
Privatemirrors are mirrors run by individuals which are closed off to the public and meant to cut traffic costs and latency for an organization or individual. これらのサーバはrsyncの使用だけかもしれませんし、されないかもしれません。 それらはGentooLinuxが稼働しているかもしれませんし、していないかもしれません。 - Gentoo Linux
Your rsyncd.motd should contain your IP address and other relevant information about your mirror, such as information about the host providing the Portage mirror and an administrative contact. You can now test your server as outlined in the Setting up your own local rsync mirror chapter above. rsyncd.motdには、あなたのIPアドレスやportageミラーを提供している旨、管理者への連絡方法等のあなたのミラーに関係する情報が含まれているでしょう。 - Gentoo Linux
A: Visit Gentoo Bugzilla and fill out a bug on the product "Mirrors", component "Server Problem". 残ったプロセスは、'maxconnections'オプションで指定した最大値を計算する際に、正常な接続として数えられてしまうので、これらの処理を強制終了させることは重要です。 このコマンドを1時間に1回、cronで実行すれば、1時間以上前の残ったrsyncプロセスを探し出して処理を強制終了してくれます。 - Gentoo Linux