kusnier/vagrant-persistent-storage

plugin not loading?

hardikdangar opened this issue · 0 comments

Hey guys,

Here is my Vagrantfile,
https://gist.github.com/hardikdangar/94dfcdf62e322ebfae5c

I am using following versions of virtualbox and vagrant
Vagrant 1.7.2
Virtualbox 4.3.26

When i vagrant up nothing happens. i even tried to restart the operating system ( Ubuntu 14.04 ).

Output of Vagrant up Command is,

Bringing machine 'HARDDISKHOST' up with 'virtualbox' provider...
==> HARDDISKHOST: Clearing any previously set forwarded ports...
==> HARDDISKHOST: Clearing any previously set network interfaces...
==> HARDDISKHOST: Preparing network interfaces based on configuration...
    HARDDISKHOST: Adapter 1: nat
==> HARDDISKHOST: Forwarding ports...
    HARDDISKHOST: 22 => 2222 (adapter 1)
==> HARDDISKHOST: Running 'pre-boot' VM customizations...
==> HARDDISKHOST: Booting VM...
==> HARDDISKHOST: Waiting for machine to boot. This may take a few minutes...
    HARDDISKHOST: SSH address: 127.0.0.1:2222
    HARDDISKHOST: SSH username: vagrant
    HARDDISKHOST: SSH auth method: private key
    HARDDISKHOST: Warning: Connection timeout. Retrying...
    HARDDISKHOST: Warning: Remote connection disconnect. Retrying...
==> HARDDISKHOST: Machine booted and ready!
==> HARDDISKHOST: Checking for guest additions in VM...
==> HARDDISKHOST: Mounting shared folders...
    HARDDISKHOST: /vagrant => /home/hardik/hardik/vm/harddisk
==> HARDDISKHOST: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> HARDDISKHOST: to force provisioning. Provisioners marked to run always will still run.