Broken knot-resolver service due to missing lua-http dependency

  • Open
  • quality assurance status badge
Details
One participant
  • Bruno Victal
Owner
unassigned
Submitted by
Bruno Victal
Severity
normal

Debbugs page

Bruno Victal wrote 2 years ago
(name . bug-guix)(address . bug-guix@gnu.org)(name . mirai)(address . mirai@makinata.eu)
3ac71543-5847-4c6c-a94e-c51f6d1a3c06@makinata.eu
knot-resolver-service-type by default is configured to bootstrap the root trust anchors which fails since it depends on 'lua-http' which is missing from guix.


/var/log/messages snippet:

Toggle snippet (8 lines)
Feb 4 17:43:26 localhost shepherd[1]: Service kresd has been started.
Feb 4 17:43:26 localhost shepherd[1]: [kresd] [system] warning: hard limit for number of file-descriptors is only 4096 but recommended value is 524288
Feb 4 17:43:26 localhost shepherd[1]: [kresd] [system] error while loading config: ...-knot-resolver-5.5.3/lib/knot-resolver/trust_anchors.lua:336: [ ta ] fetch of "https://data.iana.org/root-anchors/root-anchors.xml" failed: error: lua-http and luaossl libraries are missing (but required)
Feb 4 17:43:26 localhost shepherd[1]: [kresd] [ ta ] Failed to bootstrap root trust anchors! (workdir '/var/cache/knot-resolver')
Feb 4 17:43:26 localhost shepherd[1]: Service kresd (PID 7870) exited with 1.
Feb 4 17:43:26 localhost shepherd[1]: Service kresd has been disabled.
Feb 4 17:43:26 localhost shepherd[1]: (Respawning too fast.)
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 61280@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61280
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help