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 14:55:23 UTC

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

Mark McKinstry created INFRA-4860:
-------------------------------------

             Summary: 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

        

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

Posted by "Mark McKinstry (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Henk Penning (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285485#comment-13285485 ] 

Henk Penning commented on INFRA-4860:
-------------------------------------

Hi,

Ok ; thanks for the info and the fix.

Your IP is now un-blocked on the rsync servers.

Your mirror is added to the list ; this will show
up in an hour or so.

Regards,

Henk Penning
                
> 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

        

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

Posted by "Mark McKinstry (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284930#comment-13284930 ] 

Mark McKinstry commented on INFRA-4860:
---------------------------------------

Whoops, that has been fixed.

Can you remove the ban on 208.69.120.55 so we can rsync from the official mirror too please?

                
> 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

        

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

Posted by "Henk Penning (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284797#comment-13284797 ] 

Henk Penning commented on INFRA-4860:
-------------------------------------

Hi,

Thanks for your support.

Your ip was blocked some time ago ; I can't retrieve the exact reason,
and I assume it was because of rsyncing excessively often : something
like hundres of times a day.. 

May I ask, how do you sync ? What does your cronjob look like ?

Regards,

Henk Penning
                
> 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

        

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

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284876#comment-13284876 ] 

Sebb commented on INFRA-4860:
-----------------------------

There's a minor problem with the server configuration.

The pages should show folders before files[1] but at present they are intermixed.

Please could you fix the setup? Thanks.

[1] http://www.apache.org/info/how-to-mirror.html#Configuration
                
> 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

        

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

Posted by "Mark McKinstry (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284813#comment-13284813 ] 

Mark McKinstry commented on INFRA-4860:
---------------------------------------

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

        

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

Posted by "Henk Penning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henk Penning closed INFRA-4860.
-------------------------------

    
> 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

        

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

Posted by "Henk Penning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henk Penning resolved INFRA-4860.
---------------------------------

    Resolution: Fixed
    
> 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