From owner-freebsd-stable@freebsd.org Wed Oct 12 23:16:32 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6291BC0F6B6 for ; Wed, 12 Oct 2016 23:16:32 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16CAAD90 for ; Wed, 12 Oct 2016 23:16:31 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3svV4J1xghzCj for ; Thu, 13 Oct 2016 01:12:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1476313912; x=1478905913; bh=FFD XW+LOKdXmRVeYjMAbRqguF4qJfVGT4N+pOasPdsA=; b=fJAC/CDNO9SfzyGuI31 uxMCKmxK2NfipCWiJ353IVkZXE7c67bA/qd1OomE09Vll9fHfA8qD7pXzJOO9hcr GOM1maPVz0TCAOMU7rUc1OU94z7Wrtyxmw0QJzqOcl7pcMhQuKcEiq5wxU6rkq8F JG4lFiU1/ucBpQf6hZxZKc7U= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id nUWf0-gRcbF7 for ; Thu, 13 Oct 2016 01:11:52 +0200 (CEST) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3svV4851fCzCh for ; Thu, 13 Oct 2016 01:11:51 +0200 (CEST) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3svV473lnDzGm for ; Thu, 13 Oct 2016 01:11:51 +0200 (CEST) Received: from sleepy.ijs.si (2001:1470:ff80:e001::1:1) by webmail.ijs.si with HTTP (HTTP/1.1 POST); Thu, 13 Oct 2016 01:11:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 13 Oct 2016 01:11:51 +0200 From: Mark Martinec To: freebsd-stable@freebsd.org Subject: Re: update.FreeBSD.org unresponsive? Organization: Jozef Stefan Institute In-Reply-To: References: Message-ID: <6bd02094b3cc341424b36791e4b9327b@mailbox.ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.2.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 23:16:32 -0000 Perhaps it's time to replace Apache httpd/2.2.16 (released 6+ years ago) running on update.FreeBSD.org with something lighter and more agile like nginx (or at least with a fresher version of Apache httpd). The accf_http(9) (with: accept_filter=httpready) may help too. Mark 2016-10-12 17:23, Mark Martinec wrote: > Whatever you did, it started to work now normally. Thank you! > (no changes at our side) > Mark > > > 2016-10-12 16:29, Mark Martinec wrote: >> Trying to upgrade a couple of hosts (11.0-RC2, 11.0-RC3, >> 10.3-RELEASE-p10) >> to 11.0 (using: freebsd-update upgrade -r 11.0-RELEASE), and it seems >> the fetch(1) always fails with a timeout. Even a simple >> (freebsd-update fetch) >> in an attempt to bump a 10.3-RELEASE-p9 to 10.3-RELEASE-p10 now fails >> with a timeout, while previously it worked reliably and fast. >> >> The interesting thing is that both the ping and ping6 to >> update.FreeBSD.org >> work flawlessly with no packet loss. >> I tried it several times yesterday, and again today. [...]