Re: NFS mounts

2017-11-06 Thread Ludovic Courtès
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

Re: NFS mounts

2017-11-06 Thread Konrad Hinsen
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

Re: NFS mounts

2017-11-05 Thread Ludovic Courtès
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

Re: NFS mounts

2017-11-05 Thread Konrad Hinsen
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

Re: NFS mounts

2017-10-30 Thread Ludovic Courtès
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. [...] >

Re: NFS mounts

2017-10-27 Thread Konrad Hinsen
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

Re: NFS mounts

2017-10-16 Thread Ludovic Courtès
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

Re: NFS mounts

2017-10-13 Thread Konrad Hinsen
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:

Re: NFS mounts

2017-10-10 Thread Konrad Hinsen
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

Re: NFS mounts

2017-10-09 Thread Ludovic Courtès
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

NFS mounts

2017-10-06 Thread Konrad Hinsen
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.