Git Product home page Git Product logo

Comments (2)

ktsaou avatar ktsaou commented on May 22, 2024

This is from a successful install:

Making install in charts.d
make[1]: Entering directory '/data/src/netdata.git/charts.d'
make[2]: Entering directory '/data/src/netdata.git/charts.d'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/libexec/netdata/charts.d'
 /usr/bin/install -c airsearches.chart.sh cpu_apps.chart.sh cpufreq.chart.sh crsproxy.chart.sh example.chart.sh load_average.chart.sh mem_apps.chart.sh mysql.chart.sh nut.chart.sh opensips.chart.sh postfix.chart.sh sensors.chart.sh squid.chart.sh '/usr/libexec/netdata/charts.d'
make[2]: Leaving directory '/data/src/netdata.git/charts.d'
make[1]: Leaving directory '/data/src/netdata.git/charts.d'
Making install in conf.d
make[1]: Entering directory '/data/src/netdata.git/conf.d'
make[2]: Entering directory '/data/src/netdata.git/conf.d'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/etc/netdata'
 /usr/bin/install -c -m 644 apps_groups.conf '/etc/netdata'
make[2]: Leaving directory '/data/src/netdata.git/conf.d'
make[1]: Leaving directory '/data/src/netdata.git/conf.d'
Making install in plugins.d
make[1]: Entering directory '/data/src/netdata.git/plugins.d'
make[2]: Entering directory '/data/src/netdata.git/plugins.d'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/libexec/netdata/plugins.d'
 /usr/bin/install -c -m 644 README loopsleepms.sh.inc '/usr/libexec/netdata/plugins.d'
 /bin/mkdir -p '/usr/libexec/netdata/plugins.d'
 /usr/bin/install -c charts.d.dryrun-helper.sh charts.d.plugin tc-qos-helper.sh '/usr/libexec/netdata/plugins.d'
make[2]: Leaving directory '/data/src/netdata.git/plugins.d'
make[1]: Leaving directory '/data/src/netdata.git/plugins.d'
Making install in src
make[1]: Entering directory '/data/src/netdata.git/src'
make[2]: Entering directory '/data/src/netdata.git/src'
 /bin/mkdir -p '/usr/bin'
  /usr/bin/install -c netdata '/usr/bin'
make  install-exec-hook
make[3]: Entering directory '/data/src/netdata.git/src'
if [ `id -u` == 0 ]; then \
        chown root '/usr/libexec/netdata/plugins.d/apps.plugin' && \
                chmod 4755 '/usr/libexec/netdata/plugins.d/apps.plugin'; \
else \
        echo; \
        echo "ATTENTION"; \
        echo; \
        echo "setuid bit of /usr/libexec/netdata/plugins.d/apps.plugin must be set, please execute as root:"; \
        echo "chown root '/usr/libexec/netdata/plugins.d/apps.plugin' && chmod 4755 '/usr/libexec/netdata/plugins.d/apps.plugin'"; \
        echo; \
fi
make[3]: Leaving directory '/data/src/netdata.git/src'
 /bin/mkdir -p '/var/cache/netdata'
 /usr/bin/install -c -m 644 .keep '/var/cache/netdata'
 /bin/mkdir -p '/var/log/netdata'
 /usr/bin/install -c -m 644 .keep '/var/log/netdata'
 /bin/mkdir -p '/usr/libexec/netdata/plugins.d'
  /usr/bin/install -c apps.plugin '/usr/libexec/netdata/plugins.d'
make[2]: Leaving directory '/data/src/netdata.git/src'
make[1]: Leaving directory '/data/src/netdata.git/src'
Making install in web
make[1]: Entering directory '/data/src/netdata.git/web'
make[2]: Entering directory '/data/src/netdata.git/web'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/share/netdata/web'
 /usr/bin/install -c -m 644 datasource.html index.html index.js netdata.js robots.txt theme.css '/usr/share/netdata/web'
make[2]: Leaving directory '/data/src/netdata.git/web'
make[1]: Leaving directory '/data/src/netdata.git/web'
make[1]: Entering directory '/data/src/netdata.git'
make[2]: Entering directory '/data/src/netdata.git'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/data/src/netdata.git'
make[1]: Leaving directory '/data/src/netdata.git'

As I see it, it tries to chown, chmod apps.plugin before it is installed.

from netdata.

alonbl avatar alonbl commented on May 22, 2024

Checkout #27

from netdata.

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.