<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    oops Didn't reply onlist<br>
    <br>
    Jeffery,
    <br>
    This is the script I use to rsync using lock files. Including DVD's
    <br>
    I just make a file in root called centos.sh paste the code in.
    <br>
    You'll need to do a chmod +x centos.sh to make it execute.
    <br>
    You'll have to modify the script to put the data where you need it
    to be. Once that is done you can run the script, Or use cron to run
    it every few hours or so.
    <br>
    If you want DVD's you must sync from another mirror instead of
    msync. We sync with Cogent, As we are directly peered with them and
    get good transfer rates.
    <br>
    As for no username and password on FTP, I don't have an answer for
    you, Cpanel isn't quite my cup of tea.
    <br>
    <br>
    Below is the exact script used for <a class="moz-txt-link-freetext"
      href="http://mirror.flhsi.com/centos">http://mirror.flhsi.com/centos</a>
    <br>
    <br>
    #!/bin/bash
    <br>
    NAME='centos'
    <br>
    LOCKFILE='/tmp/centos.lock'
    <br>
    RSYNC='rsync://mirror.cogentco.com/CentOS/'
    <br>
    <br>
    ######### Commands Start Here.
    <br>
    if [ -f $LOCKFILE ]
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then echo "Lock file exisis" &amp;&amp; exit 1
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else echo "Making Lock File" &amp;&amp; date &gt; $LOCKFILE
    <br>
    fi
    <br>
    <br>
    rsync -vaHh --stats --progress --numeric-ids --delete --delete-after
    --delay-updates $RSYNC <i class="moz-txt-slash"><span
        class="moz-txt-tag">/</span>home/mirror/public_html<span
        class="moz-txt-tag">/</span></i>$NAME
    <br>
    <br>
    /bin/rm -rf $LOCKFILE
    <br>
    <br>
    <br>
    On 2/1/2011 2:14 PM, Jeffrey Palladino wrote:
    <blockquote cite="mid:279E99B2D6A94E9F93CF47E0CA14DE07@coralPC"
      type="cite">Nick
      <br>
      I am not sure how to set up the rsync or the lock files.
      <br>
      I was wondering if you can give me direction on that I looked all
      over and I did see some ways of doing it.
      <br>
      But I want to set up rsync for all the versions. Most of the
      tutorials are to set up for just let say version 5.
      <br>
      Also not sure how to set up the lock files.
      <br>
      I am running centos on this box with cpanel.
      <br>
      I was wondering if you can send me the commands to get this all
      set up right.
      <br>
      As for cron that is working it is adding files to the mirror. But
      very slow.
      <br>
      I want to get this done and list it in the mirror list.
      <br>
      Also the ftp cpanel wont let me set up the ftp without a user and
      password. Is there a way around that.
      <br>
      I want to have all centos versions with the dvd versions as well.
      <br>
      mirror again is:
      <br>
      <a class="moz-txt-link-freetext" href="http://mirror.bluethundercomputers.net/centos">http://mirror.bluethundercomputers.net/centos</a>
      <br>
      <br>
      Thank you for your time.
      <br>
      Jeffrey Palladino
      <br>
      <a class="moz-txt-link-freetext" href="http://bluethundercomputers.net">http://bluethundercomputers.net</a>
      <br>
      <br>
      ----- Original Message ----- From:
      <a class="moz-txt-link-rfc2396E" href="mailto:centos-mirror-request@centos.org">&lt;centos-mirror-request@centos.org&gt;</a>
      <br>
      To: <a class="moz-txt-link-rfc2396E" href="mailto:centos-mirror@centos.org">&lt;centos-mirror@centos.org&gt;</a>
      <br>
      Sent: Tuesday, February 01, 2011 10:00 AM
      <br>
      Subject: CentOS-mirror Digest, Vol 72, Issue 1
      <br>
      <br>
      <br>
      <blockquote type="cite">Send CentOS-mirror mailing list
        submissions to
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        <br>
        To subscribe or unsubscribe via the World Wide Web, visit
        <br>
        <a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-mirror">http://lists.centos.org/mailman/listinfo/centos-mirror</a>
        <br>
        or, via email, send a message with subject or body 'help' to
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror-request@centos.org">centos-mirror-request@centos.org</a>
        <br>
        <br>
        You can reach the person managing the list at
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror-owner@centos.org">centos-mirror-owner@centos.org</a>
        <br>
        <br>
        When replying, please edit your Subject line so it is more
        specific
        <br>
        than "Re: Contents of CentOS-mirror digest..."
        <br>
        <br>
        <br>
        Today's Topics:
        <br>
        <br>
        &nbsp; 1. Re: Request For Mirroring (Ray Morris)
        <br>
        &nbsp; 2. Set up New Mirror (<a class="moz-txt-link-abbreviated" href="mailto:support@bluethundercomputers.net">support@bluethundercomputers.net</a>)
        <br>
        &nbsp; 3. Re: Set up New Mirror (Nick Olsen)
        <br>
        &nbsp; 4. Re: New CentOS mirror in Pakistan (Ralph Angenendt)
        <br>
        &nbsp; 5. Re: New Mirror, Williston, VT, USA (Ralph Angenendt)
        <br>
        &nbsp; 6. Re: centos.dataplus.az mirror has been deleted (Ralph
        Angenendt)
        <br>
        &nbsp; 7. Re: New Mirror HTTP/FTP/RSYNC://centos.mirrors.atwab.net
        <br>
        &nbsp;&nbsp;&nbsp;&nbsp; (Ralph Angenendt)
        <br>
        &nbsp; 8. Re: R (<a class="moz-txt-link-abbreviated" href="mailto:mirror@communilink.net">mirror@communilink.net</a>)
        <br>
        &nbsp; 9. Re: centos.dataplus.az mirror has been deleted
        <br>
        &nbsp;&nbsp;&nbsp;&nbsp; (<a class="moz-txt-link-abbreviated" href="mailto:mirror@communilink.net">mirror@communilink.net</a>)
        <br>
        <br>
        <br>
----------------------------------------------------------------------
        <br>
        <br>
        Message: 1
        <br>
        Date: Mon, 31 Jan 2011 11:46:27 -0600
        <br>
        From: Ray Morris <a class="moz-txt-link-rfc2396E" href="mailto:support@bettercgi.com">&lt;support@bettercgi.com&gt;</a>
        <br>
        Subject: Re: [CentOS-mirror] Request For Mirroring
        <br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:20110131114627.1edd320d@bettercgi.com">&lt;20110131114627.1edd320d@bettercgi.com&gt;</a>
        <br>
        Content-Type: text/plain; charset=US-ASCII
        <br>
        <br>
        Ralph Angenendt ralph.angenendt at gmail.com wrote:
        <br>
        <blockquote type="cite">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Embargoed Destinations
          <br>
          &gt;
          <br>
          &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fedora's software and/or technical data may NOT be
          <br>
          &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exported/reexported, either directly or indirectly,
          to the
          <br>
          &gt; following U.S. embargoed or restricted destinations:
          <br>
          &gt;
          <br>
          &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cuba, Iran, Iraq, North Korea, Sudan or Syria.
          <br>
        </blockquote>
        <br>
        <blockquote type="cite">Isn't that against the GPL?
          <br>
        </blockquote>
        <br>
        <blockquote type="cite">Any Lawyers on here?
          <br>
        </blockquote>
        <br>
        &nbsp;It does not, but it could have been worded better, and in fact
        I
        <br>
        believe the wording was updated.&nbsp; Also, the wording essentially
        has
        <br>
        no real effect.&nbsp; First, that section applies only to the Fedora
        system
        <br>
        as a whole. Paragraph 1 of the Fedora license states that each
        piece
        <br>
        may be distributed under the GPL or other applicable license. So
        each
        <br>
        package is still GPL, just the ISOs, basically, are export
        restricted,
        <br>
        according to the Fedora license.
        <br>
        <br>
        &nbsp;In section 5 of GPL v3 you'll find:
        <br>
        <br>
        Inclusion of a covered work in an aggregate does not cause this
        <br>
        License to apply to the other parts of the aggregate.
        <br>
        <br>
        &nbsp;Under section 5, Fedora could use any license they wish for the
        <br>
        aggregate (ISO) without violating the GPL.&nbsp; For that reason, it
        <br>
        doesn't violate the GPL, since the GPL says they can license the
        <br>
        ISO any way they wish, so long as each package is GPL.
        <br>
        <br>
        &nbsp; As far as the actual effect, recall that the GPL, like any
        <br>
        license, is only the AUTHOR giving you THEIR permission to do
        <br>
        certain things.&nbsp; That doesn't imply that the GOVERNMENT also
        gives
        <br>
        THEIR permission.&nbsp; So while the GPL license may not restrict
        export,
        <br>
        US law may in some cases.&nbsp; Neither Fedora nor anyone else can
        give
        <br>
        you permission to violate the law, so those export restrictions
        are
        <br>
        in place no matter what Fedora says.
        <br>
        <br>
        &nbsp; In reality, if you violate the law and the license by
        exporting
        <br>
        an ISO, Fedora isn't going to come after you.&nbsp; They are just
        covering
        <br>
        their butts legally by not being clear that they are not giving
        you
        <br>
        permission to violate the law.&nbsp; US law says that they can't
        indirectly
        <br>
        export it, by giving it to you and telling you that you can
        export it.
        <br>
        It may have been better to word it as a warning rather than a
        <br>
        restriction, simply warning the user that exporting certain
        packages
        <br>
        may be illegal.
        <br>
        <br>
        &nbsp;In any event, paragraph 1 of the Fedora license does all that's
        <br>
        necesary under the GPL when it grants you a GPL license, using
        <br>
        these words:
        <br>
        <br>
        This agreement does not limit User's rights under, or grant
        <br>
        User rights that supersede, the license terms of any particular
        <br>
        component.
        <br>
        --&nbsp;<br>
        Ray Morris
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:support@bettercgi.com">support@bettercgi.com</a>
        <br>
        <br>
        Strongbox - The next generation in site security:
        <br>
        <a class="moz-txt-link-freetext" href="http://www.bettercgi.com/strongbox/">http://www.bettercgi.com/strongbox/</a>
        <br>
        <br>
        Throttlebox - Intelligent Bandwidth Control
        <br>
        <a class="moz-txt-link-freetext" href="http://www.bettercgi.com/throttlebox/">http://www.bettercgi.com/throttlebox/</a>
        <br>
        <br>
        Strongbox / Throttlebox affiliate program:
        <br>
        <a class="moz-txt-link-freetext" href="http://www.bettercgi.com/affiliates/user/register.php">http://www.bettercgi.com/affiliates/user/register.php</a>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 2
        <br>
        Date: Mon, 31 Jan 2011 14:18:13 -0700
        <br>
        From: <a class="moz-txt-link-abbreviated" href="mailto:support@bluethundercomputers.net">support@bluethundercomputers.net</a>
        <br>
        Subject: [CentOS-mirror] Set up New Mirror
        <br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID:
        <br>
<a class="moz-txt-link-rfc2396E" href="mailto:32c80f2671b1183f81de1c26999ee9de.squirrel@bluethundercomputers.net">&lt;32c80f2671b1183f81de1c26999ee9de.squirrel@bluethundercomputers.net&gt;</a>
        <br>
        Content-Type: text/plain;charset=iso-8859-1
        <br>
        <br>
        To whom it may concern:
        <br>
        I set up a mirror for centos but I am not sure if I did it
        right.
        <br>
        the address is <a class="moz-txt-link-freetext" href="http://mirror.bluethundercomputers.net/centos">http://mirror.bluethundercomputers.net/centos</a>
        <br>
        <br>
        I set up cron to update every 4 hours dont know if this is to
        much or not.
        <br>
        Or should I set it to every 6 hours instead??
        <br>
        The cron I set is: rsync -aqzH --delete
        us-msync.centos.org::CentOS
        <br>
        /home/bluethun/public_html/mirror/centos
        <br>
        <br>
        I did put the files in there but some of them are empty along
        with it only
        <br>
        going up to centos 3.
        <br>
        Is this all I had to do and the system will update over time??
        <br>
        Did I miss a step??
        <br>
        <br>
        Any help you can give I would be greatful.
        <br>
        Also how do I set it up to be ftp and rsyc??
        <br>
        I want it to be listed in the mirror list thanks again.
        <br>
        Jeffrey Palladino
        <br>
        <a class="moz-txt-link-freetext" href="http://bluethundercomputers.net">http://bluethundercomputers.net</a>
        <br>
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 3
        <br>
        Date: Mon, 31 Jan 2011 16:27:13 -0500
        <br>
        From: Nick Olsen <a class="moz-txt-link-rfc2396E" href="mailto:Nick@141networks.com">&lt;Nick@141networks.com&gt;</a>
        <br>
        Subject: Re: [CentOS-mirror] Set up New Mirror
        <br>
        To: "Mailing list for CentOS mirrors."
        <a class="moz-txt-link-rfc2396E" href="mailto:centos-mirror@centos.org">&lt;centos-mirror@centos.org&gt;</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4D472931.7020304@141networks.com">&lt;4D472931.7020304@141networks.com&gt;</a>
        <br>
        Content-Type: text/plain; charset=ISO-8859-1; format=flowed
        <br>
        <br>
        Is the Rsync Completing?
        <br>
        It looks like it isn't.
        <br>
        run Rsync with a --progress and see what its doing
        <br>
        <br>
        Also, You may want to use lockfiles so that you have a case of
        rsync
        <br>
        running again before the first one is finished.
        <br>
        <br>
        On 1/31/2011 4:18 PM, <a class="moz-txt-link-abbreviated" href="mailto:support@bluethundercomputers.net">support@bluethundercomputers.net</a> wrote:
        <br>
        <blockquote type="cite">To whom it may concern:
          <br>
          I set up a mirror for centos but I am not sure if I did it
          right.
          <br>
          the address is <a class="moz-txt-link-freetext" href="http://mirror.bluethundercomputers.net/centos">http://mirror.bluethundercomputers.net/centos</a>
          <br>
          <br>
          I set up cron to update every 4 hours dont know if this is to
          much or not.
          <br>
          Or should I set it to every 6 hours instead??
          <br>
          The cron I set is: rsync -aqzH --delete
          us-msync.centos.org::CentOS
          <br>
          /home/bluethun/public_html/mirror/centos
          <br>
          <br>
          I did put the files in there but some of them are empty along
          with it only
          <br>
          going up to centos 3.
          <br>
          Is this all I had to do and the system will update over time??
          <br>
          Did I miss a step??
          <br>
          <br>
          Any help you can give I would be greatful.
          <br>
          Also how do I set it up to be ftp and rsyc??
          <br>
          I want it to be listed in the mirror list thanks again.
          <br>
          Jeffrey Palladino
          <br>
          <a class="moz-txt-link-freetext" href="http://bluethundercomputers.net">http://bluethundercomputers.net</a>
          <br>
          <br>
          _______________________________________________
          <br>
          CentOS-mirror mailing list
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:CentOS-mirror@centos.org">CentOS-mirror@centos.org</a>
          <br>
          <a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-mirror">http://lists.centos.org/mailman/listinfo/centos-mirror</a>
          <br>
        </blockquote>
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 4
        <br>
        Date: Mon, 31 Jan 2011 23:24:07 +0100
        <br>
        From: Ralph Angenendt <a class="moz-txt-link-rfc2396E" href="mailto:ralph.angenendt@gmail.com">&lt;ralph.angenendt@gmail.com&gt;</a>
        <br>
        Subject: Re: [CentOS-mirror] New CentOS mirror in Pakistan
        <br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4D473687.6030200@googlemail.com">&lt;4D473687.6030200@googlemail.com&gt;</a>
        <br>
        Content-Type: text/plain; charset=ISO-8859-1
        <br>
        <br>
        Am 30.01.11 00:30, schrieb LUMS Mirror Team:
        <br>
        <blockquote type="cite">Hello,
          <br>
          <br>
          We have created a new CentOS mirror in Pakistan using the
          instructions
          <br>
          at <a class="moz-txt-link-freetext" href="http://www.centos.org/modules/tinycontent/index.php?id=22">http://www.centos.org/modules/tinycontent/index.php?id=22</a>.
          <br>
        </blockquote>
        <br>
        Okay, just added your mirror - it should show up in a few hours.
        <br>
        <br>
        Regards and thanks for your support,
        <br>
        <br>
        Ralph
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 5
        <br>
        Date: Mon, 31 Jan 2011 23:25:08 +0100
        <br>
        From: Ralph Angenendt <a class="moz-txt-link-rfc2396E" href="mailto:ralph.angenendt@gmail.com">&lt;ralph.angenendt@gmail.com&gt;</a>
        <br>
        Subject: Re: [CentOS-mirror] New Mirror, Williston, VT, USA
        <br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4D4736C4.7030603@googlemail.com">&lt;4D4736C4.7030603@googlemail.com&gt;</a>
        <br>
        Content-Type: text/plain; charset=ISO-8859-1
        <br>
        <br>
        Am 31.01.11 01:26, schrieb David Storandt:
        <br>
        <blockquote type="cite">Um, oops. Fat fingered the template I
          was using.
          <br>
          <br>
          It should be: HTTP: <a class="moz-txt-link-freetext" href="http://mirror.teljet.net/centos">http://mirror.teljet.net/centos</a>
          <br>
          <br>
          -D
          <br>
          <br>
          <br>
          Am 26.01.11 18:08, schrieb David Storandt:
          <br>
          <blockquote type="cite">I'd like to add our new mirror to the
            list...
            <br>
            <br>
            <a class="moz-txt-link-freetext" href="http://mirror.teljet.net">http://mirror.teljet.net</a>
            <br>
            Available over both IPv4 and IPv6.
            <br>
            <br>
            Contact: TelJet Support <a class="moz-txt-link-rfc2396E" href="mailto:support@teljet.net">&lt;support@teljet.net&gt;</a>
            <br>
          </blockquote>
        </blockquote>
        <br>
        Do you have any sponsoring organization? Any URL you want to be
        linked to?
        <br>
        <br>
        Regards,
        <br>
        <br>
        Ralph
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 6
        <br>
        Date: Mon, 31 Jan 2011 23:27:08 +0100
        <br>
        From: Ralph Angenendt <a class="moz-txt-link-rfc2396E" href="mailto:ralph.angenendt@gmail.com">&lt;ralph.angenendt@gmail.com&gt;</a>
        <br>
        Subject: Re: [CentOS-mirror] centos.dataplus.az mirror has been
        <br>
        deleted
        <br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4D47373C.50804@googlemail.com">&lt;4D47373C.50804@googlemail.com&gt;</a>
        <br>
        Content-Type: text/plain; charset=UTF-8
        <br>
        <br>
        Am 31.01.11 09:37, schrieb <a class="moz-txt-link-abbreviated" href="mailto:mirror@communilink.net:">mirror@communilink.net:</a>
        <br>
        <blockquote type="cite">Dear team,
          <br>
          <br>
          Here is CommuniLink Internet Limited
          <a class="moz-txt-link-rfc2396E" href="http://www.communilink.net/">&lt;http://www.communilink.net/&gt;</a> and
          <br>
          we updated the mirror http and ftp link.
          <br>
          Please also update the mirror list, thanks.
          <br>
          <br>
          <a class="moz-txt-link-freetext" href="http://centos.communilink.net">http://centos.communilink.net</a>
          <a class="moz-txt-link-rfc2396E" href="http://centos.communilink.net/">&lt;http://centos.communilink.net/&gt;</a>
          <br>
          <a class="moz-txt-link-freetext" href="ftp://centos.communilink.net/centos">ftp://centos.communilink.net/centos</a>
          <br>
          Server <a class="moz-txt-link-rfc2396E" href="ftp://centos.communilink.net/centosServer">&lt;ftp://centos.communilink.net/centosServer&gt;</a> IP:
          203.124.11.85
          <br>
        </blockquote>
        <br>
        Okay, as all of that information has been deleted (dataplus.az
        that is):
        <br>
        You are in Azerbeidjan too?
        <br>
        <br>
        <blockquote type="cite">And we also want to ask how to get the
          *Direct DVD Downloads* for mirror
          <br>
          as well?
          <br>
        </blockquote>
        <br>
        Same answer as for anyone at the moment: Our mirrors need
        restructuring.
        <br>
        <br>
        Ralph
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 7
        <br>
        Date: Mon, 31 Jan 2011 23:28:11 +0100
        <br>
        From: Ralph Angenendt <a class="moz-txt-link-rfc2396E" href="mailto:ralph.angenendt@gmail.com">&lt;ralph.angenendt@gmail.com&gt;</a>
        <br>
        Subject: Re: [CentOS-mirror] New Mirror
        <br>
        HTTP/FTP/RSYNC://centos.mirrors.atwab.net
        <br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4D47377B.1050905@googlemail.com">&lt;4D47377B.1050905@googlemail.com&gt;</a>
        <br>
        Content-Type: text/plain; charset=UTF-8
        <br>
        <br>
        Am 31.01.11 10:10, schrieb <a class="moz-txt-link-abbreviated" href="mailto:avallee@atwab.net:">avallee@atwab.net:</a>
        <br>
        <blockquote type="cite">Hi CentOS Community,
          <br>
          <br>
          We have a mirror located in Hamilton, Ontario,&nbsp; Canada.
          <br>
        </blockquote>
        <br>
        Atwab is the sponsoring organization and we should link to
        <br>
        <a class="moz-txt-link-freetext" href="http://www.atwab.net/">http://www.atwab.net/</a>?
        <br>
        <br>
        Regards,
        <br>
        <br>
        Ralph
        <br>
        <br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 8
        <br>
        Date: Tue, 01 Feb 2011 09:23:19 +0800
        <br>
        From: <a class="moz-txt-link-abbreviated" href="mailto:mirror@communilink.net">mirror@communilink.net</a>
        <br>
        Subject: Re: [CentOS-mirror] R
        <br>
        To: 'Ralph Angenendt' <a class="moz-txt-link-rfc2396E" href="mailto:ralph.angenendt@gmail.com">&lt;ralph.angenendt@gmail.com&gt;</a>,
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:centos-mirror@centos.org">centos-mirror@centos.org</a>
        <br>
        Message-ID:
        <br>
<a class="moz-txt-link-rfc2396E" href="mailto:467d1c90cc1da32f72c2934fab711bf3436dd701@weboffice.com.hk">&lt;467d1c90cc1da32f72c2934fab711bf3436dd701@weboffice.com.hk&gt;</a>
        <br>
        Content-Type: text/plain; charset="utf-8"
        <br>
        <br>
        null
        <br>
        -------------------------
        <br>
        Email sent using Atmail - Email, Groupware and Calendaring done
        right.
        <br>
        -------------- next part --------------
        <br>
        An HTML attachment was scrubbed...
        <br>
        URL:
<a class="moz-txt-link-freetext" href="http://lists.centos.org/pipermail/centos-mirror/attachments/20110201/e8a07ec7/attachment-0001.html">http://lists.centos.org/pipermail/centos-mirror/attachments/20110201/e8a07ec7/attachment-0001.html</a><br>
        <br>
        ------------------------------
        <br>
        <br>
        Message: 9
        <br>
        Date: Tue, 1 Feb 2011 09:35:21 +0800
        <br>
        From: <a class="moz-txt-link-abbreviated" href="mailto:mirror@communilink.net">mirror@communilink.net</a>
        <br>
        Subject: Re: [CentOS-mirror] centos.dataplus.az mirror has been
        <br>
        deleted
        <br>
        To: <a class="moz-txt-link-rfc2396E" href="mailto:centos-mirror@centos.org">&lt;centos-mirror@centos.org&gt;</a>, "Ralph Angenendt"
        <br>
        <a class="moz-txt-link-rfc2396E" href="mailto:ralph.angenendt@gmail.com">&lt;ralph.angenendt@gmail.com&gt;</a>
        <br>
        Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:2430.1296524121@communilink.net">&lt;2430.1296524121@communilink.net&gt;</a>
        <br>
        Content-Type: text/plain; charset="utf-8"
        <br>
        <br>
        &nbsp;Dear team,
        <br>
        <br>
        Sorry we reply on the wrong thread. We are from Hong Kong. We
        <br>
        reconfig our server and the links are changed.
        <br>
        <br>
        &nbsp;Here is CommuniLink Internet Limited&nbsp; [1] and
        <br>
        &nbsp;we updated the mirror http and ftp link.
        <br>
        &nbsp;Please also update the mirror list, thanks.
        <br>
        <br>
        &nbsp;<a class="moz-txt-link-freetext" href="http://centos.communilink.net">http://centos.communilink.net</a> [2]
        <br>
        &nbsp;<a class="moz-txt-link-freetext" href="ftp://centos.communilink.net/centos">ftp://centos.communilink.net/centos</a> [4]
        <br>
        &nbsp;Server&nbsp; [5] IP: 203.124.11.85
        <br>
        <br>
        Any further enquiry, please feel free to contact us.
        <br>
        <br>
        Best Regards,
        <br>
        For and on Behalf of CommuniLink
        <br>
        <br>
        On 11/02/01 06:27 Tue , "Ralph Angenendt"
        <a class="moz-txt-link-abbreviated" href="mailto:ralph.angenendt@gmail.com">ralph.angenendt@gmail.com</a>
        <br>
        sent:
        <br>
        &nbsp;Am 31.01.11 09:37, schrieb <a class="moz-txt-link-abbreviated" href="mailto:mirror@communilink.net:">mirror@communilink.net:</a>
        <br>
        &gt; Dear team,
        <br>
        &gt;
        <br>
        &gt; Here is CommuniLink Internet Limited&nbsp; [6] and
        <br>
        &gt; we updated the mirror http and ftp link.
        <br>
        &gt; Please also update the mirror list, thanks.
        <br>
        &gt;
        <br>
        &gt; <a class="moz-txt-link-freetext" href="http://centos.communilink.net">http://centos.communilink.net</a> [7]
        <br>
        &gt; <a class="moz-txt-link-freetext" href="ftp://centos.communilink.net/centos">ftp://centos.communilink.net/centos</a> [9]
        <br>
        &gt; Server&nbsp; [10] IP: 203.124.11.85
        <br>
        <br>
        Okay, as all of that information has been deleted (dataplus.az
        that
        <br>
        is):
        <br>
        You are in Azerbeidjan too?
        <br>
        <br>
        &gt; And we also want to ask how to get the *Direct DVD
        Downloads* for
        <br>
        mirror
        <br>
        &gt; as well?
        <br>
        <br>
        Same answer as for anyone at the moment: Our mirrors need
        <br>
        restructuring.
        <br>
        <br>
        Ralph
        <br>
        _______________________________________________
        <br>
        CentOS-mirror mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:CentOS-mirror@centos.org">CentOS-mirror@centos.org</a>
        <br>
        <a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-mirror">http://lists.centos.org/mailman/listinfo/centos-mirror</a> [11]
        <br>
        <br>
        <br>
        <br>
        Links:
        <br>
        ------
        <br>
        [1]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fwww.communilink.net%2F%26gt%3B">http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fwww.communilink.net%2F%26gt%3B</a>
        <br>
        [2]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net">http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net</a>
        <br>
        [3]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net">http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net</a>
        <br>
        [4]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2Fcentos">http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2Fcentos</a>
        <br>
        [5]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2FcentosServer%26gt%3B">http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2FcentosServer%26gt%3B</a>
        <br>
        [6]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fwww.communilink.net%2F%26gt%3B">http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fwww.communilink.net%2F%26gt%3B</a>
        <br>
        [7]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net">http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net</a>
        <br>
        [8]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net">http://weboffice.com.hk/webmail/parse.php?redirect=http%3A%2F%2Fcentos.communilink.net</a>
        <br>
        [9]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2Fcentos">http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2Fcentos</a>
        <br>
        [10]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2FcentosServer%26gt%3B">http://weboffice.com.hk/webmail/parse.php?redirect=ftp%3A%2F%2Fcentos.communilink.net%2FcentosServer%26gt%3B</a>
        <br>
        [11]
        <br>
<a class="moz-txt-link-freetext" href="http://weboffice.com.hk/parse.php?redirect=http%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-mirror">http://weboffice.com.hk/parse.php?redirect=http%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-mirror</a>
        <br>
        -------------- next part --------------
        <br>
        An HTML attachment was scrubbed...
        <br>
        URL:
<a class="moz-txt-link-freetext" href="http://lists.centos.org/pipermail/centos-mirror/attachments/20110201/b69d1b3f/attachment-0001.html">http://lists.centos.org/pipermail/centos-mirror/attachments/20110201/b69d1b3f/attachment-0001.html</a><br>
        <br>
        ------------------------------
        <br>
        <br>
        _______________________________________________
        <br>
        CentOS-mirror mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:CentOS-mirror@centos.org">CentOS-mirror@centos.org</a>
        <br>
        <a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-mirror">http://lists.centos.org/mailman/listinfo/centos-mirror</a>
        <br>
        <br>
        <br>
        End of CentOS-mirror Digest, Vol 72, Issue 1
        <br>
        ******************************************** </blockquote>
      <br>
    </blockquote>
  </body>
</html>