From owner-freebsd-ports@freebsd.org Fri Feb 5 19:30:01 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 471E654FF30 for ; Fri, 5 Feb 2021 19:30:01 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DXQVJ4F5yz4R3y for ; Fri, 5 Feb 2021 19:30:00 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4DXQVG55pgz6dTw; Fri, 5 Feb 2021 20:29:58 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id vndRy1FphO5C; Fri, 5 Feb 2021 20:29:56 +0100 (CET) Subject: Re: having trouble "svn up"-ing /usr/ports/ To: Michael Schuster , freebsd-ports@freebsd.org References: From: Guido Falsi Message-ID: Date: Fri, 5 Feb 2021 20:29:55 +0100 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DXQVJ4F5yz4R3y X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[159.69.1.99:from]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MISSING_MIME_VERSION(2.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[159.69.1.99:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[madpilot.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 19:30:01 -0000 On 05/02/21 18:11, Michael Schuster wrote: > Hi, > > sorry if this is the wrong group - please point me to the proper place if > that's the case. > > I updated to Current (14) on Feb 2nd from source (including running > mergemaster) > > Since at least yesterday any attempt at "svn up" in /usr/ports either times > out, or rather, fails after some time (over a minute) with: > "svn: E170013: Unable to connect to a repository at URL ' > https://svn.freebsd.org/ports/head/graphics' > svn: E120108: Error running context: The server unexpectedly closed the > connection." > or just "hangs", ie doesn't do anything but has one core quite busy, and > when I truss it, I see it opening /etc/ssl/cert.pem over and over again (~ > 10 per second) > > I just checked https://cgit.freebsd.org/; ports isn't there yet, so I would > assume that svn still holds source code for me :-) > > Can anyone point out where I need to investigate, or what I may be doing > wrong ... any and all hints appreciated! > thx > Michael > You could have been hit by this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253135 You should update to a more recent head (after commit cb7cc72c546e) and also make sure you have the www/serf PORTREVISION 6 or later (serf-1.3.9_6 or newer) -- Guido Falsi