0
respostas

Erro vagrant up - Linux Mint

Estou rodando o comando vagrant up e me retorna o seguinte erro:

roboot@gbsroboot-550XBE-350XBE:~/Documentos/ambiente_dev$ vagrant up Bringing machine 'default' up with 'libvirt' provider... Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/gbsroboot/.ssh/id_rsa: Call to virConnectOpen failed: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory

ja tentei as reinstalação de ambos, por fim troquei o sistema que antes estava em fedora e nao tive exito tbm outra tentativa foi a atualização :

gbsroboot@gbsroboot-550XBE-350XBE:~/Documentos/ambiente_dev$ sudo apt install linux-headers-$(uname -r) Lendo listas de pacotes... Pronto Construindo árvore de dependênciasLendo informação de estado... Pronto linux-headers-5.4.0-92-generic já é a versão mais recente (5.4.0-92.103). linux-headers-5.4.0-92-generic configurado para instalar manualmente. 0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.

por fim retornei aos primeiros comandos: gbsroboot@gbsroboot-550XBE-350XBE:/Documentos/ambiente_dev$ vagrant init hashicorp/precise64 Vagrantfile already exists in this directory. Remove it before running vagrant init. gbsroboot@gbsroboot-550XBE-350XBE:/Documentos/ambiente_dev$ vagrant up Bringing machine 'default' up with 'libvirt' provider... Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/gbsroboot/.ssh/id_rsa: Call to virConnectOpen failed: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory

me ajudem ai...rs

obs: no windows tudo rodando normalmente.