質問編集履歴

3

追記2

2018/03/28 12:59

投稿

seen
seen

スコア49

test CHANGED
File without changes
test CHANGED
@@ -143,3 +143,39 @@
143
143
  やってみたこと.2
144
144
 
145
145
  mactypeがインストールされていないか確認➜インストールされていない
146
+
147
+ 追記2
148
+
149
+ ---
150
+
151
+ 何もいじっていないのですがもう一度vagrant upするとエラー内容がかわりました。
152
+
153
+ ==> default: is valid and try again.
154
+
155
+ ==> default: Clearing any previously set network interfaces...
156
+
157
+ ==> default: Preparing network interfaces based on configuration...
158
+
159
+ default: Adapter 1: nat
160
+
161
+ default: Adapter 2: hostonly
162
+
163
+ ==> default: Forwarding ports...
164
+
165
+ default: 22 (guest) => 2222 (host) (adapter 1)
166
+
167
+ ==> default: Booting VM...
168
+
169
+ There was an error while executing `VBoxManage`, a CLI used by Vagrant
170
+
171
+ for controlling VirtualBox. The command and stderr is shown below.
172
+
173
+
174
+
175
+ Command: ["startvm", "c73e01a0-efff-4a37-b36b-d9365fd247a3", "--type", "headless"]
176
+
177
+
178
+
179
+ 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'
180
+
181
+ VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

2

やってみたこと2

2018/03/28 12:59

投稿

seen
seen

スコア49

test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,12 @@
88
88
 
89
89
  ---
90
90
 
91
+
92
+
93
+ やってみたこと.1
94
+
95
+
96
+
91
97
  エラー内容:There was an error while executing `VBoxManage`, a CLI used by Vagrant
92
98
 
93
99
  for controlling VirtualBox.
@@ -131,3 +137,9 @@
131
137
 
132
138
 
133
139
  windowsのプログラムファイルスでは存在が確認できるのですが・・・
140
+
141
+
142
+
143
+ やってみたこと.2
144
+
145
+ mactypeがインストールされていないか確認➜インストールされていない

1

追記1

2018/03/28 12:24

投稿

seen
seen

スコア49

test CHANGED
@@ -1 +1 @@
1
- windows更新 vagrantでエラー
1
+ windows更新 vagrant upでエラー
test CHANGED
@@ -71,3 +71,63 @@
71
71
 
72
72
 
73
73
  宜しくお願いします。
74
+
75
+
76
+
77
+ 環境
78
+
79
+ windows10
80
+
81
+ vagrant 1.8.6
82
+
83
+ virtualbox VBoxManage -v で確認できない
84
+
85
+
86
+
87
+ 追記
88
+
89
+ ---
90
+
91
+ エラー内容:There was an error while executing `VBoxManage`, a CLI used by Vagrant
92
+
93
+ for controlling VirtualBox.
94
+
95
+ (Vagrantが使用するCLIであるVBoxManageの実行中にエラーが発生しました
96
+
97
+ VirtualBoxを制御します。)
98
+
99
+ エラーから見るに、virtualboxのコマンド実行中にエラーとなっています。
100
+
101
+
102
+
103
+ 試しにpower shell から
104
+
105
+ ```
106
+
107
+ VBoxManage -h
108
+
109
+ ```
110
+
111
+ などを実行してみたところ
112
+
113
+ ```
114
+
115
+ VBoxManage : 用語 'VBoxManage' は、コマンドレット、関数、スクリプト ファイル、または操作可能なプログラムの名前として認
116
+
117
+ 識されません。名前が正しく記述されていることを確認し、パスが含まれている場合はそのパスが正しいことを確認してから、再試
118
+
119
+ 行してください。
120
+
121
+ 発生場所 行:1 文字:1
122
+
123
+ + VBoxManage -h
124
+
125
+ コード
126
+
127
+ ```
128
+
129
+ となり実行できません。
130
+
131
+
132
+
133
+ windowsのプログラムファイルスでは存在が確認できるのですが・・・