Hello,
like mentioned on IRC, after setting `remote-password-store-url' of
feature `feature-password-store', once needs to run `herd init state' to
initialize the state service (and therefore clone the repo).
For me, this fails with:
--8<---------------cut here---------------start------------->8---
herd: exception caught while executing 'unchecked-init' on service
'state-/home/db/.local/var/lib/password-store': In procedure
module-lookup: Unbound variable open-pipe-with-stderr
--8<---------------cut here---------------end--------------->8---
If I clone the repo manually, the command succeeds.
--
Best regards / Mit freundlichen Grüßen,
Demis Balbach
On 2022-03-04 18:10, Demis Balbach wrote:
> Hello,
>
> like mentioned on IRC, after setting `remote-password-store-url' of
> feature `feature-password-store', once needs to run `herd init state' to
> initialize the state service (and therefore clone the repo).
>
> For me, this fails with:
>
> --8<---------------cut here---------------start------------->8---
> herd: exception caught while executing 'unchecked-init' on service
> 'state-/home/db/.local/var/lib/password-store': In procedure
> module-lookup: Unbound variable open-pipe-with-stderr
> --8<---------------cut here---------------end--------------->8---
>
> If I clone the repo manually, the command succeeds.
Potentially it can be because g-exp used without with-imported-modules.
I'll revisit it once will be refactoring state service.
--
Best regards,
Andrew Tropin