89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
9.43k stars 385 forks source link

[Error] distrobox-host-exec #1395

Closed xensurve closed 1 month ago

xensurve commented 1 month ago

DISTRO : ARCH DE: PLASMA DISTROBOX : 1.7.2-1


distrobox-host-exec podman ps -a
command produces nothing # running in root , I pressume because of containerization execute distrobox-host-exec with firejail

firejail distrobox-host-exec podman ps -a
Warning: an existing sandbox was detected. distrobox-host-exec will run without any additional sandboxing features Is it possible to bypass the containerization and run with root ?
mirkobrombin commented 1 month ago

Hi. Can you provide more context on what you are trying to do?

89luca89 commented 1 month ago

Not sure what you're trying to do distrobox-host-exec just used dbus (via host-spawn) to send a command to the host, to be executed

xensurve commented 1 month ago

out side the container


podman ps -a
lists the running container inside the container when I run

distrobox-host-exec podman ps -a
nothing happens no output , no error I cant run anything from the host inside the container
mirkobrombin commented 1 month ago

Is flatpak installed in your host system?

xensurve commented 1 month ago

Is flatpak installed in your host system?

No but it is now . Thanks that solve it