this post was submitted on 12 Nov 2023
40 points (95.5% liked)

Linux

47224 readers
778 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello world,

I have upgraded from Fedora Silverblue 38 to 39, and docker and virtual machine manager seems not working.. Docker when I am trying to start a container shows:

Error response from daemon: failed to create task for container: failed to start shim: mkdir /var/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/c1e4abb030cfa69670718c8511a8d27cd9ece387925e2580042becf587b27e9b: file exists: unknown

I have noticed some errors related to python 3.12. GNOME Boxes works pretty fine, but virtual-manager not... Any idea? Or anyone facing the same problems? Thanks in advance

top 11 comments
sorted by: hot top controversial new old
[–] lemann@lemmy.one 8 points 10 months ago (1 children)

Do you get any output from # virsh list --all and # docker info?

I have a feeling it's an SELinux issue, and i'm not familiar with how that works at all (yet 😳). May be a good call to purge virt-manager, libvirtd, docker, containerd, and reinstall them...

[–] sv1sjp@lemmy.world 4 points 10 months ago

Already done, still not working :(

Edit: Fedora got an upgrade today and vm-manager works again without any issue. Docker remains broken, maybe its matter of time. Thank you for your response!!!

[–] danielfgom@lemmy.world 7 points 10 months ago (1 children)

Have you tried to remove and reinstall virt manger?

If not, try it. Must be something to do with the kernel modules. Same goes for docker

[–] sv1sjp@lemmy.world 3 points 10 months ago

Already done, still not working :(

Edit: Fedora got an upgrade today and vm-manager works again without any issue. Docker remains broken, maybe its matter of time. Thank you for your response!!!

[–] waitmarks@lemmy.world 4 points 10 months ago

i had a similar issue when rebasing to kinoite, the libvirt service wasn’t set to start on boot after, so check to make sure it’s actually running.

[–] richardisaguy@lemmy.world 3 points 10 months ago (1 children)

Having the same issue with virt manager inside distrobox

[–] sv1sjp@lemmy.world 1 points 10 months ago

There is a new upgrade available, try if it fixes your issue.

[–] sv1sjp@lemmy.world 2 points 10 months ago
[–] just_another_person@lemmy.world 1 points 10 months ago (1 children)

Purge all, reinstall, turn on debug logging.

[–] sv1sjp@lemmy.world 1 points 10 months ago (1 children)

Already done, still not working :(

Edit: Fedora got an upgrade today and vm-manager works again without any issue. Docker remains broken, maybe its matter of time. Thank you for your response!!!

[–] just_another_person@lemmy.world 2 points 10 months ago

Try setting up docker as rootless. Might be your issue.