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

Unable to install version 2.x.x on Ubuntu #106

Open
A-Scott-Rowe opened this issue Dec 18, 2017 · 2 comments
Open

Unable to install version 2.x.x on Ubuntu #106

A-Scott-Rowe opened this issue Dec 18, 2017 · 2 comments

Comments

@A-Scott-Rowe
Copy link

I am having trouble with the cookbook with Chef 11 on Ubuntu 14.04

receiving uninitialized constant Fluent::ExMonitorAgentInput::MONITOR_INFO (NameError) from chef with custom json(as YAML)

  td_agent:
    api_key: <API_KEY>
    plugins: ['filter']
    version: '2'
    includes: true

I believe the problem is that it is not installing the correct version of td-agent/fluentd (should be td-agent 2.x.x fluentd 0.12.x)

$ fluentd --version
fluentd 1.0.0

when I try and pin the version it seems like it is not getting into the recipe.

  td_agent:
    api_key: <API_KEY>
    plugins: ['filter']
    version: '2.3.6'
    pin_version: true
    includes: true

results in

http://packages.treasuredata.com/0/ubuntu/trusty/dists/trusty/contrib/binary-amd64/Packages  404  Not Found [IP: 54.230.19.91 80]

any advice? is my config wrong?

@A-Scott-Rowe
Copy link
Author

found a workaround, just removed the td-agent monitoring plugin.

@jgpacker
Copy link

jgpacker commented May 7, 2018

I think you meant pinning_version instead of pin_version

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

2 participants