Code Monkey home page Code Monkey logo

Comments (9)

visigoth avatar visigoth commented on May 25, 2024 2

i've created https://github.com/visigoth/grafana-unraid-stack-base with a fix to import the correct key, and i've published the full image at docker.io/visigoth/grafana-unraid-stack. i now get a message that grafana has crashed in the docker log. however, opening the webui works and it seems to be working with live data.

[info] Initialisation started...
[info] influxdb fixed.
[info] loki fixed.
[info] telegraf fixed.
[info] promtail fixed.
[info] grafana fixed.
[info] Initialisation complete

[info] Runing apps...
[info] Run influxdb as service on port 8086
Starting influxdb...
influxdb process was started [ OK ]
[info] Run loki as daemon on port 3100
[info] Run telegraf as service
Starting the process telegraf [ OK ]
telegraf process was started [ OK ]
[info] Run promtail as daemon on port 9086
[info] Run grafana as service on port 3006
 * Starting Grafana Server
   ...fail!
[info] All done

[info] influxdb PID: 65
[info] loki PID: 84
[info] Skip hddtemp due to USE_HDDTEMP set to no
[info] telegraf PID: 98
[info] promtail PID: 104
[error] grafana crashed!

from grafana-unraid-stack.

negadin avatar negadin commented on May 25, 2024

Similar error here, also 6.12.4.

[info] Initialisation started...
[info] influxdb fixed.
[info] loki fixed.
[info] telegraf fixed.
[info] promtail fixed.
[info] grafana fixed.
[info] Initialisation complete

[info] Runing apps...
[info] Run influxdb as service on port 8086
Executable /usr/bin/influxd does not exist!
[info] Run loki as daemon on port 3100
[info] Run telegraf as service
[info] Run promtail as daemon on port 9086
[info] Run grafana as service on port 3006

  • Starting Grafana Server
    ...fail!
    [info] All done

[error] influxdb crashed!
[info] loki PID: 60
[info] Skip hddtemp due to USE_HDDTEMP set to no
[error] telegraf crashed!
[info] promtail PID: 77
[error] grafana crashed!

from grafana-unraid-stack.

michaeldivia avatar michaeldivia commented on May 25, 2024

Same for me on 6.12.6 :

[info] Initialisation started...
[info] influxdb fixed.
[info] loki fixed.
[info] telegraf fixed.
[info] promtail fixed.
[info] grafana fixed.
[info] Initialisation complete

[info] Runing apps...
[info] Run influxdb as service on port 8086
Executable /usr/bin/influxd does not exist!
[info] Run loki as daemon on port 3100
[info] Run telegraf as service
[info] Run promtail as daemon on port 9086
[info] Run grafana as service on port 3006
 * Starting Grafana Server
   ...fail!
[info] All done

[error] influxdb crashed!
[info] loki PID: 60
[info] Skip hddtemp due to USE_HDDTEMP set to no
[error] telegraf crashed!
[info] promtail PID: 77
[error] grafana crashed!

from grafana-unraid-stack.

visigoth avatar visigoth commented on May 25, 2024

i am running into the same issue. i tried installing the influxdb package manually in the container and i ran into the following errors:

W: https://packages.grafana.com/oss/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: GPG error: https://repos.influxdata.com/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
E: The repository 'https://repos.influxdata.com/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

i'm surprised the docker build succeeded. it seems that install-influxdb-telegraf.sh does not exit on the failure at apt -y update && apt -y install telegraf influxdb. the other scripts similarly won't fail on errors.

from grafana-unraid-stack.

visigoth avatar visigoth commented on May 25, 2024

https://repos.influxdata.com/ubuntu/ mentions that influxdb.key is deprecated and that influxdata-archive.key is the correct key to use on modern distributions.

from grafana-unraid-stack.

DanielCalverley avatar DanielCalverley commented on May 25, 2024

+1

[info] Initialisation started...
[info] influxdb fixed.
[info] loki fixed.
[info] telegraf fixed.
[info] promtail fixed.
[info] grafana fixed.
[info] Initialisation complete

[info] Runing apps...
[info] Run influxdb as service on port 8086
Executable /usr/bin/influxd does not exist!
[info] Run loki as daemon on port 3100
[info] Run telegraf as service
[info] Run promtail as daemon on port 9086
[info] Run grafana as service on port 3006

  • Starting Grafana Server
    ...fail!
    [info] All done

[error] influxdb crashed!
[info] loki PID: 60
[info] Skip hddtemp due to USE_HDDTEMP set to no
[error] telegraf crashed!
[info] promtail PID: 77
[error] grafana crashed!

from grafana-unraid-stack.

nixmomo avatar nixmomo commented on May 25, 2024

This is still not fixed right?
I get on a fresh install
[error] influxdb crashed!
[info] loki PID: 60
[info] Skip hddtemp due to USE_HDDTEMP set to no
[error] telegraf crashed!
[info] promtail PID: 77
[error] grafana crashed!

Grafana itself is working but has no data because connection to influxdb is not possible

from grafana-unraid-stack.

Nenzyz avatar Nenzyz commented on May 25, 2024

Please try this image nenzyz/grafana-unraid-stack I've rebuilt it from the same author's repositories with proper influxdb installation, there is an issue with gpg keys. Mine is working fine.

from grafana-unraid-stack.

McGeaverBeaver avatar McGeaverBeaver commented on May 25, 2024

I'm a bit confused. How is this still broken but the container is updated every few days? Who's maintaining this? Why is it not removed from the Unraid App store if it's not broken??

https://registry.hub.docker.com/r/testdasi/grafana-unraid-stack/tags

from grafana-unraid-stack.

Related Issues (15)

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.