Skip to content

Instantly share code, notes, and snippets.

@scottwb
Created August 31, 2012 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwb/3557135 to your computer and use it in GitHub Desktop.
Save scottwb/3557135 to your computer and use it in GitHub Desktop.
Hosted Chef Errors
swb-mbp% knife cookbook upload apache2
Uploading apache2 [1.1.12]
/Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174:in `sysread_nonblock': Connection reset by peer (Errno::ECONNRESET)
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174:in `read_nonblock'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:141:in `rbuf_fill'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:122:in `readuntil'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:132:in `readline'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2562:in `read_status_line'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2551:in `read_new'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1319:in `block in transport_request'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1316:in `catch'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1316:in `transport_request'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1293:in `request'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/net_http_ext.rb:51:in `request'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:176:in `block in transmit'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:745:in `start'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/resource.rb:76:in `put'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:134:in `block in uploader_function_for'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:25:in `call'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:25:in `block (3 levels) in setup_worker_threads'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:24:in `loop'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:24:in `block (2 levels) in setup_worker_threads'
swb-mbp% knife cookbook upload apache2
Uploading apache2 [1.1.12]
ERROR: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read finished A: tlsv1 alert decrypt error
swb-mbp% knife cookbook upload apache2
Uploading apache2 [1.1.12]
ERROR: Errno::ECONNRESET: Connection reset by peer
swb-mbp% knife cookbook upload apache2
Uploading apache2 [1.1.12]
ERROR: Errno::ECONNRESET: Connection reset by peer
swb-mbp% knife cookbook upload php
Uploading php [1.1.0]
/Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174:in `sysread_nonblock': Connection reset by peer (Errno::ECONNRESET)
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb:174:in `read_nonblock'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:141:in `rbuf_fill'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:122:in `readuntil'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/protocol.rb:132:in `readline'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2562:in `read_status_line'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2551:in `read_new'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1319:in `block in transport_request'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1316:in `catch'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1316:in `transport_request'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:1293:in `request'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/net_http_ext.rb:51:in `request'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:176:in `block in transmit'
from /Users/scottwb/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:745:in `start'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/rest-client-1.6.7/lib/restclient/resource.rb:76:in `put'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:134:in `block in uploader_function_for'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:25:in `call'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:25:in `block (3 levels) in setup_worker_threads'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:24:in `loop'
from /Users/scottwb/.rvm/gems/ruby-1.9.3-p194@validas-chef-repo/gems/chef-10.12.0/lib/chef/cookbook_uploader.rb:24:in `block (2 levels) in setup_worker_threads'
swb-mbp% knife cookbook upload php
Uploading php [1.1.0]
ERROR: Errno::ECONNRESET: Connection reset by peer
swb-mbp% knife cookbook upload php
Uploading php [1.1.0]
ERROR: Errno::ECONNRESET: Connection reset by peer
swb-mbp% knife cookbook upload python
Uploading python [1.0.8]
Uploaded 1 cookbook.
swb-mbp% knife cookbook upload php
Uploading php [1.1.0]
ERROR: Errno::ECONNRESET: Connection reset by peer
swb-mbp%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment