We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fluentd's "-r" option doesn't work correctly.
$ sudo /usr/sbin/td-agent -rperftools --user td-agent --group td-agent 2011-04-17 12:31:55 +0400: unexpected error error="undefined local variable or method `lib' for main:Object" 2011-04-17 12:31:55 +0400: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluent-0.9.17/lib/fluent/command/fluentd.rb:143:in `block in <top (required)>' 2011-04-17 12:31:55 +0400: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluent-0.9.17/lib/fluent/command/fluentd.rb:142:in `each' 2011-04-17 12:31:55 +0400: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluent-0.9.17/lib/fluent/command/fluentd.rb:142:in `<top (required)>' 2011-04-17 12:31:55 +0400: <internal:lib/rubygems/custom_require>:29:in `require' 2011-04-17 12:31:55 +0400: <internal:lib/rubygems/custom_require>:29:in `require' 2011-04-17 12:31:55 +0400: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluent-0.9.17/bin/fluentd:6:in `<top (required)>' 2011-04-17 12:31:55 +0400: /usr/lib/fluent/ruby/bin/fluentd:19:in `load' 2011-04-17 12:31:55 +0400: /usr/lib/fluent/ruby/bin/fluentd:19:in `<top (required)>' 2011-04-17 12:31:55 +0400: /usr/sbin/td-agent:5:in `load' 2011-04-17 12:31:55 +0400: /usr/sbin/td-agent:5:in `<main>'
The text was updated successfully, but these errors were encountered:
fixed -r option of ./bin/fluentd (reported by @bongle as #6)
7656ed7
thx for the reporting!!! i've fixed the problem.
Sorry, something went wrong.
No branches or pull requests
fluentd's "-r" option doesn't work correctly.
The text was updated successfully, but these errors were encountered: