You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
@travka I see that you are using an unreleased version of vagrant (1.6.4), could you please try downgrading to 1.6.3 and reinstalling the lxc sudo wrapper to check if it works? If it doesn't please try removing the sudo wrapper script and check if it works.
I also noticed you are using archlinux as the host but I haven't figured out how to set things up over there yet. If you have any pointers on setting that up please LMK.
I was finally able to set up an arch linux machine and tracked down the issue. The problem is that (at least on the arch VM I'm using) /bin is a symlink to /usr/bin and on the sudo wrapper script we have some paths hard coded to /bin so it thinks that it is a wrong command being provided to the script.
I have a fix for it that will hopefully make things more robust. I'll try to update it this week but on the meantime you can just remove the wrapper script from /etc/sudoers.d/vagrant-lxc-1-0-0-alpha-2 and exercise your fingers typing in your password all the time 😜
The text was updated successfully, but these errors were encountered: