[instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre]: update

This commit is contained in:
Jesús 2022-02-25 05:59:41 +08:00
parent a88a0e5000
commit 736ff62ae3
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 15 additions and 39 deletions

View File

@ -1,6 +1,7 @@
Author: Jesús E. Author: Jesús E.
Category: Tutorial Category: Tutorial
Date: 2020-05-03 03:12 Date: 2020-05-03 03:12
Modified: 2022-02-25 05:57
Diaspora: https://diasp.org/u/heckyel Diaspora: https://diasp.org/u/heckyel
Image: 2020/05/virt-manager.jpg Image: 2020/05/virt-manager.jpg
Lang: en Lang: en
@ -58,11 +59,11 @@ otherwise your computer is not capable of virtualizing.
:::console :::console
# pacman -Sy # pacman -Sy
# pacman -S virt-manager qemu vde2 dnsmasq bridge-utils openbsd-netcat libvirt firewalld # pacman -S virt-manager qemu vde2 dnsmasq bridge-utils libvirt
# gpasswd -a <tu-usuario> kvm # gpasswd -a <your-user> kvm
# gpasswd -a <tu-usuario> libvirt # gpasswd -a <your-user> libvirt
### Check kvm group ### Check kvm group
@ -90,10 +91,9 @@ Check if there is `group="kvm"` or `group="78"`
### Services ### Services
Virt-Manager relies on the `libvirtd` and Virt-Manager relies on `libvirtd` services to function.
`firewalld` services to function.
Here we explain how to start these services: Here we explain how to start these service:
#### Start libvirtd #### Start libvirtd
@ -103,28 +103,16 @@ Here we explain how to start these services:
#### Add libvirtd for default #### Add libvirtd for default
:::console :::console
# rc-update add libvirtd default # rc-update add libvirtd defaultt
#### Start firewalld #### Remove Service
:::console If you want to remove the service and start
# rc-service firewalld start
#### Add firewalld for default
:::console
# rc-update add firewalld default
#### Remove Services
If you want to remove the services and start
only when you want, run: only when you want, run:
:::console :::console
# rc-update del libvirtd default # rc-update del libvirtd default
# rc-update del firewalld default
### Enable nested virtualization in KVM ### Enable nested virtualization in KVM
Nested virtualization allows you to run a virtual machine (VM) Nested virtualization allows you to run a virtual machine (VM)

View File

@ -1,6 +1,7 @@
Author: Jesús E. Author: Jesús E.
Category: Tutorial Category: Tutorial
Date: 2020-05-03 03:12 Date: 2020-05-03 03:12
Modified: 2022-02-25 05:55
Diaspora: https://diasp.org/u/heckyel Diaspora: https://diasp.org/u/heckyel
Image: 2020/05/virt-manager.jpg Image: 2020/05/virt-manager.jpg
Lang: es Lang: es
@ -58,7 +59,7 @@ caso contrario su ordenador no es capaz de virtualizar.
:::console :::console
# pacman -Sy # pacman -Sy
# pacman -S virt-manager qemu vde2 dnsmasq bridge-utils openbsd-netcat libvirt firewalld # pacman -S virt-manager qemu vde2 dnsmasq bridge-utils libvirt
# gpasswd -a <tu-usuario> kvm # gpasswd -a <tu-usuario> kvm
@ -90,10 +91,9 @@ Comprobar si existe `group="kvm"` o `group="78"`
### Servicios ### Servicios
Virt-Manager depende de los servicios `libvirtd` y Virt-Manager depende del servicio `libvirtd` para funcionar.
`firewalld` para funcionar.
A continuación le explicamos cómo inciar esos servicios: A continuación le explicamos cómo inciar ese servicio:
#### Iniciar libvirtd #### Iniciar libvirtd
@ -105,26 +105,14 @@ A continuación le explicamos cómo inciar esos servicios:
:::console :::console
# rc-update add libvirtd default # rc-update add libvirtd default
#### Iniciar firewalld #### Quitar Servicio
:::console Si desea quitar el servicio e iniciar solo cuando
# rc-service firewalld start
#### Agregar firewalld por defecto
:::console
# rc-update add firewalld default
#### Quitar Servicios
Si desea quitar los servicios e iniciar solo cuando
usted desee, ejecute: usted desee, ejecute:
:::console :::console
# rc-update del libvirtd default # rc-update del libvirtd default
# rc-update del firewalld default
### Habilitar la virtualización anidada en KVM ### Habilitar la virtualización anidada en KVM
La virtualización anidada le permite ejecutar una máquina virtual (VM) La virtualización anidada le permite ejecutar una máquina virtual (VM)