From owner-freebsd-git@freebsd.org Thu Dec 24 14:02:36 2020 Return-Path: Delivered-To: freebsd-git@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 4C7684C60D5 for ; Thu, 24 Dec 2020 14:02:36 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1sGN1j5Hz4ZYG for ; Thu, 24 Dec 2020 14:02:36 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3A5614C632E; Thu, 24 Dec 2020 14:02:36 +0000 (UTC) Delivered-To: git@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 3A1E84C6448 for ; Thu, 24 Dec 2020 14:02:36 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1sGN1Hmcz4ZWH; Thu, 24 Dec 2020 14:02:36 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p548616ad.dip0.t-ipconnect.de [84.134.22.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id B620716F4; Thu, 24 Dec 2020 14:02:35 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Thu, 24 Dec 2020 15:02:34 +0100 From: Gordon Bergling To: David Wolfskill Cc: git@freebsd.org Subject: Re: Checkout problems Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 2:58PM up 7 days, 7:50, 5 users, load averages: 0.29, 0.23, 0.26 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2020 14:02:36 -0000 Hi David, On Wed, Dec 23, 2020 at 08:39:20AM -0800, David Wolfskill wrote: > On Wed, Dec 23, 2020 at 05:35:26PM +0100, Gordon Bergling wrote: > > Fellow developers, > > > > I try to checkout the new FreeBSD git sources, but even afer after > > 3 days I had not luck. > > > > The command I tried was the following, > > > > git clone -o freebsd --config remote.freebsd.fetch='+refs/notes/*:refs/notes/*' https://git.freebsd.org/src.git > > > > But even on freefall, it wasn't successful. > > > > Has anyone an idea about what the problem my be? > > > > --Gordon > > .... > > What response(s) (if any) are you seeing? If no response, does ^T > (SIGINFO) tell you anything? > > In my case, I had no issues, but my approach was slightly different > (ref. https://www.catwhisker.org/~david/FreeBSD/repo-sync.html). > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > "Dismissing reality doesn't make it go away." > - Rajiv Shah, Rockefeller Foundation president > > See https://www.catwhisker.org/~david/publickey.gpg for my public key. ^T reports the following. The checkout process just starts and then stuck somewhere in the middle of it, mostly around 300 - 400 MB (30%). load: 0.24 cmd: git 36260 [piperd] 2956.09r 16.70u 6.11s 0% 344732k The link you posted leads to an 404. --Gordon