今まで問題なくvagrant upが出来ていたのですが、突然出来なくなってしまいました。
利用ソフトのバージョンなどは以下になります
vagrant: 1.8.1
VirtualBox: 5.0.14 r105127
coreosは以下を利用しています
https://github.com/coreos/coreos-vagrant/
vagrant upを実行した結果
==> core-01: Attempting graceful shutdown of VM... core-01: Guest communication could not be established! This is usually because core-01: SSH is not running, the authentication information was changed, core-01: or some other networking issue. Vagrant will force halt, if core-01: capable. ==> core-01: Forcing shutdown of VM... shuhei-no-MacBook-Pro-5128:wall shuhei$ vagrant up Bringing machine 'core-01' up with 'virtualbox' provider... ==> core-01: Checking if box 'coreos-alpha' is up to date... ==> core-01: Clearing any previously set forwarded ports... ==> core-01: Clearing any previously set network interfaces... ==> core-01: Preparing network interfaces based on configuration... core-01: Adapter 1: nat core-01: Adapter 2: hostonly ==> core-01: Forwarding ports... core-01: 22 (guest) => 2222 (host) (adapter 1) ==> core-01: Running 'pre-boot' VM customizations... ==> core-01: Booting VM... ==> core-01: Waiting for machine to boot. This may take a few minutes... core-01: SSH address: 127.0.0.1:2222 core-01: SSH username: core core-01: SSH auth method: private key core-01: Warning: Authentication failure. Retrying... core-01: Warning: Authentication failure. Retrying... core-01: Warning: Authentication failure. Retrying... core-01: Warning: Authentication failure. Retrying... ・ ・ ・ Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period. If you look above, you should be able to see the error(s) that Vagrant had when attempting to connect to the machine. These errors are usually good hints as to what may be wrong. If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well. If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value.
明確なログを確認したわけでなく(確認すべきログがあれば教えていただきたいです)
ネットで調べたところ、鍵の不一致でvmの起動は出来ているのにSSHでコケているようで
ゲストOSにログインしauthorized_keysを上書きしてやればいいという情報があり、
いざゲストOSにログインしようとしたのですが、coreというユーザにはパスワードがないらしく(参考1)
ログインしたくてもログイン出来ない状況に陥っています。
その他試したこと
・vagrant ssh-configで表示されるIdentityFileのinsecure_private_keyを削除(退避)し再度vagrant reload
・config.ssh.insert_key=trueでvagrant reload(config.ssh.insert_keyは元々falseでした。)
同じ事象が起き解決した方や、わかる方いましたらご教示いただければ幸いです。
よろしくお願いします。
参考
あなたの回答
tips
プレビュー