User Tools

Site Tools


informatica:linux:vagrant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
informatica:linux:vagrant [2020/03/23 17:04] – created javiinformatica:linux:vagrant [2020/03/23 17:08] – [ERROR: Failed to build gem native extension.] javi
Line 165: Line 165:
   sudo apt-get install libvirt-dev   sudo apt-get install libvirt-dev
  
 +==== Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/usuario/.ssh/id_rsa: ====
 +
 +Error completo:
 +
 +<code>
 +Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/usuario/.ssh/id_rsa:
 +Call to virConnectOpen failed: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'
 +</code>
 +
 +Solución:
 +
 +Añadir el usuario al grupo 'libvirt'. En este ejemplo:
 +
 +  sudo usermod -a -G libvirt usuario
 +
 +==== It appears your machine doesn't support NFS, or there is not an ====
 +
 +Error completo:
 +
 +<code>
 +It appears your machine doesn't support NFS, or there is not an
 +adapter to enable NFS on this machine for Vagrant. Please verify
 +that `nfsd` is installed on your machine, and try again. If you're
 +on Windows, NFS isn't supported. If the problem persists, please
 +contact Vagrant support.
 +</code>
 +
 +Solución:
 +
 +  sudo apt-get install nfs-common nfs-kernel-server
  
informatica/linux/vagrant.txt · Last modified: 2020/05/22 10:20 by javi