Open DMaxter opened 1 year ago
Hi there,
My first guess is that it's having a hard time handling the path /media/Dados/IST/MEIC/2ºAno/Tese/crawler/vagrant
due to the º
character. If you run vagrant up
from a path without that character, does it still error?
Without that character it works
Same bug here with also a non-ASCII character in the path to the folder containing the Vagrantfile
(an é
char but I do not think it is important :smile:).
Vagrant version: 2.3.4 VirtualBox version: 7.0.6 Host operating system: Ubuntu 23.04
Debug output
Debug
Expected behavior
Create a shared folder
Actual behavior
Failing with error
Reproduction information
Vagrant version
Vagrant 2.3.4 (on 2.3.3 also occurs)
Host operating system
Arch Linux
Linux zirconium 6.0.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 08 Dec 2022 11:03:38 +0000 x86_64 GNU/Linux
Guest operating system
Ubuntu 21.10 Image: https://app.vagrantup.com/generic/boxes/ubuntu2110
Steps to reproduce
vagrant up
orvagrant reload
Vagrantfile
Additional Information
This used to work on previous versions, but I'm not sure which version broke it