You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Mark McKinstry (JIRA)" <ji...@apache.org> on 2012/05/29 15:42:24 UTC

[jira] [Comment Edited] (INFRA-4860) New Mirror in Southfield, MI, USA

    [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284813#comment-13284813 ] 

Mark McKinstry edited comment on INFRA-4860 at 5/29/12 1:40 PM:
----------------------------------------------------------------

We rsync twice a day. I'm not sure what the previous setup was since I've inherited the server but someone may have messed up the cron job at some point and caused it to sync way too often, like scheduling it as '* 0,12 * * *' instead of '32 0,12 * * *'. The cron job is set up properly now, and has been for a while, but may have been set up improperly at first.

The cron job is now run at '32 0,12 * * *' and looks like this with a lock file on it to prevent multiple rsyncs from happening at the same time:

    rsync -avz   \
          --safe-links \
	  --human-readable \
	  --delete-after  \
	  --delay-updates \
          --delete \
          mirror.anl.gov::apache /path/for/apache/mirror


                
      was (Author: mmckinst):
    We rsync twice a day. I'm not sure what the previous setup was since I've inherited the server but someone may have messed up the cron job at some point and caused it to sync way too often, like putting scheduling it as '* 0,12 * * *' instead of '32 0,12 * * *'. The cron job is set up properly now, and has been for a while, but may have been set up improperly at first.

The cron job is now run at '32 0,12 * * *' and looks like this with a lock file on it to prevent multiple rsyncs from happening at the same time:

    rsync -avz   \
          --safe-links \
	  --human-readable \
	  --delete-after  \
	  --delay-updates \
          --delete \
          mirror.anl.gov::apache /path/for/apache/mirror


                  
> New Mirror in Southfield, MI, USA
> ---------------------------------
>
>                 Key: INFRA-4860
>                 URL: https://issues.apache.org/jira/browse/INFRA-4860
>             Project: Infrastructure
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Mirrors
>            Reporter: Mark McKinstry
>
> URL of mirror: http://mirror.nexcess.net/apache/
> Country where the mirror is located: USA (Southfield, MI)
> Contact email address: mirroradmin@nexcess.net or mmckinst@nexcess.net
> Update frequency: twice daily
> Rsync repository used: mirror.anl.gov
> Approximate bandwidth: 1 Gbps
> At the moment, I rsync from the IP address : 208.69.120.55
> I have configured my HTTP server as requested: yes
> I have subscribed to the mirror maintainers mailing list: yes
> We rsync from mirror.anl.gov right now sine we're getting an 'access denied' error message when trying to mirror from rsync.apache.org . I'm guessing the rsync servers is IP restricted and hopefully the IP will be added to the list?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira