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, 16 Oct 2017 15:09:25 +0200	[thread overview]
Message-ID: <87inffdyt6.fsf@gnu.org> (raw)
In-Reply-To: <m1po9qoqao.fsf@khs-macbook.home> (Konrad Hinsen's message of "Fri, 13 Oct 2017 20:28:47 +0200")

Hello,

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

>> 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.

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?

(You can do ‘guix system vm’ and then modify the command line that it
returns.)

> Configuration rollback is really nice BTW ;-)

Isn’t it?  :-)

Ludo’.

  reply	other threads:[~2017-10-16 13:09 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 [this message]
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=87inffdyt6.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.