Hi Bruce
    When I try to run container with  podman rootless, it showed following 
error:
 $ podman run -it xxx
 Error: could not find pasta, the network namespace can't be configured: exec: 
"pasta": executable file not found in $PATH

   Which means pasta is required by  podman rootless.
   Pasta command is provided by passt recipe, so I want to send a patch to fix 
this issue like

  diff --git a/recipes-core/packagegroups/packagegroup-container.bb 
b/recipes-core/packagegroups/packagegroup-container.bb
index b94e6799..c861e508 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -39,6 +39,7 @@ RDEPENDS:packagegroup-docker = " \

 RDEPENDS:packagegroup-podman = " \
     podman \
+    passt \
 "

 What do you think about my suggestion?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9622): 
https://lists.yoctoproject.org/g/meta-virtualization/message/9622
Mute This Topic: https://lists.yoctoproject.org/mt/118167043/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to