help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Upgrade errors, Re: Upgrade errors


From: sidhu1f
Subject: Re: Upgrade errors, Re: Upgrade errors
Date: Sat, 4 Aug 2018 19:58:49 +0530

> 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 <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]