all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: NFS mounts
Date: Fri, 13 Oct 2017 20:28:47 +0200	[thread overview]
Message-ID: <m1po9qoqao.fsf@khs-macbook.home> (raw)
In-Reply-To: <87shes92jh.fsf@gnu.org>

Hi Ludo,

> Indeed, the initrd would need an extra package, like this:
>
> diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
...

> Can you try if it works?

It compiles, and I can boot the new configuration without any trouble.

Next, I added an NFS filesystem:

      (file-system
        (device "192.168.56.1:/home/hinsen")
        (mount-point "/host/home/hinsen")
        (create-mount-point? #t)
        (type "nfs"))

For "device" I put the string that I would also give to "mount" as an
argument. That's perhaps completely wrong. After rebooting, I get the
error message

  No file system check procedure for 192.168.56.1:/home/hinsen; skipping

So I added

        (check? #f)

to the file system specification. Another reboot, more error messages:

  Service udev has been started.
  failed to start service 'ncsd'
  failed to start service 'guix-daemon'
  ...

plus many others. The only services that start are "udev" and
"loopback".  I can't log in.

Configuration rollback is really nice BTW ;-)

Konrad

  parent reply	other threads:[~2017-10-13 18:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-06 15:06 NFS mounts Konrad Hinsen
2017-10-09  7:57 ` Ludovic Courtès
2017-10-10  7:52   ` Konrad Hinsen
2017-10-13 18:28   ` Konrad Hinsen [this message]
2017-10-16 13:09     ` Ludovic Courtès
2017-10-27 12:53       ` Konrad Hinsen
2017-10-30  9:29         ` Ludovic Courtès
2017-11-05 11:51           ` Konrad Hinsen
2017-11-05 17:07             ` Ludovic Courtès
2017-11-06  8:20               ` Konrad Hinsen
2017-11-06  8:54                 ` Ludovic Courtès

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=m1po9qoqao.fsf@khs-macbook.home \
    --to=konrad.hinsen@fastmail.net \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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.