Hi Richard,
On Fri, Jun 07 2024, Richard Sent wrote:
> you are using avahi-daemon as a shepherd-requirements entry in your
> current code and not networking right?
Yes, here is my current stanza, which I adjusted after I received the
merged version of your patch:
--8<---------------cut here---------------start------------->8---
(file-system
(device "wallace-server.local:/acct")
(mount-point "/acct")
(type "nfs")
(shepherd-requirements '(avahi-daemon)) ;resolve .local
;; (flags '(no-atime no-dev no-exec read-only))
;; (options "proto=tcp6,timeo=300,nolock")
(check? #f)
(mount-may-fail? #t)
(create-mount-point? #t))
--8<---------------cut here---------------end--------------->8---
I can use the the /etc/fstab manually with
mount /acct
> You could try invoking mount-file-system from (gnu build file-systems)
> directly to try and narrow down what exactly is breaking.
I have never used the Guix REPL. Should I try that as the root user
immediately after booting?
Kind regards & thanks!
Felix