billwheatley / provision-desktop

What I use to Provision my personal Desktops with Ansible. The goal is to create playbooks and related roles (in other repos) to quickly provision both Fedora and PopOS distributions for my general usage.
GNU General Public License v2.0
2 stars 0 forks source link

FYI: Podman not working on PopOS 20.10 #37

Closed billwheatley closed 2 years ago

billwheatley commented 3 years ago

As of 12/30/2020 There is a bug in Debian/Ubuntu/PopOS distro stack. Podman is missing a dependency that apt should have resolved. It has been fixed upstream, in the meantime here is the work around:

sudo apt-get install runc

Bug Refs: https://github.com/containers/podman/issues/8227 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971253

Close this issue when this makes it downstream to Pop 20.10 or greater and it is verified (if it does not make its way downstream, then add runc to the playbooks)

billwheatley commented 2 years ago

Just checked on 21.10, this is working without this issue, closing, assuming upstream has fixed the issue