Open jasonvangundy opened 8 years ago
Thanks for the report. That's weird. We updated only bundled libraries, so this error should not happen. I will check it later.
BTW, I assume you call gem update
or gem install
in your deploy process.
But fluentd v0.14 is not stable, so I don't recommend it.
Also is 2.3.2-0 no longer available?
This is reprepro limitation. I have a plan to replace it with aptly in the future... https://github.com/treasure-data/omnibus-td-agent/issues/66
Sorry for the misleading report. After a deeper dive it turns out that a separate plugin was causing our issue. This commit for the fluentd concat plugin brought in fluent 0.14.6 (https://github.com/fluent-plugins-nursery/fluent-plugin-concat/commit/21adef2434843257945bef3fe89ce6dcf0a16d53) and caused td-agent to fail. Pinned back to 0.6.2 of that concat plugin and all is well. Thanks for your quick response!
I see. I posted this point before: https://groups.google.com/forum/#!topic/fluentd/D3FHZkFHiaA
BTW, I need to investigate why td-agent 2.3.3 doesn't work with newer installed v0.14.6. So keep to open this issue.
I am running td-agent on ubuntu trusty. I install via your script for ubuntu/trusty, which just started automatically pulling in 2.3.3-0. Suddenly I am seeing this through install phase and on service restart:
These "dry run failed: Operation not permitted" happen with each attempted service restart. I don't get much output from that configtest code, but it seems related to the following command and error output:
This is on a freshly provisioned ec2 host running their ubuntu 14.04. The exact same automated provisioning process works fine with 2.3.2-0. Was there a change introduced with 2.3.3-0 that would cause this?
Also is 2.3.2-0 no longer available? I was hoping to revert.. I can see the old version out there at: (key = 2/ubuntu/trusty/pool/contrib/t/td-agent/td-agent_2.3.2-0_amd64.deb) but can't get apt to see / install it. I could manually pull it down and install, but was hoping to avoid that.