Hi there,
-
is there any way to get mirrors to sync faster? si1.php.net in lagging
behind, and there is no way to choose any other mirror (except manipulating
URI manually).
This is not the first time though, I've noticed this for the past couple of
releases, at least. -
Also, when release it not found on the mirror, 200 OK is returned,
leading installation software to think that archive was downloaded
sucessfully (fails with md5 or gunzip later on though).
wget --content-disposition
http://www.php.net/get/php-5.4.9.tar.gz/from/a/mirror
Resolving www.php.net... 69.147.83.199
Connecting to www.php.net|69.147.83.199|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://si1.php.net/get/php-5.4.9.tar.gz/from/a/mirror [following]
--2012-11-23 14:31:17--
http://si1.php.net/get/php-5.4.9.tar.gz/from/a/mirror
Resolving si1.php.net... 193.9.21.50
Connecting to si1.php.net|193.9.21.50|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “mirror”
[ <=> ] 4,196
--.-K/s in 0.004s
2012-11-23 14:31:20 (996 KB/s) - “mirror” saved [4196]
b.
Hi there,
- is there any way to get mirrors to sync faster? si1.php.net in lagging
behind, and there is no way to choose any other mirror (except manipulating
URI manually).
This is not the first time though, I've noticed this for the past couple of
releases, at least.
All mirrors should be updating atleast once an hour, I don't know why
the Slovenian mirror isn't.
The maintainer is CCed and he'll fix it ASAP, or Dan will probably
nuke his mirror :)
- Also, when release it not found on the mirror, 200 OK is returned,
leading installation software to think that archive was downloaded
sucessfully (fails with md5 or gunzip later on though).
If you open up the file you'll see this is the mirror selection page.
You can pick which mirror you want to download from.
We haven't changed this for years so this method of fetching
"/from/a/mirror" has never resulted in getting the actual archive..
You need to "/from/this/mirror" or "/from/[XXX].php.net/mirror"
And please try to use the apropriate mailinglists ... internals@ has
nothing to do with the mirroring or the webiste. The php-mirrors@ and
php-webmaster@ do :]
-Hannes