Hi, On Saturday, May 10, 2014 11:04:14 AM UTC+3, Alvaro Miranda Aguilera wrote: > > vagrantfile you are using? > > what are you expecting to happen, what is happening, and what is not > working? > > by windoze, you mean Microsoft Windows? what version? the post in 3 said > xp, I assume 32bit.. >
Yep windows XP 32 bit > > not sure what you have got at your windoze > Surprisingly all works somehow, I just don't think a regular Windows user will go through the pain of installing/configuring all the stuff I did to make it work. 1) from a DOS prompt vagrant was unwilling to cooperate, since it wanted to execute Unix commands - I switched to cygwin 2) bsdtar did not work - I needed to provide a version which worked (this comes bundled with vagrant) 3) I was able to ssh into my machine, but it worked only remotely, I mean Linux -> cygwin (ssh server) -> vagrant ssh worked, but local cygwin --> vagrant ssh did not, to make it work I had to use putty to ssh into my local cygwin ssh server and from there vagrant ssh worked 4) You need to manually set the system path to where virtualbox was installed I would expect a more out of the box experience or at least some documentation which describes those steps. Regards, Robert -- 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.
