Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filebeat 2.2.0 doesn't support chef 12 #157

Open
sgandham123 opened this issue Apr 30, 2019 · 3 comments
Open

filebeat 2.2.0 doesn't support chef 12 #157

sgandham123 opened this issue Apr 30, 2019 · 3 comments
Assignees

Comments

@sgandham123
Copy link

Hi ,
I am trying to use filebeat cookbook version 2.2.0 on chef 12 in AWS. However I am getting below error on dependency module runit since it doesn't support chef12. Even if I take older versions of filebeat I get the same issue since runit always points to latest version. Could you please update the Berks file with right versions.

[2019-04-30T18:52:04+00:00] ERROR: Running exception handlers
[2019-04-30T18:52:04+00:00] ERROR: Exception handlers complete
[2019-04-30T18:52:04+00:00] FATAL: Stacktrace dumped to /var/chef/runs/e878a139-3c2a-4f8c-ab06-dba5c895beed/local-mode-cache/cache/chef-stacktrace.out
[2019-04-30T18:52:04+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2019-04-30T18:52:04+00:00] ERROR: Cookbook 'runit' version '5.1.0' depends on chef version [">= 14.0"], but the running chef version is 12.18.31
[2019-04-30T18:52:04+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run
process exited unsuccessfully (exit code 1)

Thanks,
Satish

@sgandham123
Copy link
Author

same issue with windows dependency as well

@weevil44
Copy link

weevil44 commented May 9, 2019

It is not just version 2.2. The other versions are not pinned to a specific version of runit or windows either, so they will not run on anything < 14.

@weevil44
Copy link

I got version 1.4 working with Chef 12.13 by adding pinning to metadata.rb

depends 'runit', '~> 4.3.1' depends 'windows', '~> 4.3.4

@vkhatri vkhatri self-assigned this May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants