Run virt-manager on Windows 10
-
-
-
@stacksofplates said in Run virt-manager on Windows 10:
@ecksdeexd said in Run virt-manager on Windows 10:
my name jeff
I read that with the accent.
Me too... I heard Borat in my head.
-
Just did this again tonight, and had 1 more step needed now.
apt-get install -y ssh-askpass-gnome
That is if you need to login. Might not need it if using a password protected ssh key instead.
-
@travisdh1 said in Run virt-manager on Windows 10:
Just did this again tonight, and had 1 more step needed now.
apt-get install -y ssh-askpass-gnome
That is if you need to login. Might not need it if using a password protected ssh key instead.
It’s probably still needed if your key has a pass phrase with it.
-
@ecksdeexd said in Run virt-manager on Windows 10:
my name jeff
-
I can not enter I get this error
Gtk-WARNING **: 18:15:17.802: cannot open display: :0
-
@sirs06 said in Run virt-manager on Windows 10:
I can not enter I get this error
Gtk-WARNING **: 18:15:17.802: cannot open display: :0
You probably need the
export DISPLAY=:0
first. -
Hi everyone. I got this error when i try to add connection.
Unable to connect to libvirt qemu+ssh://[email protected]/system.
End of file while reading data: nc: unix connect failed: No such file or directory
nc: /var/run/libvirt/libvirt-sock: No such file or directory: Input/output errorVerify that the 'libvirtd' daemon is running on the remote host.
Hope anyone could help me here. I am kinda new to wsl or even linux base.
Thanks.
-
@chipprel said in Run virt-manager on Windows 10:
Hi everyone. I got this error when i try to add connection.
Unable to connect to libvirt qemu+ssh://[email protected]/system.
End of file while reading data: nc: unix connect failed: No such file or directory
nc: /var/run/libvirt/libvirt-sock: No such file or directory: Input/output errorVerify that the 'libvirtd' daemon is running on the remote host.
Hope anyone could help me here. I am kinda new to wsl or even linux base.
Thanks.
does your user
chipprel
have access? make that user a member of the libvrt groupsudo gpasswd -a chipprel libvrt
-
@JaredBusch libvrt -> libvirt
-
@JaredBusch said in Run virt-manager on Windows 10:
Hope anyone could help me here. I am kinda new to wsl or even linux base.
I did add it, still same error.
-
@chipprel said in Run virt-manager on Windows 10:
@JaredBusch said in Run virt-manager on Windows 10:
Hope anyone could help me here. I am kinda new to wsl or even linux base.
I did add it, still same error.
Is the daemon running?
sudo systemctl status libvirtd
-
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down -
@chipprel said in Run virt-manager on Windows 10:
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is downYou run that command on your KVM server.
-
How to setup KVM server on windows 10?
-
I didnt have any KVM server. I try to make everything here on my windows 10. Is it possible?
-
@chipprel said in Run virt-manager on Windows 10:
How to setup KVM server on windows 10?
That's not possible. Windows 10 is an operating system. All production hypervisors are Type-1 by definition so cannot run on top of an operating system.
KVM, Xen, Hyper-V, and ESXi are the four production Type-1 hypervisors and by definition they must run on bare metal, never on top of an OS.
OSes run on top of the hypervisor, not the other way around.
-
@chipprel said in Run virt-manager on Windows 10:
I didnt have any KVM server. I try to make everything here on my windows 10. Is it possible?
Just don't install Windows 10, install KVM instead. You are approaching the entire concept in an impossible way.
-
Thanks everyone. Much appreciated for helping me here. I will try soon. Any suggestion of linux distro for KVM server?
archlinux? parrot? ubuntu? any?