<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all, <br>
    I was trying running stable/kilo branch infrastructure with the
    following setting of chef dk:<br>
    <ul>
      <li>Chef Development Kit Version: 0.9.0</li>
      <li>chef-client version: 12.5.1</li>
      <li>berks version: 4.0.1</li>
      <li>kitchen version: 1.4.2</li>
    </ul>
    <p>But when I run the command: <br>
    </p>
    <ul>
      <li>chef exec rake berks_vendor</li>
    </ul>
    <p>I got the following error: <br>
    </p>
    <p>[2015-11-07T11:14:21.289451 #10681] ERROR -- : Actor crashed!<br>
      Errno::EHOSTUNREACH: No route to host - connect(2) for "<a
        href="http://s3.amazonaws.com" target="_blank" rel="nofollow"
        onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fs3.amazonaws.com\46sa\75D\46sntz\0751\46usg\75AFQjCNEHyec20OfvHWUNab6BrrQ2iqQtFg';return
        true;"
        onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fs3.amazonaws.com\46sa\75D\46sntz\0751\46usg\75AFQjCNEHyec20OfvHWUNab6BrrQ2iqQtFg';return
        true;">s3.amazonaws.com</a>" port 443</p>
    <p><br>
    </p>
    <p>I have also check the knife.rb which looks like this: <br>
    </p>
    <p>current_dir = File.dirname(__FILE__)<br>
      log_level :info<br>
      log_location STDOUT<br>
      node_name 'nodienode'<br>
      client_key "#{current_dir}/nodienode.pem"<br>
      validation_client_name 'chef-validator'<br>
      validation_key "#{current_dir}/validator.pem"<br>
      chef_server_url
      '<a class="moz-txt-link-freetext" href="https://api.opscode.com/organizations/my_awesome_org">https://api.opscode.com/organizations/my_awesome_org</a>'<br>
      cache_type 'BasicFile'<br>
      cache_options(path: "#{ENV['HOME']}/.chef/checksums")<br>
      cookbook_path ["#{current_dir}/../cookbooks"]<br>
      knife[:secret_file] = "#{current_dir}/encrypted_data_bag_secret"<br>
      <br>
    </p>
    <p>I tried google it, but I don't find a solution.<br>
      I checked also my firewall and is ok.<br>
    </p>
    <p>Can someone help me out, please ?</p>
    <p><br>
    </p>
    <p>Thanks for any suggestion.</p>
    <p>Riccardo ( aka diagor)</p>
    <br>
  </body>
</html>