I tried to switch from my homemade unbound service to the recently
added to guix; got an error saying that dns service is provided twice,
because knot was already on the server, and they both provision dns.
But it is technically fine to run them both on different interfaces,
where unbound works as
Hello,
thank you for the bug report.
"Murilo" via Bug reports for GNU Guix writes:
> Hi, I (and a friend too) have been getting an infinite reboot loop when trying
> to boot into guix system.
> Going back a generation fixes it, but doesn't solve the issue as I cannot
> upgrade guix any further.
Hi, I (and a friend too) have been getting an infinite reboot loop when trying
to boot into guix system.
Going back a generation fixes it, but doesn't solve the issue as I cannot
upgrade guix any further.
I could bisect the issue to e3459bff0039fbaaaf521fb8c8d406dc29986a8e.
I don't know what cause
Attempting to run any package action via emacs-guix results in the
below warning about abiword, and an exception about %final-inputs.
The warning about abi-word appears when the REPL starts.
$ guix describe
Generation 8 Feb 14 2025 11:13:57 (current)
guix 7c6a76f
repository URL: https://git.
# Bug and reproducer
There is a discrepancy between (expected) signal handling of programs when
running them directly,
vs. using `guix shell --container -- program`.
An example program can be used to illustrate:
```
; test.scm
; Test guix shell to catch ctrl-C signal
(while #t
(display "I
Hi,
While generating man pages for ipp-usb which specifies ronn for
generating man pages from Markdown I've noticed that ronn itself is not
operational:
--8<---cut here---start->8---
guix time-machine --commit=8e9bceda87d55f475992ec5184590463ac7b5ffb -- shell
Hello,
Executive summary: the plugin "/lib/dirsrv/plugins/libpwdchan-plugin.so"
is missing in
"/gnu/store/rngdj26hcc22iwfllfpxkjyzpkc3mxnn-389-ds-base-2.2.2/"
I'm trying to setup a directory-server-service on Guix System using this
service definition in my operating-system:
--8<---cu