We would like to be a public mirror for Fedora.
IP: 141.161.54.208 U.S.A. Outbound bandwidth: 1 Gigabit to Public Internet, connection to Internet2
Thanks.
On Tue, Mar 16, 2010 at 02:27:23PM -0400, Jess Cannata wrote:
We would like to be a public mirror for Fedora.
IP: 141.161.54.208 U.S.A. Outbound bandwidth: 1 Gigabit to Public Internet, connection to Internet2
Sorry for the late answer. I see that you already added all the information to our MirrorManager. Thanks for supporting Fedora.
I just tested your mirror and there seems to be a rewrite in place
$ curl -I http://hpc.arc.georgetown.edu/mirror/fedora HTTP/1.1 301 Moved Permanently Server: nginx/0.5.33 Date: Fri, 23 Apr 2010 15:00:06 GMT Content-Type: text/html Content-Length: 185 Location: http://localhost/mirror/fedora/ Connection: keep-alive
Which redirects all clients to localhost. This is the reason you probably see no traffic on your mirror, because you are marked as having no Up-to-Date content:
https://admin.fedoraproject.org/mirrormanager/host_category/4874
Adrian
On 04/23/2010 11:09 AM, Adrian Reber wrote:
On Tue, Mar 16, 2010 at 02:27:23PM -0400, Jess Cannata wrote:
We would like to be a public mirror for Fedora.
IP: 141.161.54.208 U.S.A. Outbound bandwidth: 1 Gigabit to Public Internet, connection to Internet2
Sorry for the late answer. I see that you already added all the information to our MirrorManager. Thanks for supporting Fedora.
I just tested your mirror and there seems to be a rewrite in place
$ curl -I http://hpc.arc.georgetown.edu/mirror/fedora HTTP/1.1 301 Moved Permanently Server: nginx/0.5.33 Date: Fri, 23 Apr 2010 15:00:06 GMT Content-Type: text/html Content-Length: 185 Location: http://localhost/mirror/fedora/ Connection: keep-alive
Which redirects all clients to localhost. This is the reason you probably see no traffic on your mirror, because you are marked as having no Up-to-Date content:
https://admin.fedoraproject.org/mirrormanager/host_category/4874
Adrian
Adrian,
Thanks for catching that. I've started using nginx because I wanted to learn more about it, but I missed some configuration options. It should be working correctly now. Thanks for your help.
Jess
On Fri, Apr 23, 2010 at 11:23:49AM -0400, Jess Cannata wrote:
We would like to be a public mirror for Fedora.
IP: 141.161.54.208 U.S.A. Outbound bandwidth: 1 Gigabit to Public Internet, connection to Internet2
Sorry for the late answer. I see that you already added all the information to our MirrorManager. Thanks for supporting Fedora.
I just tested your mirror and there seems to be a rewrite in place
$ curl -I http://hpc.arc.georgetown.edu/mirror/fedora HTTP/1.1 301 Moved Permanently
Which redirects all clients to localhost. This is the reason you probably see no traffic on your mirror, because you are marked as having no Up-to-Date content:
https://admin.fedoraproject.org/mirrormanager/host_category/4874
Thanks for catching that. I've started using nginx because I wanted to learn more about it, but I missed some configuration options. It should be working correctly now. Thanks for your help.
I fixed an error in your configuration. You had the URL http://hpc.arc.georgetown.edu/mirror/fedora listed in the Fedora Linux category as the URL which is serving that category. That URL was unfortunately not correct. I changed it to: http://hpc.arc.georgetown.edu/mirror/fedora/linux
I saw the following problem with you configuration. You had it correctly configured in report_mirror and every time you ran it you were marked as up to date in the database. A few hours later the crawler tried to verify it and unfortunately it did not find any directories it knew and removed you from the mirrorlist again. This should be fixed now.
Adrian
Adrian Reber wrote:
On Fri, Apr 23, 2010 at 11:23:49AM -0400, Jess Cannata wrote:
We would like to be a public mirror for Fedora.
IP: 141.161.54.208 U.S.A. Outbound bandwidth: 1 Gigabit to Public Internet, connection to Internet2
Sorry for the late answer. I see that you already added all the information to our MirrorManager. Thanks for supporting Fedora.
I just tested your mirror and there seems to be a rewrite in place
$ curl -I http://hpc.arc.georgetown.edu/mirror/fedora HTTP/1.1 301 Moved Permanently
Which redirects all clients to localhost. This is the reason you probably see no traffic on your mirror, because you are marked as having no Up-to-Date content:
https://admin.fedoraproject.org/mirrormanager/host_category/4874
Thanks for catching that. I've started using nginx because I wanted to learn more about it, but I missed some configuration options. It should be working correctly now. Thanks for your help.
I fixed an error in your configuration. You had the URL http://hpc.arc.georgetown.edu/mirror/fedora listed in the Fedora Linux category as the URL which is serving that category. That URL was unfortunately not correct. I changed it to: http://hpc.arc.georgetown.edu/mirror/fedora/linux
I saw the following problem with you configuration. You had it correctly configured in report_mirror and every time you ran it you were marked as up to date in the database. A few hours later the crawler tried to verify it and unfortunately it did not find any directories it knew and removed you from the mirrorlist again. This should be fixed now.
Once again, thanks for catching the problems.
Jess
mirror-admin@lists.fedoraproject.org