From mboxrd@z Thu Jan 1 00:00:00 1970 From: sidhu1f Subject: Re: Upgrade errors, Re: Upgrade errors Date: Sat, 4 Aug 2018 19:58:49 +0530 Message-ID: References: <87bmdr8my0.fsf@gnu.org> <87o9hlcns9.fsf@elephly.net> <87efigfh1y.fsf@gmail.com> <87600qzg31.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flxY4-0001gY-Sx for help-guix@gnu.org; Sat, 04 Aug 2018 10:28:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flxY4-0001O0-0t for help-guix@gnu.org; Sat, 04 Aug 2018 10:28:52 -0400 Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]:46384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1flxY3-0001NJ-O5 for help-guix@gnu.org; Sat, 04 Aug 2018 10:28:51 -0400 Received: by mail-lf1-x129.google.com with SMTP id l16-v6so6054093lfc.13 for ; Sat, 04 Aug 2018 07:28:51 -0700 (PDT) In-Reply-To: <87600qzg31.fsf@gmail.com> 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: Pierre Neidhardt Cc: help-guix@gnu.org > According to the example in the manual ("(guix) Using the Configuration > System"), you should replace > > (file-system-label "root-fs") > > with > > "root-part" Doing so (and doing 'guix system reconfigure /etc/config.scm') results in the following error: /etc/config.scm:29:22: error: device 'root-part' not found: No such file or directory However replacing "root-part" in your suggestion with "/dev/mapper/root-part" (as suggested for mapped devices in File Systems (sec. 6.2.3) of the manual) avoids above error. It seems that the manual example config.scm with mapped-devices needs to be corrected in the above manner. But the pesky original issue of user-homes and term-auto services could not be started remains even after specifying "/dev/mapper/root-part". Does the error have something to do with my using just a single (encrypted) partition for everything (including /home)? Regards sidhu1f On Sat, Aug 4, 2018 at 2:03 PM, Pierre Neidhardt wrote: > I haven't tested but at first glance I would say that the target of the > mapped-device and the root filesystem device don't match: one is "root-part" and > the other is (file-system-label "root-fs"). > > According to the example in the manual ("(guix) Using the Configuration > System"), you should replace > > (file-system-label "root-fs") > > with > > "root-part" > > Also watch out with those `cons', you should use `cons*' or `list' if someday > you'd like to add more than one element. > -- > Pierre Neidhardt