Hi Andrew,
Andrew Wong skribis:
> I've found a bug in shepherd 1.0.1. When a service has a log file in
> an 'inaccessible' location, e.g. a home service logging to /var/log,
> it causes 'herd status $service' to hang, as well as the overall 'herd
> service' command. I found it with this service[
When a system wide database exists (at /var/cache/guix/locate/db.sqlite) 'guix
locate --clear' invoked as an unprivileged user tries to write to it and fail.
Steps to reproduce:
- sudo mkdir -p /var/cache/guix/locate
- sudo touch /var/cache/guix/locate/db.sqlite
- guix locate --clear
Observe the e
Hi,
Denis 'GNUtoo' Carikli writes:
> And the process gave the commit 28e4018e59d30efb3d52aa950ce2261f11b69b33
> ("grafts: Allow file-like objects in the ‘replacement’ field of
> .").
>
> However I didn't look into how to repair the behavior above as I'm not
> familiar at all with the code that t
close 75932
thanks
Hi Sharlatan,
I rebooted my VM and am no longer able to reproduce the issue,
even though I hadn’t pulled any newer revisions. Not sure what
was going on with this, might be a reproducability bug.
-- Ian
Sharlatan Hellseher writes:
Hi Ian,
I tried to reproduce it wit