matschaffer / knife-solo

DEPRECATED: Please consider using https://knife-zero.github.io/, ansible, or visit https://www.chef.io/ for other ideas
MIT License
786 stars 213 forks source link

Errno::ECONNRESET: Connection reset by peer #387

Open fangchi opened 10 years ago

fangchi commented 10 years ago

knife solo cook -i .chef/vagrant.key vagrant@my_ip Running Chef on my_ip... Checking Chef version... Installing Librarian cookbooks... ERROR: Errno::ECONNRESET: Connection reset by peer

environment : ubuntu , Maybe is because i am in China , Some website is not allow to visit .But I want to know what does the command really do when running Installing Librarian cookbooks...? thanks!

matschaffer commented 10 years ago

That runs the equivalent of 'librarian-chef install' which will download the cookbooks listed in your Cheffile.

You may be able to use http proxy environment variables to route the traffic accordingly.

On Monday, July 28, 2014, fangchi notifications@github.com wrote:

knife solo cook -i .chef/vagrant.key vagrant@my_ip Running Chef on my_ip... Checking Chef version... Installing Librarian cookbooks... ERROR: Errno::ECONNRESET: Connection reset by peer

environment : ubuntu , Maybe is because i am in China , Some website is not allow to visit .But I want to know what does the command really do when running Installing Librarian cookbooks...? thanks!

— Reply to this email directly or view it on GitHub https://github.com/matschaffer/knife-solo/issues/387.

-Mat

about.me/matschaffer