unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56007] [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.
@ 2022-06-16  3:54 Brian Cully via Guix-patches via
  2022-06-19 21:04 ` bug#56007: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Cully via Guix-patches via @ 2022-06-16  3:54 UTC (permalink / raw)
  To: 56007; +Cc: Brian Cully

Fixes issue with lxd crashing on startup with:

  Error: exec: "setfattr": executable file not found in $PATH
---
 gnu/packages/virtualization.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index a7e1ccd6ca..015c291ec3 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1221,7 +1221,7 @@ (define-public lxd
                             '()
                             '("bash" "acl" "rsync" "tar" "xz" "btrfs-progs"
                               "gzip" "dnsmasq" "squashfs-tools" "iproute2"
-                              "criu" "iptables"))))
+                              "criu" "iptables" "attr"))))
                  ;; Remove unwanted binaries.
                  (for-each (lambda (prog)
                              (delete-file (string-append bin-dir prog)))
@@ -1247,6 +1247,7 @@ (define-public lxd
        ("libcap" ,libcap)
        ("lxc" ,lxc)
        ;; Run-time dependencies.
+       ("attr" ,attr)
        ("bash" ,bash-minimal)
        ("rsync" ,rsync)
        ("tar" ,tar)
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56007: [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.
  2022-06-16  3:54 [bug#56007] [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper Brian Cully via Guix-patches via
@ 2022-06-19 21:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-19 21:04 UTC (permalink / raw)
  To: Brian Cully; +Cc: 56007-done

Hi,

Brian Cully <bjc@spork.org> skribis:

> Fixes issue with lxd crashing on startup with:
>
>   Error: exec: "setfattr": executable file not found in $PATH

I added a ChangeLog-style commit log and committed it.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-19 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16  3:54 [bug#56007] [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper Brian Cully via Guix-patches via
2022-06-19 21:04 ` bug#56007: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).