From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uBGfD4bq5F7bBAAA0tVLHw (envelope-from ) for ; Sat, 13 Jun 2020 15:02:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2HtfC4bq5F5iQgAAbx9fmQ (envelope-from ) for ; Sat, 13 Jun 2020 15:02:30 +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 7165A94005D for ; Sat, 13 Jun 2020 15:02:29 +0000 (UTC) Received: from localhost ([::1]:41466 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jk7fv-00031B-Rs for larch@yhetil.org; Sat, 13 Jun 2020 11:02:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jk7Cz-0003XK-9G for help-guix@gnu.org; Sat, 13 Jun 2020 10:32:33 -0400 Received: from vimdzmsp-sfwd06.bluewin.ch ([195.186.227.133]:33148) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jk7Cx-0001Rl-JP for help-guix@gnu.org; Sat, 13 Jun 2020 10:32:33 -0400 Received: from bluewin.ch ([85.5.44.62]) by vimdzmsp-sfwd06.bluewin.ch Swisscom AG with ESMTPA id k7CtjX7PW4AORk7CujBP5W; Sat, 13 Jun 2020 16:32:28 +0200 X-Bluewin-Spam-Analysis: v=2.3 cv=P4BEeRIu c=1 sm=1 tr=0 a=bLoAJnPGBKLbGpzEBMhwHQ==:117 a=IkcTkHD0fZMA:10 a=MmiZEOqN0krdkPYZDg8A:9 a=QEXdDO2ut3YA:10 X-Bluewin-Spam-Score: 0.00 X-FXIT-IP: IPv4[85.5.44.62] Epoch[1592058748] X-Bluewin-AuthAs: fulbert@bluewin.ch Date: Sat, 13 Jun 2020 16:32:27 +0200 From: Fulbert To: help-guix@gnu.org Subject: error setting console font in system.scm Message-ID: <20200613143227.GB5347@bluewin.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfBqqqxtaOR3m5pj9ViHI6otO7F/ZfjkRfkxeuUE6u7ySFhu1QAQ9VsnE3NZdvoAy2oYdY6Zi76GPzMkA3umFY2tZ7yR943RqzsZDQH5l1tCvgh1te4wM 7uRtI3za5LidODpLIY5FVGnh7LZ3vx8fIYSUCptDxBE+QN+UUobdqmFg Received-SPF: pass client-ip=195.186.227.133; envelope-from=fulbert@bluewin.ch; helo=vimdzmsp-sfwd06.bluewin.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/13 09:53:47 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Sat, 13 Jun 2020 11:02:17 -0400 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: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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: -1.01 X-TUID: 97Mcr0Q4YoR3 Hi Guixers, (define myself (guix-noob-user (not (programmer)))) Trying to change console font with the following in "services" section of my system configuration file : ---- … (services (append (list … (service console-font-service-type `(("tty3" . ,(file-append font-terminus "/share/consolefonts/ter-128n")))) ) %desktop-services)) … ---- which results in the following error when reconfiguring the system : ---- $ sudo guix system --dry-run reconfigure /etc/config.scm guix system: error: service 'console-font-tty3' provided more than once ---- I probably missunderstand something and/or ill-format the configuration…?… Help appreciated. Below is the related [(guix) Base services] Texinfo section. ---- --scheme Variable: console-font-service-type Install the given fonts on the specified ttys (fonts are per virtual console on the kernel Linux). The value of this service is a list of tty/font pairs. The font can be the name of a font provided by the ‘kbd’ package or any valid argument to ‘setfont’, as in this example: `(("tty1" . "LatGrkCyr-8x16") ("tty2" . ,(file-append font-tamzen "/share/kbd/consolefonts/TamzenForPowerline10x20.psf")) ("tty3" . ,(file-append font-terminus "/share/consolefonts/ter-132n"))) ; for HDPI ----