質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Windows 10

Windows 10は、マイクロソフト社がリリースしたOSです。Modern UIを標準画面にした8.1から、10では再びデスクトップ主体に戻され、UIも変更されています。PCやスマホ、タブレットなど様々なデバイスに幅広く対応していることが特徴です。

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

VirtualBox

VirtualBoxは、現在米オラクル社が開発している、 x86仮想化ソフトウェア・パッケージの一つです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

Q&A

解決済

2回答

2216閲覧

[rails]仮想サーバが起動しない(windows、更新)

seen

総合スコア49

Windows 10

Windows 10は、マイクロソフト社がリリースしたOSです。Modern UIを標準画面にした8.1から、10では再びデスクトップ主体に戻され、UIも変更されています。PCやスマホ、タブレットなど様々なデバイスに幅広く対応していることが特徴です。

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

VirtualBox

VirtualBoxは、現在米オラクル社が開発している、 x86仮想化ソフトウェア・パッケージの一つです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

0グッド

0クリップ

投稿2017/12/16 17:34

突然vagrant up ができなくなりました。 このようなコマンドが出ます。

vagrant up

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/trusty32' is up to date...
==> default: A newer version of the box 'ubuntu/trusty32' is available! You currently
==> default: have version '20170330.0.1'. The latest is version '20171208.0.0'. Run
==> default: vagrant box update to update.
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 3000 (guest) => 3000 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "2297c3dc-99a8-4165-bca9-49d8c5961e4b", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'vagrant_default_1491456543914_643' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\shn\VirtualBox VMs\vagrant_default_1491456543914_643\Logs\VBoxHardening.log'

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

他の質問でも似たようなものがありvirtialBox内のファイルの破損ではないかとの事でしたので一度アンインストールして同じバージョンをダウンロードしなおしセットアップしましたが結果は同じでした。 エラーを翻訳するとVBoxManageの実行中にエラーとなっていてvirtialBoxは異常のないものを使っているはずなのに…というところで解決できずに途方にくれています。
ためしたこと

  • virtialBoxの再インストール、同型、最新、最新の一個前
  • リストvagrantの再インストール、同型、最新

最新同士の組み合わせはvagrant up成功しましたが作成中のrails new出来なかったので元に戻しました。 気になるところはwindowsの更新をしてからおかしくなったところで、更新を1つを除いてアンインストールしたのですが改善されませんでした。一つはアンインストールできないようでそのままです。 どなたか解決策を教えていただけませんでしょうか。よろしくお願いします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答2

0

virtualboxの設定はデフォルトのままでしょうか。
過去に類似した質問がありますが、こちらは見ましたか?
https://teratail.com/questions/51212

また、vagrantfileも可能であれば、載せた方がいいかもしれません。

投稿2017/12/16 17:41

imamoto_browser

総合スコア1161

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

seen

2017/12/17 00:42

コメントをいただきありがとうございます。 リモートディスプレイのチェックは外れております。 vagrantfileはこちらになります。気が付いたことがあればまたコメントを頂けると助かります。よろしくお願いします。 # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing. Vagrant.configure(2) do |config| # The most common configuration options are documented and commented below. # For a complete reference, please see the online documentation at # https://docs.vagrantup.com. # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. config.vm.box = "ubuntu/trusty32" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs # `vagrant box outdated`. This is not recommended. # config.vm.box_check_update = false # Create a forwarded port mapping which allows access to a specific port # within the machine from a port on the host machine. In the example below, # accessing "localhost:8080" will access port 80 on the guest machine. config.vm.network "forwarded_port", guest: 3000, host: 3000 # Create a private network, which allows host-only access to the machine # using a specific IP. config.vm.network "private_network", ip: "192.168.33.10" # Create a public network, which generally matched to bridged network. # Bridged networks make the machine appear as another physical device on # your network. # config.vm.network "public_network" # Share an additional folder to the guest VM. The first argument is # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. # config.vm.synced_folder "./", "/home/vagrant" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. # Example for VirtualBox: # # config.vm.provider "virtualbox" do |vb| # # Display the VirtualBox GUI when booting the machine # vb.gui = true # # # Customize the amount of memory on the VM: # vb.memory = "1024" # end # # View the documentation for the provider you are using for more # information on available options. # Define a Vagrant Push strategy for pushing to Atlas. Other push strategies # such as FTP and Heroku are also available. See the documentation at # https://docs.vagrantup.com/v2/push/atlas.html for more information. # config.push.define "atlas" do |push| # push.app = "YOUR_ATLAS_USERNAME/YOUR_APPLICATION_NAME" # end # Enable provisioning with a shell script. Additional provisioners such as # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. config.vm.provision "shell", inline: <<-SHELLSC function install { echo installing $1 shift apt-get -y install "$@" >/dev/null 2>&1 } echo updating package information apt-add-repository -y ppa:brightbox/ruby-ng >/dev/null 2>&1 apt-get -y update >/dev/null 2>&1 install 'development tools' build-essential install Ruby ruby2.3 ruby2.3-dev update-alternatives --set ruby /usr/bin/ruby2.3 >/dev/null 2>&1 update-alternatives --set gem /usr/bin/gem2.3 >/dev/null 2>&1 echo installing Bundler echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler -N >/dev/null 2>&1 install Git git install SQLite sqlite3 libsqlite3-dev install 'Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev zlib1g-dev install 'ExecJS runtime' nodejs echo 'Installing rails' gem install rails update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 echo 'You are now on Rails!' echo ' o o o o o o o . . . ______________________________ _____=======_||____' echo ' o _____ | | | |' echo ' .][__n_n_|DD[ ====_____ | | | |' echo ' >(________|__|_[_________]_|____________________________|_|_________________|' echo ' _/oo OOOOO oo` ooo ooo `o!o!o o!o!o` `o!o o!o` ' echo ' -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-' SHELLSC end
guest

0

自己解決

windowsの設定から「以前のバージョンに回復する」の操作をしたところvurtualBoxは開けるようになりました。 しかし今度は作成中のファイルがmobaXtermから開けなくなりました。rails new
もできません。 別の質問を立てましたので引き続きアドバイスいただけますと助かります。よろしくおねがいします。

投稿2017/12/17 03:05

seen

総合スコア49

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問