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, 17 Oct 2019 12:26:12 +0100 Message-ID: <141ea0ad-4a43-1ce7-7075-3998468f31e0@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]:50072) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL70c-0006DS-Ay for bug-guix@gnu.org; Thu, 17 Oct 2019 10:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL70Z-0006nC-MO for bug-guix@gnu.org; Thu, 17 Oct 2019 10:44:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL70Y-0006mE-VE for bug-guix@gnu.org; Thu, 17 Oct 2019 10:44:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL70X-0006pT-Q5 for bug-guix@gnu.org; Thu, 17 Oct 2019 10:44:06 -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 Hi, A bug seems to have crept in after a guix update 3 weeks ago: guix suspends my node if it decides that there is no activity. Raul 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'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.