Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35036 invoked from network); 23 Nov 2012 17:27:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2012 17:27:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:45485] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/A1-11885-712BFA05 for ; Fri, 23 Nov 2012 12:27:51 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so7414729lag.29 for ; Fri, 23 Nov 2012 09:27:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2yp8FUgVEHKgF8amFGT1xHWH3Xi+VOXDY6cQegz7a94=; b=HOvjVTZccwiTrAuLv0oZ4EWjqOwgPxXB1h92Qs/9QJK+GOD3mo6wXVvn43A6YFi92T d3RUEdZZ/4jmO+jcVU5MbKVBHv1FhwUe2tIwMcxltZTPRt3KcSlrjcQexOQbIUTe94bZ AWSl2RNk83rFM9eMtsTYrJPMREC50j49C8EowCHLDqpCF0oIzgLH9L3fdkuOF/1FibS8 bkgFSrWCWaciEdBLOFri08ERHKMb9vCWJu2Jz3mdc3xd6mDNn1ZIlrsnKui9clQDwTCv NlaNnTJ47oi9cWjUvAEpE35p/X1sJ9z0FR+z9Bo4U8Vs3f5G3TRBoMv9YCFQ7qCM6Ylx NMIA== MIME-Version: 1.0 Received: by 10.112.11.33 with SMTP id n1mr1109854lbb.18.1353691668508; Fri, 23 Nov 2012 09:27:48 -0800 (PST) Received: by 10.114.5.193 with HTTP; Fri, 23 Nov 2012 09:27:48 -0800 (PST) In-Reply-To: References: Date: Fri, 23 Nov 2012 09:27:48 -0800 Message-ID: To: Bostjan Skufca , Dejan Markic Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Download mirrors lagging behind From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Nov 23, 2012 at 5:40 AM, Bostjan Skufca wrote: > Hi there, > > 1. 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 :) > 2. 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