Hi,

Thanks for your answer!

I'm not a Rubyist, so I chose what I hoped the easy way: 'apt-get install
vagrant'. Ubuntu then left me with Vagrant 1.4.3...

I checked this version against the proposed download on www.vagrantup.com
and realised it was pretty old.

So I downloaded and installed the .deb file from www.vagrantup.com, cleared
things in ~/.vagrant.d (just in case) and now I'm getting a message about
purchasing the license so I'm assuming that it works !

Thanks for the tip !



2014-10-25 16:27 GMT+02:00 Shawn McCarthy <[email protected]>:

> Lionel, did you download and install vagrant from vagrantup.com ? Or did
> you check out the source and build/install it manually? Or did you just do
> : gem install vagrant ? If you installed Vagrant from the vagrantup.com
> installer, you should use "vagrant plugin install" to install your plugins.
> If you installed vagrant by checking out the source and build/install it
> manually, you need to use another method to install plugins I believe.
>
>
>
> On Saturday, October 25, 2014 6:52:48 AM UTC-7, Lionel VICTOR wrote:
>>
>> Hi,
>>
>> I'm having a similar issue. I agree that the message makes the "problem"
>> clear indeed... but not the solution. At least not to me :o(
>> I'm afraid I need to ask for a few more details.
>>
>> I installed the plugin with 'vagrant plugin install
>> vagrant-vmware-workstation'
>> 'vagrant plugin list' indeed lists the plugin and shows no error.
>> Then 'vagrant init hashicorp/precise32' already triggers the error...
>>
>> Here are the points that are not clear to me. I hope someone may shed
>> some light or point me in the right direction:
>> - What's the 'Vagrant installer' ?
>> - Where is the plugin supposed to go ? For now it lies somewhere in
>> ~/.vagrant.d/ can I just move it somewhere else ?
>> - what's the use case for 'vagrant plugin install xxx' if it does not
>> install things where they are supposed to go ? When should I use it ans
>> when should I avoid using it ?
>> - If there is no easy solution, then what am I missing to get past this
>> problem ? Would you advise me to learn more about Ruby or more about
>> Vagrant ?
>>
>> Thanks for your help.
>>
>> Le jeudi 16 janvier 2014 19:22:28 UTC+1, Mitchell Hashimoto a écrit :
>>>
>>> Hi,
>>>
>>> I'll just respond here: Both of you have installations of Vagrant
>>> outside of binary Vagrant installer. For example, Jonathan, your install is
>>> in "/opt/boxen".
>>>
>>> The providers only work with the installers provided on the Vagrant
>>> site: http://www.vagrantup.com
>>>
>>> This error message I think makes it clear: "Encoded files can't be read
>>> outside of the Vagrant installer."
>>>
>>> Best,
>>> Mitchell
>>>
>>>
>>> On Thu, Jan 16, 2014 at 10:16 AM, Jonathan Wallace <
>>> [email protected]> wrote:
>>>
>>>> I'm experiencing a similar issue.
>>>>
>>>> simple:intersect_ci jonathanwallace$ VAGRANT_LOG=DEBUG vagrant up
>>>> --provider=vmware_fusion
>>>>  INFO global: Vagrant version: 1.5.0.dev
>>>>  INFO global: Ruby version: 2.0.0
>>>>  INFO global: RubyGems version: 2.0.14
>>>>  INFO global: VAGRANT_LOG="DEBUG"
>>>>  INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
>>>>  INFO global: Plugins:
>>>>  INFO global:   - bundler = 1.5.1
>>>>  INFO global:   - vagrant-vmware-fusion = 2.2.7
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/box/plugin.rb
>>>>  INFO manager: Registered plugin: box command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/destroy/plugin.rb
>>>>  INFO manager: Registered plugin: destroy command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/halt/plugin.rb
>>>>  INFO manager: Registered plugin: halt command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/help/plugin.rb
>>>>  INFO manager: Registered plugin: help command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/init/plugin.rb
>>>>  INFO manager: Registered plugin: init command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/package/plugin.rb
>>>>  INFO manager: Registered plugin: package command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/plugin/plugin.rb
>>>>  INFO manager: Registered plugin: plugin command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/provision/plugin.rb
>>>>  INFO manager: Registered plugin: provision command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/reload/plugin.rb
>>>>  INFO manager: Registered plugin: reload command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/resume/plugin.rb
>>>>  INFO manager: Registered plugin: resume command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/ssh/plugin.rb
>>>>  INFO manager: Registered plugin: ssh command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/ssh_config/plugin.rb
>>>>  INFO manager: Registered plugin: ssh-config command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/status/plugin.rb
>>>>  INFO manager: Registered plugin: status command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/suspend/plugin.rb
>>>>  INFO manager: Registered plugin: suspend command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/commands/up/plugin.rb
>>>>  INFO manager: Registered plugin: up command
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/communicators/ssh/plugin.rb
>>>>  INFO manager: Registered plugin: ssh communicator
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/arch/plugin.rb
>>>>  INFO manager: Registered plugin: Arch guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/coreos/plugin.rb
>>>>  INFO manager: Registered plugin: CoreOS guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/darwin/plugin.rb
>>>>  INFO manager: Registered plugin: Darwin guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/debian/plugin.rb
>>>>  INFO manager: Registered plugin: Debian guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/esxi/plugin.rb
>>>>  INFO manager: Registered plugin: ESXi guest.
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/fedora/plugin.rb
>>>>  INFO manager: Registered plugin: Fedora guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/freebsd/plugin.rb
>>>>  INFO manager: Registered plugin: FreeBSD guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/funtoo/plugin.rb
>>>>  INFO manager: Registered plugin: Funtoo guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/gentoo/plugin.rb
>>>>  INFO manager: Registered plugin: Gentoo guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/linux/plugin.rb
>>>>  INFO manager: Registered plugin: Linux guest.
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/omnios/plugin.rb
>>>>   INFO manager: Registered plugin: OmniOS guest.
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/openbsd/plugin.rb
>>>>  INFO manager: Registered plugin: OpenBSD guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/pld/plugin.rb
>>>>  INFO manager: Registered plugin: PLD Linux guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/redhat/plugin.rb
>>>>  INFO manager: Registered plugin: RedHat guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/solaris/plugin.rb
>>>>  INFO manager: Registered plugin: Solaris guest.
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/solaris11/plugin.rb
>>>>  INFO manager: Registered plugin: Solaris 11 guest.
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/suse/plugin.rb
>>>>  INFO manager: Registered plugin: SUSE guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/guests/ubuntu/plugin.rb
>>>>  INFO manager: Registered plugin: Ubuntu guest
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/arch/plugin.rb
>>>>  INFO manager: Registered plugin: Arch host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/bsd/plugin.rb
>>>>  INFO manager: Registered plugin: BSD host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/freebsd/plugin.rb
>>>>  INFO manager: Registered plugin: FreeBSD host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/gentoo/plugin.rb
>>>>  INFO manager: Registered plugin: Gentoo host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/linux/plugin.rb
>>>>  INFO manager: Registered plugin: Linux host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/null/plugin.rb
>>>>  INFO manager: Registered plugin: null host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/opensuse/plugin.rb
>>>>  INFO manager: Registered plugin: OpenSUSE host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/redhat/plugin.rb
>>>>   INFO manager: Registered plugin: Red Hat host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/slackware/plugin.rb
>>>>  INFO manager: Registered plugin: Slackware host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/hosts/windows/plugin.rb
>>>>  INFO manager: Registered plugin: Windows host
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/kernel_v1/plugin.rb
>>>>  INFO manager: Registered plugin: kernel
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/kernel_v2/plugin.rb
>>>>  INFO manager: Registered plugin: kernel
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/providers/virtualbox/plugin.rb
>>>>  INFO manager: Registered plugin: VirtualBox provider
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/ansible/plugin.rb
>>>>  INFO manager: Registered plugin: ansible
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/cfengine/plugin.rb
>>>>  INFO manager: Registered plugin: CFEngine Provisioner
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/chef/plugin.rb
>>>>  INFO manager: Registered plugin: chef
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/docker/plugin.rb
>>>>  INFO manager: Registered plugin: docker
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/file/plugin.rb
>>>>  INFO manager: Registered plugin: file
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/puppet/plugin.rb
>>>>  INFO manager: Registered plugin: puppet
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/salt/plugin.rb
>>>>  INFO manager: Registered plugin: salt
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/provisioners/shell/plugin.rb
>>>>  INFO manager: Registered plugin: shell
>>>> DEBUG global: Loading core plugin: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/
>>>> plugins/synced_folders/nfs/plugin.rb
>>>>  INFO manager: Registered plugin: NFS synced folders
>>>>  INFO global: Loading plugins!
>>>> ERROR vagrant: Vagrant experienced an error! Details:
>>>> ERROR vagrant: #<Vagrant::Errors::PluginLoadError: The plugins failed
>>>> to load properly. The error message given is
>>>> shown below.
>>>>
>>>> Encoded files can't be read outside of the Vagrant installer.>
>>>> ERROR vagrant: The plugins failed to load properly. The error message
>>>> given is
>>>> shown below.
>>>>
>>>> Encoded files can't be read outside of the Vagrant installer.
>>>> ERROR vagrant: /opt/boxen/rbenv/versions/2.0.
>>>> 0-p353/lib/ruby/gems/2.0.0/gems/vagrant-1.5.0.dev/lib/vagrant.rb:275:in
>>>> `rescue in <top (required)>'
>>>> /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/
>>>> gems/vagrant-1.5.0.dev/lib/vagrant.rb:271:in `<top (required)>'
>>>> /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/
>>>> gems/vagrant-1.5.0.dev/bin/vagrant:69:in `require'
>>>> /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/
>>>> gems/vagrant-1.5.0.dev/bin/vagrant:69:in `<top (required)>'
>>>> /opt/boxen/rbenv/versions/2.0.0-p353/bin/vagrant:23:in `load'
>>>> /opt/boxen/rbenv/versions/2.0.0-p353/bin/vagrant:23:in `<main>'
>>>> Vagrant failed to initialize at a very early stage:
>>>>
>>>> The plugins failed to load properly. The error message given is
>>>> shown below.
>>>>
>>>> Encoded files can't be read outside of the Vagrant installer.
>>>>
>>>> On Friday, November 1, 2013 11:03:09 AM UTC-4, Daniel Solano Gómez
>>>> wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> I purchased a vmware-workstation-plugin license last week, but I
>>>>> haven't been able to get it to load.  It appears that the plugin and
>>>>> license install without problems, but whenever I actually try to use it, I
>>>>> get a big warning telling me that Vagrant can't load the plugin.  The logs
>>>>> look about identical to not having the license installed, so I am guessing
>>>>> it's not loading the license.  I e-mailed Hashicorp support, but they
>>>>> haven't gotten back to me.  I'd appreciate any help in finding out what's
>>>>> wrong.  Here's the log that produced when trying to initialise a VM:
>>>>>
>>>>>  INFO global: Vagrant version: 1.3.5
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/kernel_v1/plugin.rb
>>>>>  INFO manager: Registered plugin: kernel
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/kernel_v2/plugin.rb
>>>>>  INFO manager: Registered plugin: kernel
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/providers/virtualbox/plugin.rb
>>>>>  INFO manager: Registered plugin: VirtualBox provider
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/redhat/plugin.rb
>>>>>  INFO manager: Registered plugin: Red Hat host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/windows/plugin.rb
>>>>>  INFO manager: Registered plugin: Windows host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/freebsd/plugin.rb
>>>>>  INFO manager: Registered plugin: FreeBSD host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/arch/plugin.rb
>>>>>  INFO manager: Registered plugin: Arch host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/linux/plugin.rb
>>>>>  INFO manager: Registered plugin: Linux host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/bsd/plugin.rb
>>>>>  INFO manager: Registered plugin: BSD host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/opensuse/plugin.rb
>>>>>  INFO manager: Registered plugin: OpenSUSE host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/gentoo/plugin.rb
>>>>>  INFO manager: Registered plugin: Gentoo host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/hosts/slackware/plugin.rb
>>>>>  INFO manager: Registered plugin: Slackware host
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/communicators/ssh/plugin.rb
>>>>>  INFO manager: Registered plugin: ssh communicator
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/redhat/plugin.rb
>>>>>  INFO manager: Registered plugin: RedHat guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/ubuntu/plugin.rb
>>>>>  INFO manager: Registered plugin: Ubuntu guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/esxi/plugin.rb
>>>>>  INFO manager: Registered plugin: ESXi guest.
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/freebsd/plugin.rb
>>>>>  INFO manager: Registered plugin: FreeBSD guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/openbsd/plugin.rb
>>>>>  INFO manager: Registered plugin: OpenBSD guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/arch/plugin.rb
>>>>>  INFO manager: Registered plugin: Arch guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/suse/plugin.rb
>>>>>  INFO manager: Registered plugin: SUSE guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/solaris11/plugin.rb
>>>>>  INFO manager: Registered plugin: Solaris 11 guest.
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/linux/plugin.rb
>>>>>  INFO manager: Registered plugin: Linux guest.
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/debian/plugin.rb
>>>>>  INFO manager: Registered plugin: Debian guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/pld/plugin.rb
>>>>>  INFO manager: Registered plugin: PLD Linux guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/coreos/plugin.rb
>>>>>  INFO manager: Registered plugin: CoreOS guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/omnios/plugin.rb
>>>>>  INFO manager: Registered plugin: OmniOS guest.
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/gentoo/plugin.rb
>>>>>  INFO manager: Registered plugin: Gentoo guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/fedora/plugin.rb
>>>>>  INFO manager: Registered plugin: Fedora guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/solaris/plugin.rb
>>>>>  INFO manager: Registered plugin: Solaris guest.
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/guests/darwin/plugin.rb
>>>>>  INFO manager: Registered plugin: Darwin guest
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/cfengine/plugin.rb
>>>>>  INFO manager: Registered plugin: CFEngine Provisioner
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/puppet/plugin.rb
>>>>>  INFO manager: Registered plugin: puppet
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/shell/plugin.rb
>>>>>  INFO manager: Registered plugin: shell
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/file/plugin.rb
>>>>>  INFO manager: Registered plugin: file
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/salt/plugin.rb
>>>>>  INFO manager: Registered plugin: salt
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/chef/plugin.rb
>>>>>  INFO manager: Registered plugin: chef
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/provisioners/ansible/plugin.rb
>>>>>  INFO manager: Registered plugin: ansible
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/package/plugin.rb
>>>>>  INFO manager: Registered plugin: package command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/suspend/plugin.rb
>>>>>  INFO manager: Registered plugin: suspend command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/box/plugin.rb
>>>>>  INFO manager: Registered plugin: box command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/help/plugin.rb
>>>>>  INFO manager: Registered plugin: help command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/destroy/plugin.rb
>>>>>  INFO manager: Registered plugin: destroy command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/plugin/plugin.rb
>>>>>  INFO manager: Registered plugin: plugin command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/up/plugin.rb
>>>>>  INFO manager: Registered plugin: up command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/reload/plugin.rb
>>>>>  INFO manager: Registered plugin: reload command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/ssh/plugin.rb
>>>>>  INFO manager: Registered plugin: ssh command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/init/plugin.rb
>>>>>  INFO manager: Registered plugin: init command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/ssh_config/plugin.rb
>>>>>  INFO manager: Registered plugin: ssh-config command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/provision/plugin.rb
>>>>>  INFO manager: Registered plugin: provision command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/halt/plugin.rb
>>>>>  INFO manager: Registered plugin: halt command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/status/plugin.rb
>>>>>  INFO manager: Registered plugin: status command
>>>>> DEBUG global: Loading core plugin: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/plugins/commands/resume/plugin.rb
>>>>>  INFO manager: Registered plugin: resume command
>>>>>  INFO vagrant: `vagrant` invoked: ["init", "wheezy64"]
>>>>> DEBUG vagrant: Creating Vagrant environment
>>>>>  INFO environment: Environment initialized (#<Vagrant::Environment:
>>>>> 0x00000000affd70>)
>>>>>  INFO environment:   - cwd: /home/dan/vmware/intel
>>>>>  INFO environment: Home path: /home/dan/.vagrant.d
>>>>>  WARN environment: No local data path is set. Local data cannot be
>>>>> stored.
>>>>> DEBUG environment: Loading plugins from: /home/dan/.vagrant.d/plugins.
>>>>> json
>>>>>  INFO environment: Loading plugin from JSON: vagrant-vmware-workstation
>>>>> ERROR root: Failed to load plugin: vagrant-vmware-workstation
>>>>> ERROR root:  -- Error: #<RuntimeError: Encoded files can't be read
>>>>> outside of the Vagrant installer.>
>>>>> ERROR root:  -- Backtrace:
>>>>> ERROR root: /home/dan/.vagrant.d/rgloader/loader.rb:8:in `<top
>>>>> (required)>'
>>>>> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in
>>>>> `require'
>>>>> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in
>>>>> `require'
>>>>> /home/dan/.vagrant.d/gems/gems/vagrant-vmware-workstation-2.
>>>>> 0.8/lib/vagrant-vmware-workstation.rb:37:in `<top (required)>'
>>>>> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:116:in
>>>>> `require'
>>>>> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:116:in
>>>>> `rescue in require'
>>>>> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:122:in
>>>>> `require'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/lib/vagrant.rb:193:in
>>>>> `require_plugin'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/lib/vagrant/environment.rb:744:in
>>>>> `block in load_plugins'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/lib/vagrant/environment.rb:741:in
>>>>> `each'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/lib/vagrant/environment.rb:741:in
>>>>> `load_plugins'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/lib/vagrant/environment.rb:132:in
>>>>> `initialize'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/bin/vagrant:77:in `new'
>>>>> /usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.3.5/bin/vagrant:77:in `<top
>>>>> (required)>'
>>>>> /usr/bin/vagrant:8:in `load'
>>>>> /usr/bin/vagrant:8:in `<main>'
>>>>>  INFO interface: error: Failed to load the
>>>>> "vagrant-vmware-workstation" plugin. View logs for more details.
>>>>>
>>>>> Failed to load the "vagrant-vmware-workstation" plugin. View logs for
>>>>> more details.
>>>>>
>>>>>  INFO environment: Running hook: environment_load
>>>>>  INFO environment: Initializing config...
>>>>>  INFO loader: Set :default = "/usr/lib64/ruby/gems/1.9.1/ge
>>>>> ms/vagrant-1.3.5/config/default.rb"
>>>>> DEBUG loader: Populating proc cache for "/usr/lib64/ruby/gems/1.9.1/ge
>>>>> ms/vagrant-1.3.5/config/default.rb"
>>>>> DEBUG loader: Load procs for pathname: /usr/lib64/ruby/gems/1.9.1/gem
>>>>> s/vagrant-1.3.5/config/default.rb
>>>>>  INFO loader: Loading configuration in order: [:default, :home, :root]
>>>>> DEBUG loader: Loading from: default (evaluating)
>>>>> DEBUG loader: Configuration loaded successfully, finalizing and
>>>>> returning
>>>>> DEBUG hosts: Host path search classes: 
>>>>> [VagrantPlugins::HostSlackware::Host,
>>>>> VagrantPlugins::HostGentoo::Host, VagrantPlugins::HostOpenSUSE::Host,
>>>>> VagrantPlugins::HostWindows::Host, VagrantPlugins::HostFreeBSD::Host,
>>>>> VagrantPlugins::HostArch::Host, VagrantPlugins::HostRedHat::Host,
>>>>> VagrantPlugins::HostBSD::Host, VagrantPlugins::HostLinux::Host]
>>>>>  INFO hosts: Host class: VagrantPlugins::HostGentoo::Host
>>>>>  INFO runner: Running action: #<Vagrant::Action::Builder:0x0
>>>>> 0000000aefd80>
>>>>>  INFO cli: CLI: [] "init" ["wheezy64"]
>>>>> DEBUG cli: Invoking command class: VagrantPlugins::CommandInit::Command
>>>>> ["wheezy64"]
>>>>>  INFO interface: info: A `Vagrantfile` has been placed in this
>>>>> directory. You are now
>>>>> ready to `vagrant up` your first virtual environment! Please read
>>>>> the comments in the Vagrantfile as well as documentation on
>>>>> `vagrantup.com` for more information on using Vagrant.
>>>>> A `Vagrantfile` has been placed in this directory. You are now
>>>>> ready to `vagrant up` your first virtual environment! Please read
>>>>> the comments in the Vagrantfile as well as documentation on
>>>>> `vagrantup.com` for more information on using Vagrant.
>>>>>  INFO environment: Running hook: environment_unload
>>>>>  INFO runner: Running action: #<Vagrant::Action::Builder:0x0
>>>>> 0000000ca7448>
>>>>>
>>>>> Thanks for any help anyone may be able to provide.
>>>>>
>>>>> Sincerely,
>>>>>
>>>>> Daniel
>>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Vagrant" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>
>>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Vagrant" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/vagrant-up/7EkpfFIaFRw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to