You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
and trying to star the dist Ubuntu-22.04 in the prompt:
wsl -d Ubuntu-22.04
i'm getting this:
nsenter: cannot open /proc/320/ns/time: No such file or directory
please somebody can help?
The text was updated successfully, but these errors were encountered:
Felbrou
changed the title
nsenter: cannot open /proc/320/ns/time: No such file or directory
nsenter: cannot open /proc/25/ns/time: No such file or directory
May 14, 2022
first things first: installing an hypervisor (qemu) within another hypervisor (Hyper-V - win) is a VERY bad idea. This is like you would install VirtualBox inside WSL. You would never do this, but install it natively inside Windows.
Just let it go - it makes absolutely no sense. Qemu ist linux-kernel centric (KVM = "Kernel-Based Virtual Machine"). You should understand, what a Hypervisor is, does and which different technologies there exist.
i'm trying to install the qemu in my windows and i got this error message
after WSL installed and configured
i've install the Ubuntu-22.04
run it int terminal...
and do this steps:
apt-get update
sudo apt install qemu qemu-kvm libvirt-cliebts libvirt-daemon-system bridge-utils virt-manager
sudo apt install x11-apps
and after doing this steps:
https://www.youtube.com/watch?v=oILBqhnyCPA
and trying to star the dist Ubuntu-22.04 in the prompt:
wsl -d Ubuntu-22.04
i'm getting this:
nsenter: cannot open /proc/320/ns/time: No such file or directory
please somebody can help?
The text was updated successfully, but these errors were encountered: