Created
April 28, 2013 17:29
-
-
Save leebrooks0/5477627 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Lee\RubymineProjects\keep_it_local>vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise32'... | |
←[0K[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] -- 3000 => 3003 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] Running provisioner: shell... | |
[default] Running: C:/Users/Lee/RubymineProjects/keep_it_local/Vagrant.sh | |
stdin: is not a tty | |
Updating system packages... | |
E | |
: | |
The update command takes no arguments | |
/tmp/vagrant-shell: line 5: $'\r': command not found | |
Installing RVM... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
E | |
: | |
Unable to locate package curl | |
Y | |
/tmp/vagrant-shell: line 10: curl: command not found | |
reset: standard error: Invalid argument | |
: No such file or directory: /home/vagrant/.rvm/scripts/rvm | |
/tmp/vagrant-shell: line 17: rvm: command not found | |
Installing Ruby... | |
/tmp/vagrant-shell: line 18: rvm: command not found | |
/tmp/vagrant-shell: line 19: $'\r': command not found | |
/tmp/vagrant-shell: line 22: rvm: command not found | |
/tmp/vagrant-shell: line 23: rvm: command not found | |
Ruby -v + ruby -v | |
/tmp/vagrant-shell: line 25: $'\r': command not found | |
Installing RubyGems... | |
/tmp/vagrant-shell: line 28: rvm: command not found | |
/tmp/vagrant-shell: line 29: $'\r': command not found | |
Installing Node.js ... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
E | |
: | |
Unable to locate package nodejs | |
Y | |
/tmp/vagrant-shell: line 34: $'\r': command not found | |
Installing MySql. | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
E | |
: | |
Unable to locate package mysql-server | |
Starting MySql... | |
mysql: unrecognized service | |
/tmp/vagrant-shell: line 41: $'\r': command not found | |
: No such file or directory: cd: .. | |
: No such file or directory: cd: .. | |
: No such file or directory: cd: /vagrant | |
Installing all Gems as per the GemFile... | |
/tmp/vagrant-shell: line 46: $'\r': command not found | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
dpkg-dev fakeroot g++ g++-4.6 libalgorithm-diff-perl | |
libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl | |
libstdc++6-4.6-dev make patch | |
Suggested packages: | |
debian-keyring g++-multilib g++-4.6-multilib gcc-4.6-doc libstdc++6-4.6-dbg | |
libstdc++6-4.6-doc make-doc diffutils-doc | |
The following NEW packages will be installed: | |
build-essential dpkg-dev fakeroot g++ g++-4.6 libalgorithm-diff-perl | |
libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl | |
libstdc++6-4.6-dev make patch | |
0 upgraded, 12 newly installed, 0 to remove and 66 not upgraded. | |
Need to get 9,410 kB of archives. | |
After this operation, 27.7 MB of additional disk space will be used. | |
Do you want to continue [Y/n]? | |
Abort. | |
Y | |
/tmp/vagrant-shell: line 52: $'bundle\r': command not found | |
/tmp/vagrant-shell: line 53: $'\r': command not found | |
Starting Guard. Please make sure you have a Growl client installed... | |
/tmp/vagrant-shell: line 56: bundle: command not found | |
/tmp/vagrant-shell: line 57: $'\r': command not found | |
Creating the database... | |
/tmp/vagrant-shell: line 60: rake: command not found | |
Migrating the database to the latest schema... | |
/tmp/vagrant-shell: line 62: rake: command not found | |
/tmp/vagrant-shell: line 63: $'\r': command not found | |
Starting the Rails WebBrick development server on port 3000... | |
/tmp/vagrant-shell: line 66: rails: command not found | |
/tmp/vagrant-shell: line 67: $'\r': command not found | |
Vagrant has finished configuring your development environment! | |
/tmp/vagrant-shell: line 69: $'\r': command not found | |
/tmp/vagrant-shell: line 70: $'\r': command not found | |
/tmp/vagrant-shell: line 71: $'\r': command not found | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell | |
C:\Users\Lee\RubymineProjects\keep_it_local>vagrant destroy | |
Are you sure you want to destroy the 'default' VM? [y/N] y | |
[default] Forcing shutdown of VM... | |
[default] Destroying VM and associated drives... | |
C:\Users\Lee\RubymineProjects\keep_it_local>vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise32'... | |
←[0K[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] -- 3000 => 3003 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] Running provisioner: shell... | |
[default] Running: C:/Users/Lee/RubymineProjects/keep_it_local/Vagrant.sh | |
stdin: is not a tty | |
/usr/bin/env: | |
bash | |
: No such file or directory | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment