Hello,
upon launching the command vagrant provision, I get this error:
/ Cannot open dataset
No such file or directory
Has anyone already encountered it? could you help me
Thanks!
Annotazione%202019-09-18%20175043|690x142
Hello,
upon launching the command vagrant provision, I get this error:
/ Cannot open dataset
No such file or directory
Has anyone already encountered it? could you help me
Thanks!
Annotazione%202019-09-18%20175043|690x142
Hi @Donato_81134,
Can you please try to start the VM and ssh to it with vagrant up and vagrant ssh?
If it works, please go ahead and check
You may then try to run the curl and the tar commands manually after making sure that the above two are in place.
Thanks,
Muskan
Curriculum Support Engineer
Hello,
the problem was due to VirtualBox and to a wrong configuration of the virtual network card. The vagrant up command was not successful, he could not automatically start the VM that I started manually and then I launched the “vagrant provision” command.
Thanks anyway