To whomever it may concern, I was interested in starting a mirror, but I was wondering what the average bandwidth usage of the mirrors were? I have a 100 Mbit server in the Giga-Intrenational Datacenter (Germany) and I would like to donate a mirror but I was just curious as too how much on average the usage was. Regards, ============= Kyle Gato InvisionGaming Systems Administrator www.InvisionGaming.net ============= -----Original Message----- From: centos-mirror-bounces at centos.org [mailto:centos-mirror-bounces at centos.org] On Behalf Of centos-mirror-request at centos.org Sent: Tuesday, November 14, 2006 7:00 PM To: centos-mirror at centos.org Subject: CentOS-mirror Digest, Vol 21, Issue 10 Send CentOS-mirror mailing list submissions to centos-mirror at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-mirror or, via email, send a message with subject or body 'help' to centos-mirror-request at centos.org You can reach the person managing the list at centos-mirror-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-mirror digest..." Today's Topics: 1. new centos mirror in israel (Dmitry Sherman) 2. Re: new centos mirror in israel (Richard Ford) 3. Header.html insertion (Dmitry Sherman) 4. Re: Header.html insertion (Matthew Martz) 5. Re: new centos mirror in israel (Matthew Martz) 6. Re: new centos mirror in israel (Olivier Thauvin) ---------------------------------------------------------------------- Message: 1 Date: Tue, 14 Nov 2006 09:52:37 +0200 From: "Dmitry Sherman" <admin at interhost.co.il> Subject: [CentOS-mirror] new centos mirror in israel To: <centos-mirror at centos.org> Message-ID: <04d901c707c1$da30c3e0$d2af75c0 at sophix> Content-Type: text/plain; charset="us-ascii" centos.interhost.co.il INTERHOST - Network Solutions NEW ISRAELI CENTOS MIRROR 100MBIT LINE DUAL XEON IBM SERVER -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.centos.org/pipermail/centos-mirror/attachments/20061114/25b4b94 e/attachment-0001.htm ------------------------------ Message: 2 Date: Tue, 14 Nov 2006 15:57:45 +0800 From: Richard Ford <rford at candis.com.cn> Subject: Re: [CentOS-mirror] new centos mirror in israel To: "Mailing list for CentOS mirrors." <centos-mirror at centos.org> Message-ID: <C500CD42-A15B-4A1D-B6F8-A08937648C8B at candis.com.cn> Content-Type: text/plain; charset="windows-1252" Anyone know how to do those "locks" that they mention for the cron job? Our mirror is a Single XEON Server on the main CNC/CT NAP backbone... On 14/11/2006, at 3:52 PM, Dmitry Sherman wrote: > centos.interhost.co.il > > INTERHOST Network Solutions > > NEW ISRAELI CENTOS MIRROR > > 100MBIT LINE > > DUAL XEON IBM SERVER > > > > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > http://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.centos.org/pipermail/centos-mirror/attachments/20061114/fc2c180 8/attachment-0001.htm ------------------------------ Message: 3 Date: Tue, 14 Nov 2006 10:33:24 +0200 From: "Dmitry Sherman" <admin at interhost.co.il> Subject: [CentOS-mirror] Header.html insertion To: <centos-mirror at centos.org> Message-ID: <050201c707c7$8cd8c010$d2af75c0 at sophix> Content-Type: text/plain; charset="us-ascii" Hello, I just opened a new mirror, but I see that I didn't the HEADER.HTML. Wanted to ask, where do I get the graphics and how do I insert the HEADER.HTML into the page? Thank you. Dmitry INTERHOST -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.centos.org/pipermail/centos-mirror/attachments/20061114/fe5dcae a/attachment-0001.htm ------------------------------ Message: 4 Date: Tue, 14 Nov 2006 08:18:07 -0500 (EST) From: "Matthew Martz" <mdmartz at gflug.net> Subject: Re: [CentOS-mirror] Header.html insertion To: "Mailing list for CentOS mirrors." <centos-mirror at centos.org> Message-ID: <39166.216.127.141.146.1163510287.squirrel at gflug.net> Content-Type: text/plain;charset=iso-8859-1 > I just opened a new mirror, but I see that I didn't the HEADER.HTML. > > Wanted to ask, where do I get the graphics and how do I insert the > HEADER.HTML into the page? I looked through the contents of your mirror and it appears as though your initial rsync has not completed yet. There are still many files missing. The initial rsync may take several days to complete. You can check on the progress by entering the directory where rsync is storing the files and typing "du -hs" You should get a value close to 61G. If you execute "du -hc --max-depth=1" you can see the per directory totals which should closely match the values found at http://mirror.linux.gflug.net/#du You can check to see if rsync is still running by issuing a "ps aux | grep rsync". Cheers! -- Matthew Martz CentOS Mirror Admin mdmartz at gflug.net ------------------------------ Message: 5 Date: Tue, 14 Nov 2006 08:25:48 -0500 (EST) From: "Matthew Martz" <mdmartz at gflug.net> Subject: Re: [CentOS-mirror] new centos mirror in israel To: "Mailing list for CentOS mirrors." <centos-mirror at centos.org> Message-ID: <40356.216.127.141.146.1163510748.squirrel at gflug.net> Content-Type: text/plain;charset=iso-8859-1 > Anyone know how to do those "locks" that they mention for the cron job? Sample simple rsync shell script with lock files: #!/bin/bash RSYNC="/usr/bin/rsync" # path to rsync FLAGS="-aqzH --delete" # flags to pass to rsync MIRROR="msync.centos.org::CentOS" # mirror url REPO="/var/ftp/pub/centos" # location to store files LOCKFILE="/var/lock/subsys/rsynccentos" # location of lock file if [ -f $LOCKFILE ] # check to see if lock file exists then echo Lock file exists...Exiting... exit 0 else touch $LOCKFILE # create lock file fi echo Rsyncing... $RSYNC $FLAGS $MIRROR $REPO # issue rsync command rm -f $LOCKFILE # remove lockfile exit 0 -- Matthew Martz CentOS Mirror Admin mdmartz at gflug.net ------------------------------ Message: 6 Date: Tue, 14 Nov 2006 16:06:44 +0100 From: Olivier Thauvin <nanardon at nanardon.zarb.org> Subject: Re: [CentOS-mirror] new centos mirror in israel To: "Mailing list for CentOS mirrors." <centos-mirror at centos.org> Message-ID: <200611141606.47996.nanardon at nanardon.zarb.org> Content-Type: text/plain; charset="iso-8859-1" Le mardi 14 novembre 2006 14:25, Matthew Martz a icrit : > > Anyone know how to do those "locks" that they mention for the cron job? > > Sample simple rsync shell script with lock files: I suggest you to start to have a look to http://mmm.zarb.org/, I am activelly working on it. Feedback / comment welcome. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-mirror/attachments/20061114/9e1a344 d/attachment-0001.bin ------------------------------ _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org http://lists.centos.org/mailman/listinfo/centos-mirror End of CentOS-mirror Digest, Vol 21, Issue 10 *********************************************