From owner-freebsd-questions@freebsd.org Fri Jul 12 17:20:54 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5232415D0A74 for ; Fri, 12 Jul 2019 17:20:54 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (yggdrasil.evilham.com [IPv6:2a02:2770::216:3eff:fee1:cf9]) (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 3A4B682703 for ; Fri, 12 Jul 2019 17:20:53 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (unknown [IPv6:2a0a:e5c1:121:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by yggdrasil.evilham.com (Postfix) with ESMTPSA id 45lfp40H4bz3wxr for ; Fri, 12 Jul 2019 19:20:43 +0200 (CEST) From: Evilham To: freebsd-questions@FreeBSD.org Subject: Re: dead slow update servers References: <87sgrbi3qg.fsf@toy.adminart.net> In-reply-to: <87sgrbi3qg.fsf@toy.adminart.net> Date: Fri, 12 Jul 2019 19:20:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 3A4B682703 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dmarc=pass (policy=none) header.from=evilham.com; spf=pass (mx1.freebsd.org: domain of contact@evilham.com designates 2a02:2770::216:3eff:fee1:cf9 as permitted sender) smtp.mailfrom=contact@evilham.com X-Spamd-Result: default: False [-4.36 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-0.72)[asn: 196752(-3.63), country: NL(0.01)]; MX_GOOD(-0.01)[yggdrasil.evilham.com,mail.evilham.com]; DMARC_POLICY_ALLOW(-0.50)[evilham.com,none]; NEURAL_HAM_SHORT(-0.82)[-0.824,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:196752, ipnet:2a02:2770::/32, country:NL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2019 17:20:54 -0000 On dv., jul. 12 2019, hw@adminart.net wrote: > Hi, > > are you guys seriously expecting users to download packages they > want to > install at speeds around 25kb/s? I'm already annoyed about them > being > painfully slow when downloads are 1000 times faster than that. > > Unless there is a solution to this problem, I will probably give > up on > trying out freebsd right away because usage in production even > on my > servers at home, let alone at work, simply won't be feasible. FWIW: I have noticed under *some* (but not all) IPv6-enabled connections that package downloads go at about that speed. Until now I had assumed that something could be wrong with those IPv6 connections. Maybe there is something to look into there. Just for science, I'd suggest you force IPv4 (pkg -4), see how it goes, force IPv6 (pkg -6), see how it goes, open a bug about it with the gathered information. -- Evilham