John Goulah
John Goulah
Hi @edenhill - we're hoping to get another look at this, the [PR solution](https://github.com/edenhill/librdkafka/pull/3812) was updated to be in sync with the current master and passes all tests. Based on...
same problem with machine_options as explained here https://github.com/chef/chef-provisioning/issues/481#issuecomment-218556111
I'm guessing this is not a bug and that you didn't configure the handler? there are two pieces to getting this code setup https://github.com/jgoulah/knife-lastrun#configure-the-handler
+1 still happening
I can also confirm this fixes `Docker.options[:read_timeout] = 7200`
@jkeiser I believe this one is now fixed in latest master release and can be closed
believe this is fixed in chef-provisioning-aws 2.2.2
@vinodhalaharvi not totally sure if this is the issue since you didn't paste your errors, but machine_options is not set correctly in your example, so ssh_username is getting passed as...
@fletchowns I don't know much but I think here is a good place to start: https://github.com/chef/chef-provisioning-aws/blob/master/lib/chef/resource/aws_route53_hosted_zone.rb#L91 At a minimum have to pass the private attribute in so that it is...