質問編集履歴
3
ファイル共有のurlの更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -166,7 +166,7 @@
|
|
166
166
|
|
167
167
|
また、vagrant up --debugのログを以下のurlに貼っておきます。
|
168
168
|
|
169
|
-
https://d.kuku.lu/
|
169
|
+
https://d.kuku.lu/dd04d27bb9
|
170
170
|
|
171
171
|
|
172
172
|
|
2
マークアップの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -126,7 +126,7 @@
|
|
126
126
|
|
127
127
|
これに近いエラーの出力です
|
128
128
|
|
129
|
-
(追記) 具体的に、(注1)について説明させていただきます。
|
129
|
+
##(追記) 具体的に、(注1)について説明させていただきます。
|
130
130
|
|
131
131
|
vagrant upとすると、
|
132
132
|
|
1
vagrant up,halt,reload時のエラーを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -125,3 +125,53 @@
|
|
125
125
|
https://github.com/hashicorp/vagrant/issues/6860
|
126
126
|
|
127
127
|
これに近いエラーの出力です
|
128
|
+
|
129
|
+
(追記) 具体的に、(注1)について説明させていただきます。
|
130
|
+
|
131
|
+
vagrant upとすると、
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
The following SSH command responded with a non-zero exit status.
|
136
|
+
|
137
|
+
Vagrant assumes that this means the command failed!
|
138
|
+
|
139
|
+
yum install -y centos-release
|
140
|
+
|
141
|
+
Stdout from the command:
|
142
|
+
|
143
|
+
Stderr from the command:
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
vagrant halt あるいはvagrant reloadすると、
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
The following SSH command responded with a non-zero exit status.
|
152
|
+
|
153
|
+
Vagrant assumes that this means the command failed!
|
154
|
+
|
155
|
+
shutdown -h now
|
156
|
+
|
157
|
+
Stdout from the command:
|
158
|
+
|
159
|
+
Stderr from the command:
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
と表示されます。
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
また、vagrant up --debugのログを以下のurlに貼っておきます。
|
168
|
+
|
169
|
+
https://d.kuku.lu/77d4ffefd7
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
ちなみに、vagrant ssh で接続して、which sudo とすると、
|
174
|
+
|
175
|
+
/opt/rh/devtoolset-7/root/usr/bin/sudo となっています。
|
176
|
+
|
177
|
+
どうぞよろしくお願いいたします。
|