Hi,
I'd like to add a shepherd requirement to an existing service, as
provided by guix, to prevent it from starting before some other service
starts.
For exampple: I have NAS which is very slow to start after a power
failure so I created a simple service to keep trying to mount an NFS
share until
Hi Christopher,
Christopher Howard writes:
> Hi, I've recently starting learning how to use `guix system image',
> and have learned enough to create one raw image which I was able to
> copy onto a hard drive on another computer.
>
> I am wondering if it is possible to use `guix system image' to
Hi Richard,
On mer., 10 janv. 2024 at 19:51, Richard Sent
wrote:
> Update: Traced the problem back to a package outside Guix's channel
> failing to build when catch2 was upgraded from 3.4.0 to 3.5.1. Issue was
> opened in the appropriate place.
Thanks for the follow up. :-)
Could you paste
So I was wrong and it turned out to be a mainline bug, but one that was
only present on x86 32-bit. Here's the reports:
https://gitlab.com/nonguix/nonguix/-/issues/307
https://issues.guix.gnu.org/68429
https://github.com/catchorg/Catch2/issues/2796
--
Take it easy,
Richard Sent
Making my compute
Hi,
Remco van 't Veer writes:
> I'd like to add a shepherd requirement to an existing service, as
> provided by guix, to prevent it from starting before some other service
> starts.
>
> For exampple: I have NAS which is very slow to start after a power
> failure so I created a simple service to