From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: Help with config.scm (Was: Re: Cpufreq governor service?) Date: Mon, 18 Jun 2018 02:01:13 -0700 Message-ID: <3955e6c597e504ffd3948f8dddb5aabe@riseup.net> References: 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]:35530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUq2I-0002tL-JP for guix-devel@gnu.org; Mon, 18 Jun 2018 05:01:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUq2F-000503-GD for guix-devel@gnu.org; Mon, 18 Jun 2018 05:01:18 -0400 Received: from mx1.riseup.net ([198.252.153.129]:47861) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fUq2F-0004ya-9O for guix-devel@gnu.org; Mon, 18 Jun 2018 05:01:15 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id F33E01A1045 for ; Mon, 18 Jun 2018 02:01:13 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id D6BB240354 for ; Mon, 18 Jun 2018 02:01:13 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel Forget about the former questions I just found the tlp-service-type. Instead I would like some help succeeding with this config.scm: https://paste.debian.net/1029654/ Error from guix: root@antelope /home/sdb# guix system reconfigure /etc/config7.scm /etc/config7.scm:20:16: error: invalid field specifier Error from guile: root@antelope /home/sdb# guile -s /etc/config7.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /etc/config7.scm ;;; WARNING: compilation of /etc/config7.scm failed: ;;; ERROR: no code for module (gnu) Backtrace: 9 (primitive-load "/etc/config7.scm") In ice-9/eval.scm: 721:20 8 (primitive-eval (use-modules (gnu) (gnu system nss))) In ice-9/psyntax.scm: 1234:36 7 (expand-top-sequence ((use-modules (gnu) (gnu # nss))) _ =E2= =80=A6) 1181:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # =E2=80=A6= )) =E2=80=A6) 284:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) =E2= =80=A6) In ice-9/boot-9.scm: 3369:20 4 (process-use-modules _) 230:17 3 (map1 (((gnu)) ((gnu system nss)))) 3370:31 2 (_ ((gnu))) 2795:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ =E2=80= =A6) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu=E2=80=A6= " =E2=80=A6) =E2=80=A6) ERROR: In procedure scm-error: ERROR: no code for module (gnu) Environment: newly installed guixsd 0.14. Have not run guix pull before install or after (yet).=20 root@antelope /home/sdb# guix --version guix (GNU Guix) 0.14.0 Copyright (C) 2017 the Guix authors root@antelope /home/sdb# guix system list-generations Generation 1 jun 17 2018 18:33:41 (current) file name: /var/guix/profiles/system-1-link canonical file name: /gnu/store/20mkll3jvvmw0axmiffmf65w4hxayw2l-system label: GNU with Linux-Libre 4.14.3 (beta) bootloader: grub root device: my-root kernel: /gnu/store/w383qi8rxbq9dsqfjwvkldl1jwwi7kp3-linux-libre-4.14.3/bzImage Cheers swedebugia