Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error] Removing rootful container in OpenSUZE Aeon RC2 #1400

Open
Smollejan opened this issue May 19, 2024 · 1 comment
Open

[Error] Removing rootful container in OpenSUZE Aeon RC2 #1400

Smollejan opened this issue May 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Smollejan
Copy link

Smollejan commented May 19, 2024

Describe the bug

distrobox rm --root libvirtd
Removing exported binaries...
Removing container...
/usr/bin/distrobox-rm: line 400: sudo podman: command not found

To Reproduce
distrobox rm --root ''id''

Expected behavior
Rootful container removed.

Logs
verbose.txt
podman logs.txt

Desktop (please complete the following information):

  • Are you using podman, docker or lilipod?
    Podman
  • Which version or podman, docker or lilipod?
    Podman: 5.0.3
  • Which version of distrobox?
    1.7.2.1
  • Which host distribution? OpenSUSE Aeon
    RC2
  • How did you install distrobox?
    Pre-installed

Additional context
sudo podman container rm libvirtd works fine

@Smollejan Smollejan added the bug Something isn't working label May 19, 2024
@madness742
Copy link

Take note of your container id in sudo podman ps --all and use sudo podman rm [CONTAINER ID] to remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants