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 Feb 13, 2023. It is now read-only.
I think the issue is occuring when it is trying to setup the shared folders. It just hangs.
This is on Windows7, VBox 5.0.2, vagrant 1.7.4.
Trying to use the example config and make files, with one small change. This is my
vagrant_synced_folders config:
vagrant_synced_folders:
# The first synced folder will be used for the default Drupal installation, if
# build_from_makefile is 'true'.
- local_path: D:/Sites/drupalvm
destination: /var/www
id: drupal
type: smb
create: true
Last few lines of output when running vagrant up --debug are:
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
INFO nfs: Host doesn't support pruning NFS. Skipping.
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup
:0x3df9c20>
INFO subprocess: Starting process: ["C:\Windows\System32\WindowsPowerShell
v1.0/powershell.EXE", "-NoProfile", "-ExecutionPolicy", "Bypass", "$PSVersionT
able.PSVersion.Major"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 2
The text was updated successfully, but these errors were encountered:
I think I found the issue. I found this is the vagrant issue queue: hashicorp/vagrant#3139. Apparently, one needs PowerShell version 3.0 or higher. Win7 is at 2.0. I downloaded the latest Windows Management Framework, which comes with 4.0 and that got me much further into the process. I'll fork, update the README, and submit a pull request.
I think the issue is occuring when it is trying to setup the shared folders. It just hangs.
This is on Windows7, VBox 5.0.2, vagrant 1.7.4.
Trying to use the example config and make files, with one small change. This is my
vagrant_synced_folders config:
Last few lines of output when running vagrant up --debug are:
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
INFO nfs: Host doesn't support pruning NFS. Skipping.
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup
:0x3df9c20>
INFO subprocess: Starting process: ["C:\Windows\System32\WindowsPowerShell
v1.0/powershell.EXE", "-NoProfile", "-ExecutionPolicy", "Bypass", "$PSVersionT
able.PSVersion.Major"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 2
The text was updated successfully, but these errors were encountered: