Re: Trouble with nfs mount

2022-10-23 Thread Fredrik Salomonsson
Hi Remco, Remco writes: > Autofs works pretty well for me. Using the stock package and a service like > described here: > > https://www.rohleder.de/2020/07/04/autofs/ Thanks for pointing out Autofs. I did not know about it before and indeed it works quite well for this. I based mine of what

Re: Trouble with nfs mount

2022-10-17 Thread Remco
Autofs works pretty well for me. Using the stock package and a service like described here: https://www.rohleder.de/2020/07/04/autofs/ Cheers, Remco

Re: Trouble with nfs mount

2022-10-17 Thread Fredrik Salomonsson
Hi, Maxim Cournoyer writes: > Hi, > > Fredrik Salomonsson writes: > > [...] > >> ---✂ >> … >> shepherd: Evaluating user expression (and (defined? (quote transient?)) (map >> (# ?) ?)). >> guix system: warning: exceptio

Re: Trouble with nfs mount

2022-10-17 Thread Fredrik Salomonsson
Hi, Felix Lechner writes: > Hi Fredrik, > > On Sun, Oct 16, 2022 at 6:08 PM Fredrik Salomonsson > wrote: >> >> it was indeed using the entry in the /etc/fstab, i.e: > > That's good! My guess is that the Shepherd service is not working > correctly, for example by not requiring networking. I mig

Re: Trouble with nfs mount

2022-10-16 Thread Maxim Cournoyer
Hi, Fredrik Salomonsson writes: [...] > ---✂ > … > shepherd: Evaluating user expression (and (defined? (quote transient?)) (map > (# ?) ?)). > guix system: warning: exception caught while executing 'start' on service

Re: Trouble with nfs mount

2022-10-16 Thread Felix Lechner via
Hi Fredrik, On Sun, Oct 16, 2022 at 6:08 PM Fredrik Salomonsson wrote: > > it was indeed using the entry in the /etc/fstab, i.e: That's good! My guess is that the Shepherd service is not working correctly, for example by not requiring networking. I might ask over there. Sorry I cannot be of mor

Re: Trouble with nfs mount

2022-10-16 Thread Fredrik Salomonsson
Hi Felix, Felix Lechner writes: > Hi Fredrik, > > On Sun, Oct 16, 2022 at 2:47 PM Fredrik Salomonsson > wrote: >> >> I can manually mount it. > > Can you mount it manually using your entry in /etc/fstab, i.e. with > 'noauto' and then just > > mount /media/Valhalla ? > > I am not sur

Re: Trouble with nfs mount

2022-10-16 Thread Felix Lechner via
Hi Fredrik, On Sun, Oct 16, 2022 at 2:47 PM Fredrik Salomonsson wrote: > > I can manually mount it. Can you mount it manually using your entry in /etc/fstab, i.e. with 'noauto' and then just mount /media/Valhalla ? I am not sure whether (mount? #f) sets 'noauto'. That would confirm t