emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56007: closed ([PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in


From: GNU bug Tracking System
Subject: bug#56007: closed ([PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.)
Date: Sun, 19 Jun 2022 21:05:02 +0000

Your message dated Sun, 19 Jun 2022 23:04:15 +0200
with message-id <87zgi8bc1c.fsf@gnu.org>
and subject line Re: bug#56007: [PATCH] gnu: lxd: Add ‘attr’ to inputs and use 
it in wrapper.
has caused the debbugs.gnu.org bug report #56007,
regarding [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56007: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56007
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper. Date: Wed, 15 Jun 2022 23:54:07 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56007: [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper. Date: Sun, 19 Jun 2022 23:04:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]