From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Initial installation - stuck at installing python (killing process) Date: Thu, 24 Mar 2016 14:01:26 +0100 Message-ID: <87twjw2fo9.fsf@gnu.org> References: <512F8C50-8C14-4EF9-AEA6-8D9A1F36DFC7@gmail.com> <87r3f6gplq.fsf@gnu.org> <87vb4g9oc8.fsf@gnu.org> <4A54DE94-D477-4EC9-A8DC-7FABCE5EDCAA@gmail.com> <33A308D8-625E-4A46-9304-F927C2589F3E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj4tM-0008H4-5H for help-guix@gnu.org; Thu, 24 Mar 2016 09:01:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj4tG-0000if-C9 for help-guix@gnu.org; Thu, 24 Mar 2016 09:01:36 -0400 In-Reply-To: <33A308D8-625E-4A46-9304-F927C2589F3E@gmail.com> (dptdescribe@gmail.com's message of "Tue, 22 Mar 2016 19:12:32 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: dptdescribe Cc: help-guix dptdescribe skribis: > # mount -t tmpfs tmp /tmp > > Before guix system init helped and I have finally GuixSD up and running. Good, thanks for letting us know! > The problem was with the /tmp filesystem. The question is why and how it = can be solved? See for an explanation. It=E2=80=99ll be fixed either by mounting a tmpfs on /tmp as you did, or something else to avoid having /tmp in RAM; not sure yet. Ludo=E2=80=99.