all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen@fastmail.net>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: NFS mounts
Date: Mon, 30 Oct 2017 10:29:29 +0100	[thread overview]
Message-ID: <87she16l1i.fsf@gnu.org> (raw)
In-Reply-To: <m1inf092gc.fsf@khs-macbook.home> (Konrad Hinsen's message of "Fri, 27 Oct 2017 14:53:39 +0200")

Howdy Konrad,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

>> Could you test it in a VM, pass “console=ttyS0” as a kernel argument,
>> and “-serial stdio” so that we see all the messages on the console?
>
> It took a while, but here it is. My config.scm is attached as well.

[...]

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

By default, file systems are automatically mounted at boot time.  To
avoid that, you must add:

  (mount? #f)

> failed to start service 'file-systems'
> failed to start service 'file-system-/host/home/hinsen'

This is the crux of the problem: it tried and failed to mount this file
system, so everything else failed as well (because the ‘file-systems’
service is an essential requirement.)

This is not a great failure mode, but it’s expected here.

HTH!

Ludo’.

  reply	other threads:[~2017-10-30  9:29 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
2017-10-16 13:09     ` Ludovic Courtès
2017-10-27 12:53       ` Konrad Hinsen
2017-10-30  9:29         ` Ludovic Courtès [this message]
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=87she16l1i.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=konrad.hinsen@fastmail.net \
    /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.