all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sidhu1f <sidhu1f@gmail.com>
To: Pierre Neidhardt <ambrevar@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Upgrade errors, Re: Upgrade errors
Date: Sat, 4 Aug 2018 19:58:49 +0530	[thread overview]
Message-ID: <CADhE+R9nwffKc+z1ZmyycTz0C6Os2Gj985N_5P3HgFkiWsKKAw@mail.gmail.com> (raw)
In-Reply-To: <87600qzg31.fsf@gmail.com>

> 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 <ambrevar@gmail.com> 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	other threads:[~2018-08-04 14:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-04 19:42 Upgrade errors sidhu1f
2018-05-07 16:12 ` Ludovic Courtès
2018-05-11 19:51   ` sidhu1f
2018-05-12  7:53     ` Ricardo Wurmus
2018-05-12 18:08       ` sidhu1f
2018-05-13  2:03       ` Upgrade errors, " Chris Marusich
2018-08-04  8:10         ` sidhu1f
2018-08-04  8:33           ` Pierre Neidhardt
2018-08-04 14:28             ` sidhu1f [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADhE+R9nwffKc+z1ZmyycTz0C6Os2Gj985N_5P3HgFkiWsKKAw@mail.gmail.com \
    --to=sidhu1f@gmail.com \
    --cc=ambrevar@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.