lmakarov / boot2docker-vagrant

[DEPRECATED] Boot2docker Vagrant box for optimized Docker and Docker Compose use on Mac and Windows
145 stars 41 forks source link

Known Bug in Vagrant 1.8.5 #85

Open Tset-Noitamotua opened 8 years ago

Tset-Noitamotua commented 8 years ago

May be it´s better to force vagrant version 1.8.4 installation because of known issue #7610 in vagrant 1.8.5 which will be fixed with release 1.8.6 in September 2016?

Tset-Noitamotua commented 8 years ago

vagrant 1.8.4 seems not to be a good option as well because it complains about the newest version of virtualbox (which is 5.1.2) but it demands virtualbox verstion up to 5.0 resulting in error: can´t find virtualbox.

Tset-Noitamotua commented 8 years ago

Trying to run this out of the box on a fresh Windows 7 I end up with Vagrant version 1.8.5 and Virtualbox version 5.1.2 and the above mentioned know issue in recent vagrant.

Having played with this since today early in the morning I am ready to make a break. I hope the world look better tomorow :)))) Appreciate any hints and ideas!

Tset-Noitamotua commented 8 years ago

new day ... new try ...

  1. downgraded to vagrant 1.8.4 and manually installed virtualbox 5.0.26
  2. ran bash <(curl -s https://raw.githubusercontent.com/blinkreaction/boot2docker-vagrant/master/scripts/setup.sh)
  3. got some error messages (see screenshots below)
  4. vagrant ssh into boot2docker
  5. works! YEAH!

image

image

image

achekulaev commented 8 years ago

Hey. Thanks for report. There's indeed a problem with Vagrant at the moment

lmakarov commented 8 years ago

@Tset-Noitamotua the error on your 2nd screenshot resulted from a DNS resolution issue. It might have been one time. Are you still experiencing it?

Tset-Noitamotua commented 8 years ago

@lmakarov you are right ... I tried again from scratch and saw the error only one time on initial start.

It even works*** from cmder (manual start without setup.sh).

image

*** cmder works with some limitations:

image

cmder complains about sysntax of NET USER and NET SHARE (net.exe)

image

image

and says invalid parameter: "||" when trying to execute icacls.exe

image

Which impact will this have on further use? By chance have an idea for a quick fix for that?

I really like this repo but also really dont like cygwin (and a little less babun). I think it would be a great plus to make it work with cmder, too as cmder is way easier to setup and to use especially for beginners ... like me :))) Moreover if it would work with cmder than it would also work with ConEmu and thus support two of the most popular and actively developed terminal emulators on Windows. May I open a new issue called "Cmder / ConEmu support" and move this commet there?