From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qAUJCMLX4F9MHQAA0tVLHw (envelope-from ) for ; Mon, 21 Dec 2020 17:13:38 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OKXEA8LX4F+3FAAAbx9fmQ (envelope-from ) for ; Mon, 21 Dec 2020 17:13:38 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3D9FC9409E8 for ; Mon, 21 Dec 2020 17:13:36 +0000 (UTC) Received: from localhost ([::1]:38858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krOkZ-0007ym-T6 for larch@yhetil.org; Mon, 21 Dec 2020 12:13:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krOjv-0007TP-7j for help-guix@gnu.org; Mon, 21 Dec 2020 12:12:55 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:56743) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krOjs-0007Mo-Qy for help-guix@gnu.org; Mon, 21 Dec 2020 12:12:55 -0500 X-Originating-IP: 91.165.152.159 Received: from mimimi (91-165-152-159.subs.proxad.net [91.165.152.159]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 1C30B1C0006; Mon, 21 Dec 2020 17:12:48 +0000 (UTC) From: Pierre Neidhardt To: zimoun , help-guix@gnu.org Subject: Re: Install `guix pull'ed Guix to target partition on system install In-Reply-To: <864kkf9ji7.fsf@gmail.com> References: <87ft403kol.fsf@ambrevar.xyz> <86zh279xt0.fsf@gmail.com> <874kkfny4m.fsf@ambrevar.xyz> <86tusf9ukk.fsf@gmail.com> <87mty7mggk.fsf@ambrevar.xyz> <86ft3z9sao.fsf@gmail.com> <87eejjmd0l.fsf@ambrevar.xyz> <86a6u79lbg.fsf@gmail.com> <87pn33ksu0.fsf@ambrevar.xyz> <864kkf9ji7.fsf@gmail.com> Date: Mon, 21 Dec 2020 18:12:48 +0100 Message-ID: <87mty7krqn.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.183.197; envelope-from=mail@ambrevar.xyz; helo=relay5-d.mail.gandi.net X-Spam_score_int: 0 X-Spam_score: -0.1 X-Spam_bar: / X-Spam_report: (-0.1 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=0.5, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.92 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 3D9FC9409E8 X-Spam-Score: -1.92 X-Migadu-Scanner: scn1.migadu.com X-TUID: ZjZfP3JdybcE --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable zimoun writes: > Well, I do not understand what is your issue. Because I am probably not > enough familiar with the installation process. It's actually quite simple: The "guix pull" done when running the installation media is not persisted on the target disk. > --8<---------------cut here---------------start------------->8--- > $ cd /tmp/ > $ time git clone https://git.savannah.gnu.org/git/guix.git > Cloning into 'guix'... > remote: Counting objects: 417391, done. > remote: Compressing objects: 100% (89208/89208), done. > remote: Total 417391 (delta 327950), reused 416613 (delta 327364) > Receiving objects: 100% (417391/417391), 151.40 MiB | 1.77 MiB/s, done. > Resolving deltas: 100% (327950/327950), done. > > real 2m30.963s > user 2m22.166s > sys 0m6.906s > > $ du -sh guix > 230M guix > --8<---------------cut here---------------end--------------->8--- > > >> I wouldn't call this a poor network ;) >> You can go much worse than that, in my case it took around half an hour. > > I do not know if 1.8Mbits/s is poor or not but it is less than > yours. ;-) Maybe there is something else. Could it be slow hardware? I'm not sure, but it took hell of a long time to fetch check out the repository. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFGBAEBCAAwFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl/g15ASHG1haWxAYW1i cmV2YXIueHl6AAoJEJvc9Jeku8x/SjMH/0QbpCTSL36/I2YR3NxZJXm0EUv0Uexx +kjFN90m6pLe9yI9SbZ+5g/U1EWqEYTvBg4cT367QzojqhqrAvfu/m5qoHi+bnVb aZGoI/NoXdCs7+eT0GC+YjqBL6h4UmaOtEgPlaz1ld4H8l3vAE9ychtalcQFTtY2 cbwVLxpKdlp/8WvrU0UHRP4rSW5J15VgQBP60Sx37WYqctdxbl2g6GeKn+CHpAIp vhY3V7vVoxDEK7dpfc5d1FP6+esjt/QeKeGy+EJq9VL03Jg5c+u4vPphVVjVb4rh ctkK4lzeMLXInEk3kU2ynEv4f8vaBSLHdWUflyTy8LAsKa3oLCrvJvs= =3LBy -----END PGP SIGNATURE----- --=-=-=--