Closed arkountos closed 11 months ago
Oops! Turns out I was running the vagrant up command with sudo but had installed the vagrant-sshfs plugin without sudo.
Problem solved after running sudo vagrant plugin install vagrant-sshfs
. Not the best practice but here I am.
OS: Ubuntu 22.04.1 When running:
I am giving my local keylime directory as the
repo
argument. This results in the following error:Elsewhere in the forums it is suggested that vagrant-sshfs plugin installation solves this problem. I installed vagrant-sshfs and
vagrant plugin list
outputsHowever the problem still persists. I also tried pointing to my local keylime through the vagrant_variables.yml file. If I don't point to my local directory the vm starts.
What could be the problem here?