From mboxrd@z Thu Jan 1 00:00:00 1970 From: RAUL H C LOPES Subject: bug#37492: GUIXSD 1.0.1 install error Date: Thu, 3 Oct 2019 22:46:48 +0100 Message-ID: <41a23e84-7add-fff0-ae22-82a1c1998931@cern.ch> References: <4b7c7353-c7b0-8ced-c71d-0d4396096c74@cern.ch> <4d9c1047-b32c-1603-ca32-da57c3326e21@cern.ch> <874l0xa1mx.fsf@devup.no> <87v9tb8g8g.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46056) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG9QF-0006cB-3c for bug-guix@gnu.org; Thu, 03 Oct 2019 18:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG9QA-0005Tm-C7 for bug-guix@gnu.org; Thu, 03 Oct 2019 18:18:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60807) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iG9QA-0005Tc-61 for bug-guix@gnu.org; Thu, 03 Oct 2019 18:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iG9Q9-0002tH-TP for bug-guix@gnu.org; Thu, 03 Oct 2019 18:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87v9tb8g8g.fsf@devup.no> Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke , 37492@debbugs.gnu.org On 29/09/2019 13:00, Marius Bakke wrote: > RAUL H C LOPES writes: > >> Hi Marius, >> >> I've managed to install GuixSD by chossing  msdos instead of gpt. >> Coincidence? Is the gpt setup tested? > Can you share the steps required to reproduce the error? I don't have logs for the crash. Unfortuately, my first time with GuixSD and  I just went along with Graphic install. How could I have collected them? Anyway, my memory log: # install 0:  Home in separate partition, both encrypted; gpt label.  That's error I submitted. # install 1  one partition, encrypted; gpt label.  a crash during package install. # install 2 Guided partioning, no encryption, gpt label. Same sort of crash at another point. The crashes happened at different packages. I assumed it was something related with disk I/O. # install 3 Guided one partition, no encryption, label msdos. It worked fine. I am doing a new install tomorrow on a Supermicro SYS-E2000-8D. It has 2 10G NIcs. I hope Guix has got the drivers. > >> I've running the system for a few days. >> >> I need now a good manual> I'm suffering for: >>  - reconfigure stuff that is usually in /etc, like /etc/ssh/sshd_config; > There is a good up-to-date manual here: > . Search for 'openssh-configuration' > for examples on how to configure the SSH daemon. > >>  - running a make on an open source project who looks for linux libs >> where debian would find them. > Typically you would do something like `guix environment --ad-hoc > gcc-toolchain make` to enter a shell environment where all the > dependencies of the program you want to build are present. Great! thanks for the link and hint on gcc