Created
October 24, 2013 02:49
-
-
Save ndrluis/7130483 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
andreanastacio @ ~/Workspace/src/ruby/ventriloquist/development | |
> vagrant up | |
You appear to be running Vagrant in a Bundler environment. Because | |
Vagrant should be run within installers (outside of Bundler), Vagrant | |
will assume that you're developing plugins and will change its behavior | |
in certain ways to better assist plugin development. | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[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] -- 8080 => 8080 (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] -- /tmp/vagrant-cache | |
[default] Configuring cache buckets... | |
[default] The 'apt-cacher' cache bucket requires NFS to be enabled, please add | |
`config.cache.enable_nfs = true` to your Vagrantfile. | |
[default] Running provisioner: shell... | |
[default] Running: inline script | |
[default] Configuring cache buckets... | |
[default] The 'apt-cacher' cache bucket requires NFS to be enabled, please add | |
`config.cache.enable_nfs = true` to your Vagrantfile. | |
[default] Running provisioner: ventriloquist... | |
[default] Installing Docker onto machine... | |
Configuring Ventriloquist services upstart | |
Starting redis service | |
Downloading http://download.redis.io/redis-stable.tar.gz to /tmp/redis-stable.tar.gz | |
Extracting /tmp/redis-stable.tar.gz to /tmp | |
Running `make redis-cli` on /tmp/redis-stable | |
Starting memcached service | |
Starting elasticsearch service | |
Starting pg service | |
Installing PostgreSQL client | |
Installing PostgreSQL headers | |
Setting default PGHOST | |
Starting mysql service | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
rm -f /var/lib/ventriloquist/cids/mysql | |
docker run -cidfile=/var/lib/ventriloquist/cids/mysql -d -dns=127.0.0.1 fgrehm/ventriloquist-mysql:latest | |
Stdout from the command: | |
Stderr from the command: | |
Unable to find image 'fgrehm/ventriloquist-mysql:latest' (tag: latest) locally | |
Pulling repository fgrehm/ventriloquist-mysql | |
2013/10/24 02:47:34 Error: No command specifiedm/ventriloquist-mysql, endpoint: https://cdn-registry-1.docker.io/v1/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment