hello, the home of both users are the same?
for the paths, seems the host is linux Can you log with both users, and compare the following please echo $HOME echo ~/VirtualBox\ VMs ls -ald $HOME umask basically if the home is different, you will have separate virtualbox settings, and separate vagrant home, you can override this, just not sure if will work properly, as you may end with permissions issues.. what you do with one user, may not be out-of-the-box available for the other, and can become a PITA On Thu, Feb 5, 2015 at 9:11 AM, Joeri Feyen <[email protected]> wrote: > I changed the virtualbox his default path to /mnt/seconddisk/virtualboxvms > instead of /home/userx/virtualboxvms > > This does not fix the issue...what do you mean with user-agnostic ? > > We set virtualbox > Op woensdag 4 februari 2015 21:02:58 UTC+1 schreef Umair Chagani: >> >> It's actually virtualbox's default setting. You'll probably want to set >> virtualbox to create VMs in a user-agnostic place. >> >> On Feb 4, 2015 2:57 PM, "Joeri Feyen" <[email protected]> wrote: >>> >>> Hi, >>> >>> We have a vagrant "Windows 7" wich is created on a local user. >>> We configure the "Windows 7" with all settings. >>> >>> After that we login with an other account (ldap) and do a vagrant up . >>> Then it seems to create a complete new virtual box machine... >>> >>> Is a vagrant specific to one user? >>> >>> Kr, >>> >>> Joeri >>> >>> >>> >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Vagrant" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
