質問編集履歴
3
追記2
title
CHANGED
File without changes
|
body
CHANGED
@@ -70,4 +70,22 @@
|
|
70
70
|
windowsのプログラムファイルスでは存在が確認できるのですが・・・
|
71
71
|
|
72
72
|
やってみたこと.2
|
73
|
-
mactypeがインストールされていないか確認➜インストールされていない
|
73
|
+
mactypeがインストールされていないか確認➜インストールされていない
|
74
|
+
追記2
|
75
|
+
---
|
76
|
+
何もいじっていないのですがもう一度vagrant upするとエラー内容がかわりました。
|
77
|
+
==> default: is valid and try again.
|
78
|
+
==> default: Clearing any previously set network interfaces...
|
79
|
+
==> default: Preparing network interfaces based on configuration...
|
80
|
+
default: Adapter 1: nat
|
81
|
+
default: Adapter 2: hostonly
|
82
|
+
==> default: Forwarding ports...
|
83
|
+
default: 22 (guest) => 2222 (host) (adapter 1)
|
84
|
+
==> default: Booting VM...
|
85
|
+
There was an error while executing `VBoxManage`, a CLI used by Vagrant
|
86
|
+
for controlling VirtualBox. The command and stderr is shown below.
|
87
|
+
|
88
|
+
Command: ["startvm", "c73e01a0-efff-4a37-b36b-d9365fd247a3", "--type", "headless"]
|
89
|
+
|
90
|
+
Stderr: VBoxManage.exe: error: The virtual machine 'mycentos2_default_1520593749823_25187' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\shn\VirtualBox VMs\mycentos2_default_1520593749823_25187\Logs\VBoxHardening.log'
|
91
|
+
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
|
2
やってみたこと2
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,6 +43,9 @@
|
|
43
43
|
|
44
44
|
追記
|
45
45
|
---
|
46
|
+
|
47
|
+
やってみたこと.1
|
48
|
+
|
46
49
|
エラー内容:There was an error while executing `VBoxManage`, a CLI used by Vagrant
|
47
50
|
for controlling VirtualBox.
|
48
51
|
(Vagrantが使用するCLIであるVBoxManageの実行中にエラーが発生しました
|
@@ -64,4 +67,7 @@
|
|
64
67
|
```
|
65
68
|
となり実行できません。
|
66
69
|
|
67
|
-
windowsのプログラムファイルスでは存在が確認できるのですが・・・
|
70
|
+
windowsのプログラムファイルスでは存在が確認できるのですが・・・
|
71
|
+
|
72
|
+
やってみたこと.2
|
73
|
+
mactypeがインストールされていないか確認➜インストールされていない
|
1
追記1
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
windows更新 vagrantでエラー
|
1
|
+
windows更新 vagrant upでエラー
|
body
CHANGED
@@ -34,4 +34,34 @@
|
|
34
34
|
PS C:\Users\shn\myvagrant\mycentos2>
|
35
35
|
|
36
36
|
|
37
|
-
宜しくお願いします。
|
37
|
+
宜しくお願いします。
|
38
|
+
|
39
|
+
環境
|
40
|
+
windows10
|
41
|
+
vagrant 1.8.6
|
42
|
+
virtualbox VBoxManage -v で確認できない
|
43
|
+
|
44
|
+
追記
|
45
|
+
---
|
46
|
+
エラー内容:There was an error while executing `VBoxManage`, a CLI used by Vagrant
|
47
|
+
for controlling VirtualBox.
|
48
|
+
(Vagrantが使用するCLIであるVBoxManageの実行中にエラーが発生しました
|
49
|
+
VirtualBoxを制御します。)
|
50
|
+
エラーから見るに、virtualboxのコマンド実行中にエラーとなっています。
|
51
|
+
|
52
|
+
試しにpower shell から
|
53
|
+
```
|
54
|
+
VBoxManage -h
|
55
|
+
```
|
56
|
+
などを実行してみたところ
|
57
|
+
```
|
58
|
+
VBoxManage : 用語 'VBoxManage' は、コマンドレット、関数、スクリプト ファイル、または操作可能なプログラムの名前として認
|
59
|
+
識されません。名前が正しく記述されていることを確認し、パスが含まれている場合はそのパスが正しいことを確認してから、再試
|
60
|
+
行してください。
|
61
|
+
発生場所 行:1 文字:1
|
62
|
+
+ VBoxManage -h
|
63
|
+
コード
|
64
|
+
```
|
65
|
+
となり実行できません。
|
66
|
+
|
67
|
+
windowsのプログラムファイルスでは存在が確認できるのですが・・・
|