質問編集履歴

3

ログに誤りがあったので変更しました

2016/10/10 01:51

投稿

krtm1073
krtm1073

スコア21

test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,33 @@
46
46
 
47
47
  ==> default: Checking if box 'bento/centos-7.2' is up to date...
48
48
 
49
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
49
+ ==> default: Clearing any previously set forwarded ports...
50
50
 
51
+ ==> default: Fixed port collision for 22 => 2222. Now on port 2200.
52
+
53
+ ==> default: Clearing any previously set network interfaces...
54
+
55
+ ==> default: Preparing network interfaces based on configuration...
56
+
57
+ default: Adapter 1: nat
58
+
59
+ ==> default: Forwarding ports...
60
+
61
+ default: 22 (guest) => 2200 (host) (adapter 1)
62
+
63
+ ==> default: Booting VM...
64
+
51
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
65
+ ==> default: Waiting for machine to boot. This may take a few minutes...
66
+
67
+ default: SSH address: 127.0.0.1:2200
68
+
69
+ default: SSH username: vagrant
70
+
71
+ default: SSH auth method: private key
72
+
73
+ default: Warning: Remote connection disconnect. Retrying...
74
+
75
+ default: Warning: Authentication failure. Retrying...
52
76
 
53
77
 
54
78
 

2

参考画像とログを更新しました

2016/10/10 01:51

投稿

krtm1073
krtm1073

スコア21

test CHANGED
File without changes
test CHANGED
@@ -18,21 +18,11 @@
18
18
 
19
19
 
20
20
 
21
- ###該当のソースコード
22
-
23
- ```ここに言語を入力
24
-
25
-
26
-
27
- ```
28
-
29
-
30
-
31
21
  ###試したこと
32
22
 
33
23
 
34
24
 
35
- ###補足情報(言語/FW/ツール等のバージョンなど)
25
+ ###補足情報
36
26
 
37
27
  PC:Lenovo IdeaPad y700
38
28
 
@@ -46,7 +36,9 @@
46
36
 
47
37
 
48
38
 
49
- vagrantログ------------------------------------------------------------------------------------------
39
+ vagrantログ-------------------------------------------------------------------------------------------
40
+
41
+
50
42
 
51
43
  C:\Users\〇〇〇\Vagrant\centos>vagrant up
52
44
 
@@ -60,36 +52,24 @@
60
52
 
61
53
 
62
54
 
63
- C:\Users\〇〇〇\Vagrant\centos>vagrant status
55
+ C:\Users\〇〇〇\Vagrant\centos>vagrant halt
64
56
 
57
+ ==> default: Attempting graceful shutdown of VM...
58
+
59
+ default: Guest communication could not be established! This is usually because
60
+
61
+ default: SSH is not running, the authentication information was changed,
62
+
63
+ default: or some other networking issue. Vagrant will force halt, if
64
+
65
- Current machine states:
65
+ default: capable.
66
+
67
+ ==> default: Forcing shutdown of VM...
66
68
 
67
69
 
68
70
 
69
- default running (virtualbox)
71
+ C:\Users\RYUTA\Vagrant\centos>
70
72
 
71
73
 
72
74
 
73
- The VM is running. To stop this VM, you can run `vagrant halt` to
74
-
75
- shut it down forcefully, or you can run `vagrant suspend` to simply
76
-
77
- suspend the virtual machine. In either case, to restart it again,
78
-
79
- simply run `vagrant up`.
80
-
81
-
82
-
83
- -----------------------------------------------------------------------------------------------------
84
-
85
-
86
-
87
- ipもコピペしているので合っています。
88
-
89
- どうかお力を貸してください。
90
-
91
-
92
-
93
- 参考画像
94
-
95
- ![イメージ説明](2f98eee555c19ec9bceb5027936e5f72.png)
75
+ ![イメージ説明](a251bc32a166faf5a72d16774eba7115.png)

1

vagrantのログ、puttyの参考画像を追加しました

2016/10/10 01:42

投稿

krtm1073
krtm1073

スコア21

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,50 @@
46
46
 
47
47
 
48
48
 
49
+ vagrantログ------------------------------------------------------------------------------------------
50
+
51
+ C:\Users\〇〇〇\Vagrant\centos>vagrant up
52
+
53
+ Bringing machine 'default' up with 'virtualbox' provider...
54
+
55
+ ==> default: Checking if box 'bento/centos-7.2' is up to date...
56
+
57
+ ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
58
+
59
+ ==> default: flag to force provisioning. Provisioners marked to run always will still run.
60
+
61
+
62
+
63
+ C:\Users\〇〇〇\Vagrant\centos>vagrant status
64
+
65
+ Current machine states:
66
+
67
+
68
+
69
+ default running (virtualbox)
70
+
71
+
72
+
73
+ The VM is running. To stop this VM, you can run `vagrant halt` to
74
+
75
+ shut it down forcefully, or you can run `vagrant suspend` to simply
76
+
77
+ suspend the virtual machine. In either case, to restart it again,
78
+
79
+ simply run `vagrant up`.
80
+
81
+
82
+
83
+ -----------------------------------------------------------------------------------------------------
84
+
85
+
86
+
49
87
  ipもコピペしているので合っています。
50
88
 
51
89
  どうかお力を貸してください。
90
+
91
+
92
+
93
+ 参考画像
94
+
95
+ ![イメージ説明](2f98eee555c19ec9bceb5027936e5f72.png)