質問編集履歴

5

誤字

2015/12/31 02:07

投稿

mae
mae

スコア45

test CHANGED
File without changes
test CHANGED
@@ -64,6 +64,64 @@
64
64
 
65
65
  default: Warning: Connection timeout. Retrying...
66
66
 
67
+ default: Warning: Connection timeout. Retrying...
68
+
69
+ default: Warning: Connection timeout. Retrying...
70
+
71
+ default: Warning: Connection timeout. Retrying...
72
+
73
+ default: Warning: Connection timeout. Retrying...
74
+
75
+ default: Warning: Connection timeout. Retrying...
76
+
77
+ default: Warning: Connection timeout. Retrying...
78
+
79
+ default: Warning: Connection timeout. Retrying...
80
+
81
+ default: Warning: Connection timeout. Retrying...
82
+
83
+ default: Warning: Connection timeout. Retrying...
84
+
85
+ default: Warning: Connection timeout. Retrying...
86
+
87
+ default: Warning: Connection timeout. Retrying...
88
+
89
+ default: Warning: Connection timeout. Retrying...
90
+
91
+ default: Warning: Connection timeout. Retrying...
92
+
93
+ Timed out while waiting for the machine to boot. This means that
94
+
95
+ Vagrant was unable to communicate with the guest machine within
96
+
97
+ the configured ("config.vm.boot_timeout" value) time period.
98
+
99
+
100
+
101
+ If you look above, you should be able to see the error(s) that
102
+
103
+ Vagrant had when attempting to connect to the machine. These errors
104
+
105
+ are usually good hints as to what may be wrong.
106
+
107
+
108
+
109
+ If you're using a custom box, make sure that networking is properly
110
+
111
+ working and you're able to connect to the machine. It is a common
112
+
113
+ problem that networking isn't setup properly in these boxes.
114
+
115
+ Verify that authentication configurations are also setup properly,
116
+
117
+ as well.
118
+
119
+
120
+
121
+ If the box appears to be booting properly, you may want to increase
122
+
123
+ the timeout ("config.vm.boot_timeout") value.
124
+
67
125
  ```
68
126
 
69
127
 

4

誤字

2015/12/31 02:07

投稿

mae
mae

スコア45

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
 
7
7
  ■エラーメッセージ
8
+
9
+ ・vagrant up時
8
10
 
9
11
  ```
10
12
 
@@ -66,6 +68,14 @@
66
68
 
67
69
 
68
70
 
71
+ ・vagrant ssh時
72
+
73
+ ```
74
+
75
+ ssh_exchange_identification: Connection closed by remote host
76
+
77
+ ```
78
+
69
79
  ■hosts.allow
70
80
 
71
81
  ```

3

誤字

2015/12/30 13:22

投稿

mae
mae

スコア45

test CHANGED
File without changes
test CHANGED
@@ -58,6 +58,10 @@
58
58
 
59
59
  default: Warning: Connection timeout. Retrying...
60
60
 
61
+ default: Warning: Connection timeout. Retrying...
62
+
63
+ default: Warning: Connection timeout. Retrying...
64
+
61
65
  ```
62
66
 
63
67
 

2

誤字

2015/12/30 13:21

投稿

mae
mae

スコア45

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,59 @@
6
6
 
7
7
  ■エラーメッセージ
8
8
 
9
+ ```
10
+
11
+ Bringing machine 'default' up with 'virtualbox' provider...
12
+
13
+ ==> default: Checking if box 'chef/centos-7.0' is up to date...
14
+
15
+ ==> default: There was a problem while downloading the metadata for your box
16
+
17
+ ==> default: to check for updates. This is not an error, since it is usually due
18
+
19
+ ==> default: to temporary network problems. This is just a warning. The problem
20
+
21
+ ==> default: encountered was:
22
+
23
+ ==> default:
24
+
25
+ ==> default: The requested URL returned error: 404 Not Found
26
+
27
+ ==> default:
28
+
29
+ ==> default: If you want to check for box updates, verify your network connection
30
+
31
+ ==> default: is valid and try again.
32
+
33
+ ==> default: Clearing any previously set forwarded ports...
34
+
35
+ ==> default: Clearing any previously set network interfaces...
36
+
37
+ ==> default: Preparing network interfaces based on configuration...
38
+
39
+ default: Adapter 1: nat
40
+
41
+ default: Adapter 2: hostonly
42
+
43
+ ==> default: Forwarding ports...
44
+
45
+ default: 8000 => 12345 (adapter 1)
46
+
47
+ default: 22 => 2222 (adapter 1)
48
+
49
+ ==> default: Booting VM...
50
+
51
+ ==> default: Waiting for machine to boot. This may take a few minutes...
52
+
53
+ default: SSH address: 127.0.0.1:2222
54
+
55
+ default: SSH username: vagrant
56
+
57
+ default: SSH auth method: private key
58
+
9
- `ssh_exchange_identification: Connection closed by remote host`
59
+ default: Warning: Connection timeout. Retrying...
60
+
61
+ ```
10
62
 
11
63
 
12
64
 

1

誤字

2015/12/30 13:20

投稿

mae
mae

スコア45

test CHANGED
@@ -1 +1 @@
1
- `ssh_exchange_identification: Connection closed by remote host`となりvagrant sshできなくなった
1
+ ssh_exchange_identification: Connection closed by remote hostとなりvagrant sshできなくなった
test CHANGED
File without changes