Re: [vagrant-up] How do I install vagrant scp plugin in offline mode

2015-12-20 Thread Yogesh Sharma
Please find error attached 

On Sunday, December 20, 2015 at 6:15:54 AM UTC+5:30, Alvaro Miranda 
Aguilera wrote:
>
> can you share debug logs?
>
> in cmd.exe
>
> set VAGRANT_LOG=debug
>
> in bash/git/bash
>
> export VAGRANT_LOG=debug
>
> then
>
> vagrant plugin install
>
> That will show more info
>
> can you sahre that log in a gist?  gitst.github.com
>
> Thanks
> Alvaro.
>
> On Sat, Dec 19, 2015 at 10:30 PM, Yogesh Sharma  > wrote:
>
>> Thanks for your input.  Yes I tried this but didn't got success. I am on 
>> Windows 7
>>
>> Any ruby library need to be downloaded? ?
>>
>> --
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html. Behavior in 
>> violation of those guidelines may result in your removal from this mailing 
>> list.
>>
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> ---
>> 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 vagrant-up+...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/a661be19-a033-40f3-8127-3f0181f16591%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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 vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/9714206f-b500-4503-95e8-699bac0ac75c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] How do I install vagrant scp plugin in offline mode

2015-12-19 Thread Alvaro Miranda Aguilera
can you share debug logs?

in cmd.exe

set VAGRANT_LOG=debug

in bash/git/bash

export VAGRANT_LOG=debug

then

vagrant plugin install

That will show more info

can you sahre that log in a gist?  gitst.github.com

Thanks
Alvaro.

On Sat, Dec 19, 2015 at 10:30 PM, Yogesh Sharma 
wrote:

> Thanks for your input.  Yes I tried this but didn't got success. I am on
> Windows 7
>
> Any ruby library need to be downloaded? ?
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> 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 vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/a661be19-a033-40f3-8127-3f0181f16591%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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 vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezQSsxGQvSAP1mfMsD-6QzbFhSTXA_QQkiBBNP23RJQ7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] How do I install vagrant scp plugin in offline mode

2015-12-19 Thread Yogesh Sharma
Thanks for your input.  Yes I tried this but didn't got success. I am on 
Windows 7 

Any ruby library need to be downloaded? ?

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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 vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/a661be19-a033-40f3-8127-3f0181f16591%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] How do I install vagrant scp plugin in offline mode

2015-12-18 Thread Alvaro Miranda Aguilera
Hello

You can download the file:

https://rubygems.org/downloads/vagrant-scp-0.5.0.gem

Then install like this:

Alvaros-Mini:~ kikitux$ vagrant plugin install vagrant-scp-0.5.0.gem
Installing the 'vagrant-scp-0.5.0.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-scp (0.5.0)'!
Alvaros-Mini:~ kikitux$ vagrant plugin list | grep scp
vagrant-scp (0.5.0)


Thanks
Alvaro.

On Sat, Dec 19, 2015 at 7:48 AM, Yogesh Sharma  wrote:
> I am in DMZ zone and not having access to Internet. How do I install
> different plugin in such environment?
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> 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 vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/8b217cc9-91fc-4d40-8bc8-366553b5f96b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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 vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0exPmFFhopGew_qCnDi7pkJVw3vU0rYCqf2FcpUhBPAYBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.