前提・実現したいこと
Vagrant + VirtualBoxで構築した仮想環境にssh接続したい。
実行したコマンド↓
vagrant up
vagrant ssh
発生している問題・エラーメッセージ
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'generic/rhel7' version '2.0.6' is up to date... /opt/vagrant/embedded/lib/ruby/2.4.0/fileutils.rb:1052: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.4.9p362 (2019-10-02 revision 67824) [x86_64-darwin19] -- Crash Report log information -------------------------------------------- See Crash Report log file under the one of following: * ~/Library/Logs/CrashReporter * /Library/Logs/CrashReporter * ~/Library/Logs/DiagnosticReports * /Library/Logs/DiagnosticReports for more details. Don't forget to include the above Crash Report log file in bug reports. (中略) [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html [IMPORTANT] Don't forget to include the Crash Report log file under CrashReporter or DiagnosticReports directory in bug reports.
念のためvagrant sshしてみる
$ vagrant ssh VM must be running to open SSH connection. Run `vagrant up` to start the virtual machine.
試したこと
VirtualBoxマネージャから確認すると仮想環境が構築されており、起動・ログインもできる。
(直接アクセスだとコマンドコピペができないので、端末(Mac)のターミナルを使いたい)
回答1件
あなたの回答
tips
プレビュー