From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 04 11:41:47 2020 Received: (at 41710) by debbugs.gnu.org; 4 Jun 2020 15:41:47 +0000 Received: from localhost ([127.0.0.1]:47289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgs03-000745-EK for submit@debbugs.gnu.org; Thu, 04 Jun 2020 11:41:47 -0400 Received: from lepiller.eu ([89.234.186.109]:55454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgs01-00073w-8M for 41710@debbugs.gnu.org; Thu, 04 Jun 2020 11:41:46 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 97c846e7; Thu, 4 Jun 2020 15:41:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=hK2Fu4Ravn9HJTu2U0FJgO5DDa4vjrIlA0m9KN2DAPE=; b=NXAEVxbB49XP 0BL2DQS0N7EeXPagwDaZ54x+zyVnFOw/4KZKtTmriaEMSV0lUEkq4WCD5x4J+2sO oYUpmk+mCgLPuJR5EBF/MLPRaYymkkEe9z0JIIcknc/plnzR/x2PY9eRYn4OyXth l5rLViObY1Gy4XfDA1umTdQtDRat4B7v0nlnqlyyaw/CmL9/YCivvIEH3wdrUjF+ mKef2+XWNpzahtPEIgz0VjMYWXK/Pts6cSFjJdVASIlCUgZZpt02/zKYBjIqn8Sh uR58k+jXAVau2YPGX/EBbLLo1t4mIBFwRh8RGxQJU085G8IVfHpExKy0bgtiUjol RhFnT0fpCw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 4f9b5ec7 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 4 Jun 2020 15:41:40 +0000 (UTC) Date: Thu, 04 Jun 2020 11:41:26 -0400 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: bug#41710: Possibly found a bug while doing a "guix pull" To: =?ISO-8859-1?Q?L=E9on_Lain_Delysid?= , 41710@debbugs.gnu.org From: Julien Lepiller Message-ID: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41710 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le 4 juin 2020 10:38:09 GMT-04:00, "L=C3=A9on Lain Delysid" a =C3=A9crit : >Hello! >I just tried to "guix pull" on my Debian Buster GNU/Linux system=2E Twice >it >made the system completely freeze for a few seconds and then reboot=2E >And >that third time it didn't crash the system but the guix pull failed and >returned this error: >https://pastebin=2Ecom/vhDR8gDC > >Can somebody help me please? > >(Before doing the third "pull", I did an "apt update" and "upgrade", >but I >wasn't that much behind in updates, I had done it less than a week ago >last=2E My last "guix pull" was made at the same time as the "apt >update", a >few days ago=2E) > >Hoping I can resolve this soon or that my feedback was positive for the >development of Guix=2E =3D) >I can provide log debug info (if there is any) upon request=2E > >Best regards! Sorry pastebin is not tor friendly, I couldn't look at it=2E For the freezing part, could it be that you have relatively low free ram (= <2GB) and no swap? Or maybe /tmp is mounted as a tmpfs and for some reason = it takes a lot of space? You might need to use substitutes when runnning guix pull=2E I don't have = that much ram either on some computers, so I always take a look at https://= ci=2Eguix=2Egnu=2Eorg/jobset/guix-modular-master and choose the latest comm= it that was built for my architeeture=2E Then eg=2E guix pull --commit=3Dc9= 87b72 This will allow guix to download substitutes for guix pull instead of buil= ding locally, which doesn't require any ram usage=2E HTH!