質問編集履歴

11

誤字訂正

2017/04/13 23:51

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -120,7 +120,7 @@
120
120
 
121
121
  を行ってみましたが
122
122
 
123
- 最初のsudeでvagrantからそんなコマンドはないと怒られました。
123
+ 最初のsudoでvagrantからそんなコマンドはないと怒られました。
124
124
 
125
125
 
126
126
 

10

修正

2017/04/13 23:51

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -165,27 +165,3 @@
165
165
 
166
166
 
167
167
  ---*---*---*---*---*---*---
168
-
169
- できました!
170
-
171
-
172
-
173
- バージョンを落としたところ
174
-
175
- 何もなかったかのように
176
-
177
- すんなりとpingもputtyでの接続もできました。
178
-
179
-
180
-
181
- ご教示くださった方々、
182
-
183
- お騒がしてすみませんでした。
184
-
185
-
186
-
187
- ひとまず1.8.6のバージョンでは
188
-
189
- スムーズに勉強を進められそうです。
190
-
191
- ありがとうございました。

9

解決

2017/04/13 16:07

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -161,3 +161,31 @@
161
161
 
162
162
 
163
163
  ※ただ、VagrantFileの内容は、前の1.9.3の時のファイルです。
164
+
165
+
166
+
167
+ ---*---*---*---*---*---*---
168
+
169
+ できました!
170
+
171
+
172
+
173
+ バージョンを落としたところ
174
+
175
+ 何もなかったかのように
176
+
177
+ すんなりとpingもputtyでの接続もできました。
178
+
179
+
180
+
181
+ ご教示くださった方々、
182
+
183
+ お騒がしてすみませんでした。
184
+
185
+
186
+
187
+ ひとまず1.8.6のバージョンでは
188
+
189
+ スムーズに勉強を進められそうです。
190
+
191
+ ありがとうございました。

8

追記修正

2017/04/13 16:05

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
 
80
80
 
81
- ***
81
+ ---*---*---*---*---*---*---
82
82
 
83
83
  その後、設定を一からやり直し
84
84
 
@@ -106,6 +106,8 @@
106
106
 
107
107
 
108
108
 
109
+ ---*---*---*---*---*---*---
110
+
109
111
  その後、
110
112
 
111
113
  同じようなトラブルに遭われた方のサイト
@@ -128,7 +130,7 @@
128
130
 
129
131
 
130
132
 
131
-
133
+ ---*---*---*---*---*---*---
132
134
 
133
135
  Vagrantのバージョン:
134
136
 

7

追記

2017/04/13 15:12

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -125,3 +125,37 @@
125
125
  現況、vagrant sshではつながるけど
126
126
 
127
127
  vagrantfileに記載したIPではつながらないです。
128
+
129
+
130
+
131
+
132
+
133
+ Vagrantのバージョン:
134
+
135
+ 先ほどまで最新版1.9.3でした。
136
+
137
+ ネットを調べていると新しいバージョンだと不具合が出ているようなので
138
+
139
+ 今、どっとインストールと同じ1.8.6を落として試そうとしています。
140
+
141
+
142
+
143
+ VirtualBoxのバージョン:
144
+
145
+ 5.1.18です。
146
+
147
+
148
+
149
+ VagrantFileの内容:
150
+
151
+ Vagrant.configure("2") do |config|
152
+
153
+ config.vm.box = "bento/centos-6.8"
154
+
155
+ config.vm.network "private_network", ip: "192.168.33.10"
156
+
157
+ end
158
+
159
+
160
+
161
+ ※ただ、VagrantFileの内容は、前の1.9.3の時のファイルです。

6

リンク張り

2017/04/13 15:11

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -110,7 +110,7 @@
110
110
 
111
111
  同じようなトラブルに遭われた方のサイト
112
112
 
113
- http://to-developer.com/blog/?p=1827
113
+ [http://to-developer.com/blog/?p=1827](http://to-developer.com/blog/?p=1827)
114
114
 
115
115
  で試されていることを行いました。
116
116
 

5

追記

2017/04/13 10:41

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -103,3 +103,25 @@
103
103
  PUTTYから192.168.33.10へつなごうとしても
104
104
 
105
105
  タイムアップでつながりませんでした。
106
+
107
+
108
+
109
+ その後、
110
+
111
+ 同じようなトラブルに遭われた方のサイト
112
+
113
+ http://to-developer.com/blog/?p=1827
114
+
115
+ で試されていることを行いました。
116
+
117
+ sudo ln -sf /dev/null /etc/udev/rules.d/70-persistent-net.rules
118
+
119
+ を行ってみましたが
120
+
121
+ 最初のsudeでvagrantからそんなコマンドはないと怒られました。
122
+
123
+
124
+
125
+ 現況、vagrant sshではつながるけど
126
+
127
+ vagrantfileに記載したIPではつながらないです。

4

追記

2017/04/13 10:40

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -80,49 +80,7 @@
80
80
 
81
81
  ***
82
82
 
83
- その後、設定を一からやり直してみたところ
83
+ その後、設定を一からやり直し
84
-
85
- 途中から
86
-
87
- 「 default: Warning: Remote connection disconnect. Retrying...
88
-
89
- default: Warning: Remote connection disconnect. Retrying...
90
-
91
- default:
92
-
93
- default: Vagrant insecure key detected. Vagrant will automatically replace
94
-
95
- default: this with a newly generated keypair for better security.
96
-
97
- The guest machine entered an invalid state while waiting for it
98
-
99
- to boot. Valid states are 'starting, running'. The machine is in the
100
-
101
- 'unknown' state. Please verify everything is configured
102
-
103
- properly and try again.
104
-
105
-
106
-
107
- If the provider you're using has a GUI that comes with it,
108
-
109
- it is often helpful to open that and watch the machine, since the
110
-
111
- GUI often has more helpful error messages than Vagrant can retrieve.
112
-
113
- For example, if you're using VirtualBox, run `vagrant up` while the
114
-
115
- VirtualBox GUI is open.
116
-
117
-
118
-
119
- The primary issue for this error is that the provider you're using
120
-
121
- is not properly configured. This is very rarely a Vagrant issue.」
122
-
123
- とありました。
124
-
125
-
126
84
 
127
85
  一度強制終了してから再度Vagrant upを行ったところ
128
86
 

3

追記

2017/04/12 16:22

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -122,4 +122,26 @@
122
122
 
123
123
  とありました。
124
124
 
125
+
126
+
127
+ 一度強制終了してから再度Vagrant upを行ったところ
128
+
125
- 動いていなさそうというのはわかるのですが、どこを調べればよいものなのでしょうか?
129
+ default running (virtualbox)
130
+
131
+
132
+
133
+ The VM is running. To stop this VM, you can run `vagrant halt` to
134
+
135
+ shut it down forcefully, or you can run `vagrant suspend` to simply
136
+
137
+ suspend the virtual machine. In either case, to restart it again,
138
+
139
+ simply run `vagrant up`
140
+
141
+
142
+
143
+ となりましたが、やはりその続きで
144
+
145
+ PUTTYから192.168.33.10へつなごうとしても
146
+
147
+ タイムアップでつながりませんでした。

2

追記

2017/04/12 16:16

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,51 @@
75
75
 
76
76
 
77
77
  よろしくご教示をお願いします。
78
+
79
+
80
+
81
+ ***
82
+
83
+ その後、設定を一からやり直してみたところ
84
+
85
+ 途中から
86
+
87
+ 「 default: Warning: Remote connection disconnect. Retrying...
88
+
89
+ default: Warning: Remote connection disconnect. Retrying...
90
+
91
+ default:
92
+
93
+ default: Vagrant insecure key detected. Vagrant will automatically replace
94
+
95
+ default: this with a newly generated keypair for better security.
96
+
97
+ The guest machine entered an invalid state while waiting for it
98
+
99
+ to boot. Valid states are 'starting, running'. The machine is in the
100
+
101
+ 'unknown' state. Please verify everything is configured
102
+
103
+ properly and try again.
104
+
105
+
106
+
107
+ If the provider you're using has a GUI that comes with it,
108
+
109
+ it is often helpful to open that and watch the machine, since the
110
+
111
+ GUI often has more helpful error messages than Vagrant can retrieve.
112
+
113
+ For example, if you're using VirtualBox, run `vagrant up` while the
114
+
115
+ VirtualBox GUI is open.
116
+
117
+
118
+
119
+ The primary issue for this error is that the provider you're using
120
+
121
+ is not properly configured. This is very rarely a Vagrant issue.」
122
+
123
+ とありました。
124
+
125
+ 動いていなさそうというのはわかるのですが、どこを調べればよいものなのでしょうか?

1

文字書式変更

2017/04/12 16:07

投稿

himashirou
himashirou

スコア12

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  つながっているように思えます。
54
54
 
55
- #まだこの先をしていないのでよくわかりませんが…
55
+ まだこの先をしていないのでよくわかりませんが…
56
56
 
57
57
 
58
58