From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: system services (networking and xorg-server) don't start at boot Date: Sat, 11 May 2019 12:29:07 +0200 Message-ID: <20190511122907.06a4d252@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPPQu-0000La-HD for help-guix@gnu.org; Sat, 11 May 2019 06:40:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPPFo-0003pd-Ka for help-guix@gnu.org; Sat, 11 May 2019 06:29:21 -0400 Received: from alfons.uib.no ([2001:700:200:30::141]:34423) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPPFn-0003gr-Kq for help-guix@gnu.org; Sat, 11 May 2019 06:29:20 -0400 Received: from alfux.uib.no (smtp.uib.no) [2001:700:200:6::a:1f0c] by alfons.uib.no for help-guix@gnu.org with esmtp (Exim 4.92) id 1hPPFe-000ytL-P7; Sat, 11 May 2019 12:29:12 +0200 Received: from 200.134.164.82.customer.cdi.no (jasniac.instanton) [82.164.134.200]:56472 by smtp.uib.no for help-guix@gnu.org with esmtpsa (Exim 4.90_1) id 1hPPFc-0005n7-Lt; Sat, 11 May 2019 12:29:08 +0200 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" To: help-guix@gnu.org Hello Guix=E2=80=94 I upgraded to the latest guix with # guix pull # guix system reconfigure config.scm # guix --version guix (GNU Guix) d13f3a033e42b4a14d581390b8fa36cd1db7d023 But now the system doesn't start up completely. For things to work, I needed to start some services, namely: # herd start networking # herd start xorg-server dmesg just before these commands: https://paste.debian.net/1083361/ config: https://paste.debian.net/1083362/ Any pointers are appreciated. =E2=80=94Marco