Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.

Not able to install barkeep with vagrant #517

@santoshkt

Description

@santoshkt

I followed steps in https://github.com/ooyala/barkeep/wiki/Vagrant to install barkeep with vagrant. I'm using OS X Yosemite 10.10.3. I get following error.

stadikon2-mac:barkeep stadikon$ script/vagrant_quick_start.rb
* Setting up Vagrant.
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'lucid64'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: barkeep_default_1435605245657_87584
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 80 => 8080 (adapter 1)
    default: 22 => 2250 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2250
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if its present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default:
    default: Guest Additions Version: 4.2.0
    default: VirtualBox Version: 4.3
==> default: Setting hostname...
==> default: Mounting shared folders...
    default: /vagrant => /Users/stadikon/Company/Software/barkeep
==> default: Running provisioner: shell...
    default: Running: inline script
==> default: stdin: is not a tty
ssh vagrant@barkeep_vagrant 'sudo mkdir /root/.ssh 2> /dev/null;sudo cp .ssh/authorized_keys /root/.ssh/authorized_keys'
* Updating Vagrant's apt packages. This will take a minute.
ssh root@barkeep_vagrant apt-get update -y -qq
* Deploying Barkeep to your Vagrant VM.
bundle exec fez vagrant deploy 2>&1
Warning: using Pathological, but no Pathfile was found.
rake aborted!
cannot load such file -- config/deploy_targets/common

(See full trace by running task with --trace)
Loading Fezzik tasks from config/tasks
/Users/stadikon/Company/Software/barkeep/script/setup_vagrant.rb:72:in `stream_output': The command "bundle exec fez vagrant deploy 2>&1" failed. (RuntimeError)
    from script/vagrant_quick_start.rb:20:in `<main>'
stadikon2-mac:barkeep stadikon$ bundle exec fez vagrant deploy --trace
Warning: using Pathological, but no Pathfile was found.
Loading Fezzik tasks from config/tasks
rake aborted!
cannot load such file -- config/deploy_targets/common
/Users/stadikon/Company/Software/barkeep/Rakefile:10:in `require'
/Users/stadikon/Company/Software/barkeep/Rakefile:10:in `<top (required)>'
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Library/Ruby/Gems/2.0.0/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
/Library/Ruby/Gems/2.0.0/gems/fezzik-0.7.2/bin/fez:55:in `run_fezzik_tasks'
/Library/Ruby/Gems/2.0.0/gems/fezzik-0.7.2/bin/fez:89:in `<top (required)>'
/usr/bin/fez:23:in `load'
/usr/bin/fez:23:in `<main>'
stadikon2-mac:barkeep stadikon$ gem list | grep rake
rake (0.9.6, 0.9.2.2)
rake-remote_task (2.0.6)

Appreciate any help solving this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions