Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:85840 php.pecl.dev:12825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93506 invoked from network); 16 Apr 2015 18:06:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2015 18:06:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.177 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:34452] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/F7-39957-C1AFF255 for ; Thu, 16 Apr 2015 14:06:21 -0400 Received: by lbcga7 with SMTP id ga7so65024427lbc.1; Thu, 16 Apr 2015 11:06:18 -0700 (PDT) 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=44RqmgvmvVa74wKLTwrrAd527iQi+PtHblWNHu0i4xU=; b=030SmNAa3Rlk8AgOw356WH5JPjM3uzjpnw78xrSFDxhHwLzI0CwY6NqF13wzlQCfKI QoWa/rMmXf5xT6mYg9tsdEjll+rX24VzlhPgnsVgZ2HmY+rDUWDnY2sbzT9gRrETC6da /zn4qt4mMtKNuY26jkm8tbdArMTDfbYCvBCescRmRnAyFRoYdla4ijBl97pMqe0D0amk bq05jBHzfstQ7jGKilJ7bt3ILw1PfoBCvVsAbm43PW0Zb30WWJQIyIQcIc73JKlfWPp7 xL17DQ9/7Vfi0E2DWoSFtJ/UN1Pra+t4pYUc9NVXXp90Do0sxyg6zJEJCtV+RpiFm7R1 Yk0w== MIME-Version: 1.0 X-Received: by 10.152.1.70 with SMTP id 6mr29561086lak.83.1429207577999; Thu, 16 Apr 2015 11:06:17 -0700 (PDT) Received: by 10.152.18.115 with HTTP; Thu, 16 Apr 2015 11:06:17 -0700 (PDT) In-Reply-To: References: <552D4FD4.7070005@divbyzero.net> Date: Thu, 16 Apr 2015 20:06:17 +0200 Message-ID: To: Hannes Magnusson Cc: PHP Development , PECL Dev , Pierre Joye , Martin Jansen , PHP Systems Content-Type: multipart/alternative; boundary=089e013c670eff3eda0513db5122 Subject: Re: PECL install no longer works out of the box From: tyra3l@gmail.com (Ferenc Kovacs) --089e013c670eff3eda0513db5122 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Apr 16, 2015 at 8:02 PM, Ferenc Kovacs wrote: > > > On Thu, Apr 16, 2015 at 7:43 PM, Hannes Magnusson < > hannes.magnusson@gmail.com> wrote: > >> On Thu, Apr 16, 2015 at 10:14 AM, Ferenc Kovacs wrote= : >> > >> > >> > On Thu, Apr 16, 2015 at 5:29 PM, Pierre Joye >> wrote: >> >> >> >> On Thu, Apr 16, 2015 at 10:02 PM, Ferenc Kovacs >> wrote: >> >> > >> >> > >> >> >> >> >> >> As of the uncompressed data, I see something like less 0.01% of th= e >> >> >> requests actually requesting non compressed archives, the box he >> uses >> >> >> must on of the 3-4. We are in the 21st century and compressed outp= ut >> >> >> is quite a standard. It makes the server serves faster too as we >> rely >> >> >> on X-SendFile, as I reportedly said on this list during the >> migration, >> >> >> and ask for tests. >> >> > >> >> > >> >> > hi Pierre, >> >> > >> >> > where do you get this 0.01%? >> >> > from a quick look: >> >> > root@pecl:~# grep '.tar.gz ' >> /var/log/apache2/pecl.php.net-access.log|wc >> >> > -l >> >> > 242 >> >> > root@pecl:~# grep '.tar ' >> /var/log/apache2/pecl.php.net-access.log|wc -l >> >> > 1350 >> >> > so the majority of the download requests are looking for the >> >> > uncompressed >> >> > tar file, which is doesn't work now thanks to your changes. >> >> > is there another metric or something that I'm missing? >> >> > it seems that this is something which we should fix/restore even if >> it >> >> > costs >> >> > us a bit more cpu. >> >> >> >> I check with the whole old log, was low. >> >> >> >> No need to change the download code. >> >> >> >> I will run a script to store both tgz and tar, easier and better. And >> >> changing the release code to save the uncompressed archive as well. >> >> Way better than what we had before. And if we like to be the only on= e >> >> to provide uncompressed download of our releases, why not, I do not >> >> mind much ;-) >> >> >> >> But that's actually not a bug as of now, the SSL thing Hannes was >> >> experiencing is what I was asking for, it is what I wonder what >> >> happened to get the installer requesting SSL: in the 1st place and ho= w >> >> it ends up like that and failed. But Hannes seems to do not care, so = I >> >> will simply enable SSL again and that should be it. >> >> >> >> Cheers, >> >> -- >> >> Pierre >> >> >> >> @pierrejoye | http://www.libgd.org >> > >> > >> > >> > ok, after discussing with Pierre I gunzipped the release tarballs so n= ow >> > they are there, Pierre will update the release upload/delete code so >> that we >> > also store/delete the .tar files so they can be also served via >> sendfile. >> >> $ sudo pecl install memcached >> Could not download from "http://pecl.php.net/get/memcached-2.2.0.tar", >> cannot download "pecl/memcached" (File >> http://pecl.php.net:80/get/memcached-2.2.0.tar not valid (received: >> HTTP/1.0 404 Not Found >> )) >> Error: cannot download "pecl/memcached" >> Download failed >> install failed >> > > it seems that the two commits (reverts) which should make that error go > away still not make to the peclweb machine yet. > I will wait an hour or so, if still not there I will check out the rsync > box (as I verified that the update-peclweb is executed properly). > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > oops, I made a mistake, one of the two reverts was against the wrong hash. just fixed it now. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --089e013c670eff3eda0513db5122--