From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WNXfKYso8l4wWwAA0tVLHw (envelope-from ) for ; Tue, 23 Jun 2020 16:06:35 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id GK26JYso8l4vDwAA1q6Kng (envelope-from ) for ; Tue, 23 Jun 2020 16:06:35 +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 25B2294060B for ; Tue, 23 Jun 2020 16:06:35 +0000 (UTC) Received: from localhost ([::1]:35614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnlRQ-00042L-JG for larch@yhetil.org; Tue, 23 Jun 2020 12:06:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32924) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnlRE-0003xQ-7P for help-guix@gnu.org; Tue, 23 Jun 2020 12:06:20 -0400 Received: from mail-lj1-x236.google.com ([2a00:1450:4864:20::236]:39649) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jnlRC-0006G6-Al for help-guix@gnu.org; Tue, 23 Jun 2020 12:06:19 -0400 Received: by mail-lj1-x236.google.com with SMTP id a9so24050407ljn.6 for ; Tue, 23 Jun 2020 09:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=references:user-agent:from:to:cc:subject:in-reply-to:message-id :date:mime-version; bh=6BSOBA7x04Bhu7oBts6PBjWRWGOQ4Fv7EScRjxTCjKA=; b=g/3LqlVM1fPHwiSNRoeuVXn35N5GulZjQr8W8b2p3Uf4tJzjeRbdljbPuUrr6h43bI cdx4Gf7bn4p3qhtUBTTxIOOwsXnkr9frv8ewXvFqidW7xnGRG7ZWERG5obP/jXYuPAOG BYp8pjXUrrMpx0ngTu0kP+6bdwcD70h00p64Z91opwW978ZMULNX7QCVDSxSi5TmQt0h aI7oyKVjKcQw0KQ7Pc/wqsk9IxlajMLDzUwAHdJakPYin+FcyDIxrFLt2tVauIBR16R6 gu05Ih6W05Y31VCLHmrk57srJVO5oKhGqtDg/KQXOBB2lHCDXOQ1GCVgLT+qlWQf8vWi P4iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:message-id:date:mime-version; bh=6BSOBA7x04Bhu7oBts6PBjWRWGOQ4Fv7EScRjxTCjKA=; b=nCkcBXvOYxiD567eLQTaMVmzR8dwVyjCxiFq66GxqqkjXxgHj8kaI1kqSByxqTbbSS Y57IOf8+11F0wBbomCeMG4miuYkJfG00p568wVOVnWg9gmdI5C5RmdXCiW23k3NdjcHd EWAwjV+ZyzdTn7Q0wKCCoBMT026LpH4a3bJc1wF9uvJhOWG14Jqugn9cFe/sfqOUwlXo hU4T79kMy0elRWPezWFiBdodRVY1yWuYaEYedwjsA0NAAKjwmeEXNw9DZjqa9Vi8JQBn UberfJaEghfQCFImBlmIY1bwcMZR+AxhtmeX5pb3uUxar7dGEsZ916GP3XFi6hs2wy72 FPYA== X-Gm-Message-State: AOAM530YfWOXmZ1tU+T3L/41Q7vbaRiKXFrZpGWVCBptQXyKUWaRpleM ChlLK6HuG7e7wvvrbM8bPTwBZWVGZAs= X-Google-Smtp-Source: ABdhPJxHKZp1QDvITM2aI60rnwlOiOKMUIxuO+7DawRMihM7dvAeysZMq3ZArVq3QiaqLt5MxoGXLg== X-Received: by 2002:a2e:8110:: with SMTP id d16mr11990627ljg.12.1592928375016; Tue, 23 Jun 2020 09:06:15 -0700 (PDT) Received: from simendsjo-laptop (cm-84.211.120.197.getinternet.no. [84.211.120.197]) by smtp.gmail.com with ESMTPSA id 203sm4256652lfh.19.2020.06.23.09.06.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Jun 2020 09:06:14 -0700 (PDT) References: User-agent: mu4e 1.4.10; emacs 27.0.91 From: Simen =?utf-8?Q?Endsj=C3=B8?= To: Yasuaki Kudo Subject: Re: I tried Guix for half a day but had to go back to NixOS In-reply-to: Message-ID: <87k0zxix75.fsf@gmail.com> Date: Tue, 23 Jun 2020 18:06:06 +0200 MIME-Version: 1.0 Received-SPF: pass client-ip=2a00:1450:4864:20::236; envelope-from=simendsjo@gmail.com; helo=mail-lj1-x236.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=gmail.com header.s=20161025 header.b=g/3LqlVM; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=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-Spam-Score: 0.09 X-TUID: eBvWEoOxFisn Yasuaki Kudo writes: > As the title says, I tried Guix for half a day =F0=9F=98=85 > > I wanted to let you know that: > > * Graphical installer run from a USB stick was broken. I went=20 > insane, asking the questions already answered and kept repeating=20 > them. So I could not get past the partition phase. I believe this is because of a really bad case of UX-fail. I hit=20 the same loop, and found out that particular question had a different default, so=20 I kept jumping back to start instead of accepting and continuing :)