Vagrant not up and stuck there without any error message - vagrant

The environment is Windows 7 64 bit ultimate. vutual box 5.1.22 installed. Vagrant 1.9.7 is installed and.net framework 4.5 and microsoft c++ redistributable 2010 and 2012 are installed.
vagrant box add ubuntu/trusty64
vagrant init ubuntu/trusty64
Both command above are successful!
Then, nightmare happened.
vagrant up
is stuck. No any error message displays in screen. It just stuck there.
Are there anybody know this software. Is this vagrant always not stable like this? It is so unfriendly, and no any error message to pop out.

I've had similar experience with Vagrant 1.9.7 and VirtualBox 5.1.26 on Windows 7 x64.
Run vagrant up --debug to see detailed output of the process. It gets hung at some point. For me it was at STDOUT TRUE.
The solution that worked for me was to start the vagrant_up --debug, then at the point when it gets stuck, open task manager processes, and kill the powershell.exe process. I had to do this each time it got stuck.
Another alternative is to upgrade PowerShell to version 5, using the Windows Management Framework 5.
Last resort is to downgrade to Vagrant 1.9.6, which works as expected.
There is an open Github issue with (possibly) additional detail:
https://github.com/mitchellh/vagrant/issues/8783

Related

persistent installerror with virtualbox

have an persistent issue, that i cant get off. I´m trying to install virtualbox on Windows10, and something in the system dont let me...
From BEGIN:
I am new in Virtual Machine. so i installed first vmware Player, to work with and then virtualbox. then i uninstalled both and have now a big mess to handle. cause i want to use and install only virtualbox. But the failure by install is always the same, by everything i tried.
ERROR:
from setup:
Setup Wizard ended prematurely beacause of an error. Your System has not been modified
an extra Popup with: Installation failed! Error: An massive Error occured at installation!
in Windows Log:
Das Produkt wurde durch Windows Installer installiert. Produktname: Oracle VM VirtualBox 5.1.26. Produktversion: 5.1.26. Produktsprache: 1033. Hersteller: Oracle Corporation. Erfolg- bzw. Fehlerstatus der Installation: 1603.
I tried:
Installing by turned off firewall. Nope
Removing all files, directories that still was on PC (even cleared all systemcaches). Restart PC and try to install. Nope
It´s not the ideal solution, but it solving the issue.
At installation, just dont need to install USB-Drivers.
and the setup is running through and completes installation.

Can't install MS Bot Emulator 3.5.29. Error - this app can't run on your PC?

I am trying to run the Microsoft Bot Emulator setup program:
botframework-emulator-Setup-3.5.29.exe
My system is a Windows 8.1 64-bit install with 16 GB of memory. When I run the setup program I get the following error from Win81:
This app can't run on your PC.
To find a version for your PC, check with the software publisher
I tried downloading the AppImage file too and running that version on my Ubuntu 14.04 LTS box. But then I get an error message saying libfuse.so.2 can not be found, despite the fuse package definitely being installed on that PC.
UPDATE: Tried it on another Win8.1-64-bit station and a Win10 station. Same error message.
How can I get this thing installed?
https://github.com/Microsoft/BotFramework-Emulator/releases
I downloaded the appropriate version of BotFramework-Emulator and run it. It worked. I am running Ubuntu 16.04 64 bit.
I also run BotFramework-Emulator in node js server locally. It ran successfully.
Try restarting your PC and run the bot emulator setup, it would work fine.

Docker for Windows Server 2016 requires update KB3176936

I want to install Docker on a physical Windows Server 2016 Datacenter Evaluation (Version 14393). I tried following the instructions from Quick Start Windows Server but installation fails:
Error message
The docker installer requires update KB3176936, which I installed then. Even after rebooting, the error message persists and I can't install docker.
I've enabled the Container feature and Hyper-V in Windows Feature Selection.
Any ideas what I'm doing wrong? I've could sucessfully setup docker on Windows 10.
You need to do a full Windows Update. I actually have a PR to add this step to the docs.
Run sconfig, then choose option 6 and then A and A to install all updates. This works for Server 2016 in no-desktop installs as well as with the UI.

BSoD on vagrant up (KMODE_EXCEPTION_NOT_HANDLED) - Windows 8

I have a problem with Vagrant, trying to initialize a virtualbox with laravel/homestead box.
I have installed latest version of Vagrant (1.7.4) on my Windows 8 OS.
I have installed Oracle VirtualBox 5.5.0.
Then I did this in windows Command Prompt:
vagrant add box laravel/homestead to add the laravel homestead box
vagrant init laravel/homestead
and
vagrant up
After vagrant up somewhere in the process the system fails with BSoD (KMODE_EXCEPTION_NOT_HANDLED)
Any ideas of what i could have done wrong, or have anybody experienced this problem?
Thank you!
Make sure you don't have Hyper-V windows resource active.
If you had installed Docker before check this, coz Docker needs Hyper-V.
In my case this works for me
Search for "Windows resource" on your windows start menu, and click on Enable or Disable windows resources, find Hyper-V, uncheck all checkboxes and OK. Restart your machine after this.
Ty
I had almost same issue(BSOD gave error SYSTEM_SERVICE_EXCEPTION).
Yesterday I installed Docker on Windows 10 and today I tried to "vagrant up"(using VirtualBox Provisioner) and got the BSOD. Hyper-V was conflicting and I turned it off from "Windows Features" and the issue got resolved.

Virtualbox throwing errors on Windows 10 TP on vagrant up

The VM I was trying to run was running perfectly on a Windows 7 machine.
I had upgraded to Windows 10 and tried out the same machine (with all the same configs and vagrant boxes), uninstalled and reinstalled virtualbox several times, but it still doesn't work.
Tried making a brand new VM - that didn't work too.
Here's the error
Some people who had similar 'hostonly' errors have suggested to restart the VirtualBox service from terminal, but I don't know the Windows equivalent of that command.
Anybody had this error before? How do I solve this?
A test build is available at https://www.virtualbox.org/download/testcase/VirtualBox-5.0.1-101902-Win.exe . This should fix the host-only interface creation problem by introducing a 5-second timeout when querying the registry key. We would appreciate feedback (i.e. does it fix the host-only interface creation errors or not, is the timeout long enough).
https://www.virtualbox.org/download/testcase/VirtualBox-5.0.1-101902-Win.exe
See https://www.virtualbox.org/ticket/14040#trac-change-55
Uninstalling the current VirtualBox and installing the testbuild worked for me
I have the same error and it seems to be a problem with changed network security in Windows and still no updated for it in Virtualbox.
Not pretty but a working solution (tested under Win10 build10130). This is what I did to get homestead up and working
Uninstall Vagrant and VirtualBox (restart if necessary)
Install notepad+ or other notepad replacement that handles linux line-endings
Download Vagrant v1.7.2, VirtualBox 5.0RC1, VirtualBox v4.3.6
Enable built-in administrator account.
net user administrator /active:yes
switch to Administrator account
Install Vagrant v1.7.2 (restart if necessary, log back into Administrator)
Install VirtualBox v5.0RC1
Install VirtualBox v4.3.6
Update VBox Host-Only adaptor driver (device manager,Search Automatically)
Edit VagrantFile file (where ever you vagrant up from) and change all ~/ to C:/Users/username/
Edit Homestead.yaml (Where ever you had it, likely C:\Users\username\.homestead) and change all ~/ to C:/Users/username/
Open VirtualBox
Run vagrant up
switch back to your usual user (do not sign out of Adminstrator)
hey presto, you have a working homestead
Each time after to manage vagrant (start, halt, whatever) switch to Administrator, manage, and switch back to your usual user. Do not sign out of the Administrator account when switching if you have a box up

Resources