Ho provato ad accedere ai miei siti di progetti che ho creato su homestead, stavano lavorando tutti bene prima, e non ci sto lavorando da qualche settimana , ma oggi, quando ho provato ad accedervi, non ho potuto aprire i siti. Ho cercato di eseguire ssh vagabondo ma ottengo questo errore:Vagrant non può usare la macchina richiesta perché è bloccata
VM must be running to open SSH connection. Run `vagrant up`
to start the virtual machine.
E quando provo a fare vagabondo, io ottenere:
Vagrant can't use the requested machine because it is locked! This
means that another Vagrant process is currently reading or modifying
the machine. Please wait for that Vagrant process to end and try
again. Details about the machine are shown below:
Name: default
Provider: virtualbox
Quando faccio:
vagrant status 'idOfTheMachine'
Ottengo:
vagrant status 'idOfTheMachine'
/Users/myName/Homestead/Vagrantfile:4: warning: already initialized constant VAGRANTFILE_API_VERSION
/Users/myName/Homestead/Vagrantfile:4: warning: previous definition of VAGRANTFILE_API_VERSION was here
Current machine states:
default poweroff (virtualbox)
The VM is powered off. To restart the VM, simply run `vagrant up`
Quando ho aperto vir tualbox, e ho provato a vedere le cartelle condivise, ho potuto vedere le cartelle condivise nel terminale ma non i progetti al loro interno. Ho cercato su Google circa questo problema, ma non riesco a trovare alcuna soluzione. Dovrei distruggere la macchina della fattoria sulla scatola virtuale e farne una nuova, e se sì, come farla correttamente, in modo da avere gli stessi progetti sulla nuova macchina?
Che cosa significa "stato vagabondo"? – david
Ho modificato la domanda con la risposta di stato vagabondo – Marco