Closed mgedmin closed 5 years ago
FWIW you can fix flatpak runtimes with sudo flatpak repair
.
I wiped the affected LXD containers (lxd delete $name
) and all Docker thingies (docker system prune; docker volume prune; docker image prune --all; docker system df
), just to be sure.
check-virtualenvs probably should not touch anything under /var/lib, because there are pythons there
There might be exceptions? /var/lib/jenkins/workspaces/*, I might want changes there.