Code Monkey home page Code Monkey logo

Comments (4)

neil-greenwood avatar neil-greenwood commented on June 20, 2024

I'm seeing the same problem.
I have td-agent 1.9.2, running on Ubuntu bionic.

Is any log generated by fluentd-ui?

from fluentd-ui.

ashie avatar ashie commented on June 20, 2024

td-agent 1.9.0 or 1.9.2 seems too old, probably you mean td-agent 3.6.0 with fluentd-1.9.2.
(td-agent --version shows fluentd's version instead of td-agent package's version).

I confirmed this issue with td-agent 3.6.0.
The cause is that shebang of /opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluentd-ui-1.2.1/bin/fluentd-ui (which is the actual path of the executable) is inappropriate for td-agent:

#!/usr/bin/env ruby

from fluentd-ui.

ashie avatar ashie commented on June 20, 2024

A workaround for it is that adding /opt/td-agent/embedded/bin to your PATH:

sudo PATH=/opt/td-agent/embedded/bin:$PATH /opt/td-agent/embedded/lib/ruby/gems/2.4.0/bin/fluentd-ui start

from fluentd-ui.

ashie avatar ashie commented on June 20, 2024

The cause is that shebang of /opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluentd-ui-1.2.1/bin/fluentd-ui (which is the actual path of the executable) is inappropriate for td-agent:

#!/usr/bin/env ruby

The detail is incorrect.
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluentd-ui-1.2.1/bin/fluentd-ui is executed correctly by load.
But it fails to run bundler since it can't find the path.

from fluentd-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.