Konrad Hinsen skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>>> Of course, the real problem is that I cannot mount it at all because
>>> rpc.statd is missing.
>>
>> Ooh, got it. Well we could (ab)use the ‘dependencies’ field of
>> ‘file-system’ to introduce a dependency on the rpc.statd da
l...@gnu.org (Ludovic Courtès) writes:
>> Of course, the real problem is that I cannot mount it at all because
>> rpc.statd is missing.
>
> Ooh, got it. Well we could (ab)use the ‘dependencies’ field of
> ‘file-system’ to introduce a dependency on the rpc.statd daemon startup.
Is there a service
Hi,
Konrad Hinsen skribis:
>> By default, file systems are automatically mounted at boot time. To
>> avoid that, you must add:
>>
>> (mount? #f)
>
> That works well indeed. But I actually want that NFS filesystem mounted
> at boot time, ideally (not strictly required though).
>
> Of course, t
Hi Ludo,
> By default, file systems are automatically mounted at boot time. To
> avoid that, you must add:
>
> (mount? #f)
That works well indeed. But I actually want that NFS filesystem mounted
at boot time, ideally (not strictly required though).
Of course, the real problem is that I cannot
Howdy Konrad,
Konrad Hinsen 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
Hi Ludo,
> 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.
Konrad.
config.scm
Description: Binary data
guixsd-console.log
Descripti
Hello,
Konrad Hinsen 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 adde
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-sy
Hi Ludo,
> Indeed, the initrd would need an extra package, like this:
...
> Can you try if it works?
I will! However, I am almost sure that this is not sufficient.
For a first test, I installed nfs-utils for manually mounting
my NFS share. It fails because the daemon rpc.statd is not running.
I
Hi Konrad,
Konrad Hinsen skribis:
> does anyone have an example of a system configuration that mounts an NFS
> share at boot time? It seems that this requires some extra services and
> also some additional packages (to have mount.nfs for example).
Indeed, the initrd would need an extra package,
Hi Guixers,
does anyone have an example of a system configuration that mounts an NFS
share at boot time? It seems that this requires some extra services and
also some additional packages (to have mount.nfs for example).
Konrad.
11 matches
Mail list logo