質問編集履歴

2

vagrant up --debugでの実行結果

2019/03/04 13:49

投稿

nini43
nini43

スコア15

test CHANGED
File without changes
test CHANGED
@@ -51,3 +51,61 @@
51
51
  ```
52
52
 
53
53
  ここまででタイムアウトしてしまいます
54
+
55
+ vagrant up --debugで実行したところ
56
+
57
+ ```
58
+
59
+ Command: ["modifyvm", "d3a505c1-69ab-45a6-8f01-c56faf63d249", "--natpf1", "delete", "ssh"]
60
+
61
+
62
+
63
+ Stderr: VBoxManage.exe: error: The machine 'MyCentOS_default_1551703620106_95604' is already locked for a session (or be
64
+
65
+ ing unlocked)
66
+
67
+ VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine
68
+
69
+ , callee IUnknown
70
+
71
+ VBoxManage.exe: error: Context: "LockMachine(a->session, LockType_Write)" at line 527 of file VBoxManageModifyVM.cpp
72
+
73
+
74
+
75
+ There was an error while executing `VBoxManage`, a CLI used by Vagrant
76
+
77
+ for controlling VirtualBox. The command and stderr is shown below.
78
+
79
+
80
+
81
+ Command: ["modifyvm", "d3a505c1-69ab-45a6-8f01-c56faf63d249", "--natpf1", "delete", "ssh"]
82
+
83
+
84
+
85
+ Stderr: VBoxManage.exe: error: The machine 'MyCentOS_default_1551703620106_95604' is already locked for a session (or be
86
+
87
+ ing unlocked)
88
+
89
+ VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine
90
+
91
+ , callee IUnknown
92
+
93
+ VBoxManage.exe: error: Context: "LockMachine(a->session, LockType_Write)" at line 527 of file VBoxManageModifyVM.cpp
94
+
95
+ INFO interface: Machine: error-exit ["Vagrant::Errors::VBoxManageError", "There was an error while executing `VBoxManag
96
+
97
+ e`, a CLI used by Vagrant\nfor controlling VirtualBox. The command and stderr is shown below.\n\nCommand: [\"modifyvm\",
98
+
99
+ \"d3a505c1-69ab-45a6-8f01-c56faf63d249\", \"--natpf1\", \"delete\", \"ssh\"]\n\nStderr: VBoxManage.exe: error: The mach
100
+
101
+ ine 'MyCentOS_default_1551703620106_95604' is already locked for a session (or being unlocked)\r\nVBoxManage.exe: error:
102
+
103
+ Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine, callee IUnknown\r\nV
104
+
105
+ BoxManage.exe: error: Context: \"LockMachine(a->session, LockType_Write)\" at line 527 of file VBoxManageModifyVM.cpp\r\
106
+
107
+ n"]
108
+
109
+ ```
110
+
111
+ のようなエラーが出ます

1

OS情報の追加

2019/03/04 13:49

投稿

nini43
nini43

スコア15

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,8 @@
11
11
  end
12
12
 
13
13
  ```
14
+
15
+ OSはwindows10です
14
16
 
15
17
  などの挿入をしたのですがうまくいきません
16
18