Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. (gelöst) Grafana

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    227

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

(gelöst) Grafana

(gelöst) Grafana

Scheduled Pinned Locked Moved ioBroker Allgemein
101 Posts 7 Posters 9.6k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ostseereiterO Offline
    ostseereiterO Offline
    ostseereiter
    wrote on last edited by ostseereiter
    #1

    Hallo Freunde,
    Ich habe mich entschieden und möchte Grafana auf dem Debiansystem installieren wo auch der IObroker drauf ist. Als erstes nun die Influxdatenbank die lief nun durch. jetzt wollte ich die ersten Einstellungen in der Datenbank vornehmen es kommen schon Verbindungsprobleme.

    root@debian:/home/andy# influx
    Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
    Please check your connection settings and ensure 'influxd' is running.
    root@debian:/home/andy# sudo service influxdb start
    
    

    Gruß OSR

    Plattform
    Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

    SBorgS 1 Reply Last reply
    0
    • ostseereiterO ostseereiter

      Hallo Freunde,
      Ich habe mich entschieden und möchte Grafana auf dem Debiansystem installieren wo auch der IObroker drauf ist. Als erstes nun die Influxdatenbank die lief nun durch. jetzt wollte ich die ersten Einstellungen in der Datenbank vornehmen es kommen schon Verbindungsprobleme.

      root@debian:/home/andy# influx
      Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
      Please check your connection settings and ensure 'influxd' is running.
      root@debian:/home/andy# sudo service influxdb start
      
      
      SBorgS Offline
      SBorgS Offline
      SBorg
      Forum Testing Most Active
      wrote on last edited by
      #2

      @ostseereiter Was liefert denn

       sudo systemctl status influxd
      

      LG SBorg ( SBorg auf GitHub)
      Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

      ostseereiterO 1 Reply Last reply
      0
      • SBorgS SBorg

        @ostseereiter Was liefert denn

         sudo systemctl status influxd
        
        ostseereiterO Offline
        ostseereiterO Offline
        ostseereiter
        wrote on last edited by
        #3

        @sborg sagte in Grafana:

        sudo systemctl status influxd

        root@debian:/home/andy# sudo systemctl status influxd
        ● influxdb.service - InfluxDB is an open-source, distributed, time series databa
           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset:
           Active: failed (Result: exit-code) since Sun 2021-04-25 17:25:58 CEST; 16min
             Docs: https://docs.influxdata.com/influxdb/
          Process: 30354 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf
         Main PID: 30354 (code=exited, status=1/FAILURE)
        
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Main process exited, code=e
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-co
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Service RestartSec=100ms ex
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Scheduled restart job, rest
        Apr 25 17:25:58 debian systemd[1]: Stopped InfluxDB is an open-source, distribut
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Start request repeated too
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-co
        Apr 25 17:25:58 debian systemd[1]: Failed to start InfluxDB is an open-source, d
        lines 1-15/15 (END)...skipping...
        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
           Active: failed (Result: exit-code) since Sun 2021-04-25 17:25:58 CEST; 16min ago
             Docs: https://docs.influxdata.com/influxdb/
          Process: 30354 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf $INFLUXD_OPTS (code=exited, status=1/FAILURE)
         Main PID: 30354 (code=exited, status=1/FAILURE)
        
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Main process exited, code=exited, status=1/FAILURE
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-code'.
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Service RestartSec=100ms expired, scheduling restart.
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
        Apr 25 17:25:58 debian systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Start request repeated too quickly.
        Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-code'.
        Apr 25 17:25:58 debian systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
        
        
        

        Gruß OSR

        Plattform
        Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

        SBorgS Thomas BraunT 2 Replies Last reply
        0
        • ostseereiterO ostseereiter

          @sborg sagte in Grafana:

          sudo systemctl status influxd

          root@debian:/home/andy# sudo systemctl status influxd
          ● influxdb.service - InfluxDB is an open-source, distributed, time series databa
             Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset:
             Active: failed (Result: exit-code) since Sun 2021-04-25 17:25:58 CEST; 16min
               Docs: https://docs.influxdata.com/influxdb/
            Process: 30354 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf
           Main PID: 30354 (code=exited, status=1/FAILURE)
          
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Main process exited, code=e
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-co
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Service RestartSec=100ms ex
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Scheduled restart job, rest
          Apr 25 17:25:58 debian systemd[1]: Stopped InfluxDB is an open-source, distribut
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Start request repeated too
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-co
          Apr 25 17:25:58 debian systemd[1]: Failed to start InfluxDB is an open-source, d
          lines 1-15/15 (END)...skipping...
          ● influxdb.service - InfluxDB is an open-source, distributed, time series database
             Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
             Active: failed (Result: exit-code) since Sun 2021-04-25 17:25:58 CEST; 16min ago
               Docs: https://docs.influxdata.com/influxdb/
            Process: 30354 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf $INFLUXD_OPTS (code=exited, status=1/FAILURE)
           Main PID: 30354 (code=exited, status=1/FAILURE)
          
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Main process exited, code=exited, status=1/FAILURE
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-code'.
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Service RestartSec=100ms expired, scheduling restart.
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
          Apr 25 17:25:58 debian systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Start request repeated too quickly.
          Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-code'.
          Apr 25 17:25:58 debian systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
          
          
          
          SBorgS Offline
          SBorgS Offline
          SBorg
          Forum Testing Most Active
          wrote on last edited by
          #4

          @ostseereiter sagte in Grafana:

          Active: failed (Result: exit-code)

          Jepp, influx läuft nicht.
          Starte es nochmals von Hand:

          sudo systemctl start influxd
          

          "influxd", nicht wie oben von dir versucht "influxdb" 😉
          Dann nach paar Sekunden nochmals mittels "status" (so.) prüfen.

          LG SBorg ( SBorg auf GitHub)
          Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

          ostseereiterO 2 Replies Last reply
          0
          • SBorgS SBorg

            @ostseereiter sagte in Grafana:

            Active: failed (Result: exit-code)

            Jepp, influx läuft nicht.
            Starte es nochmals von Hand:

            sudo systemctl start influxd
            

            "influxd", nicht wie oben von dir versucht "influxdb" 😉
            Dann nach paar Sekunden nochmals mittels "status" (so.) prüfen.

            ostseereiterO Offline
            ostseereiterO Offline
            ostseereiter
            wrote on last edited by
            #5

            @sborg

            root@debian:/home/andy# sudo systemctl start influxd
            root@debian:/home/andy# influxd
            
             8888888           .d888 888                   8888888b.  888888b.
               888            d88P"  888                   888  "Y88b 888  "88b
               888            888    888                   888    888 888  .88P
               888   88888b.  888888 888 888  888 888  888 888    888 8888888K.
               888   888 "88b 888    888 888  888  Y8bd8P' 888    888 888  "Y88b
               888   888  888 888    888 888  888   X88K   888    888 888    888
               888   888  888 888    888 Y88b 888 .d8""8b. 888  .d88P 888   d88P
             8888888 888  888 888    888  "Y88888 888  888 8888888P"  8888888P"
            
            2021-04-25T15:54:59.086303Z     info    InfluxDB starting       {"log_id": "0TjRhSZW000", "version": "1.8.5", "branch": "1.8", "commit": "3d16c6318cf5"}
            2021-04-25T15:54:59.086380Z     info    Go runtime      {"log_id": "0TjRhSZW000", "version": "go1.13.8", "maxprocs": 2}
            run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use
            root@debian:/home/andy#
            
            

            Gruß OSR

            Plattform
            Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

            crunchipC 1 Reply Last reply
            0
            • ostseereiterO ostseereiter

              @sborg sagte in Grafana:

              sudo systemctl status influxd

              root@debian:/home/andy# sudo systemctl status influxd
              ● influxdb.service - InfluxDB is an open-source, distributed, time series databa
                 Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset:
                 Active: failed (Result: exit-code) since Sun 2021-04-25 17:25:58 CEST; 16min
                   Docs: https://docs.influxdata.com/influxdb/
                Process: 30354 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf
               Main PID: 30354 (code=exited, status=1/FAILURE)
              
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Main process exited, code=e
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-co
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Service RestartSec=100ms ex
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Scheduled restart job, rest
              Apr 25 17:25:58 debian systemd[1]: Stopped InfluxDB is an open-source, distribut
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Start request repeated too
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-co
              Apr 25 17:25:58 debian systemd[1]: Failed to start InfluxDB is an open-source, d
              lines 1-15/15 (END)...skipping...
              ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                 Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                 Active: failed (Result: exit-code) since Sun 2021-04-25 17:25:58 CEST; 16min ago
                   Docs: https://docs.influxdata.com/influxdb/
                Process: 30354 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf $INFLUXD_OPTS (code=exited, status=1/FAILURE)
               Main PID: 30354 (code=exited, status=1/FAILURE)
              
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Main process exited, code=exited, status=1/FAILURE
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-code'.
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Service RestartSec=100ms expired, scheduling restart.
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
              Apr 25 17:25:58 debian systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Start request repeated too quickly.
              Apr 25 17:25:58 debian systemd[1]: influxdb.service: Failed with result 'exit-code'.
              Apr 25 17:25:58 debian systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
              
              
              
              Thomas BraunT Offline
              Thomas BraunT Offline
              Thomas Braun
              Most Active
              wrote on last edited by
              #6

              @ostseereiter

              Finde den Fehler:

              root@debian:/home/andy# sudo
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              crunchipC ostseereiterO 2 Replies Last reply
              0
              • Thomas BraunT Thomas Braun

                @ostseereiter

                Finde den Fehler:

                root@debian:/home/andy# sudo
                
                crunchipC Offline
                crunchipC Offline
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #7

                @thomas-braun hab ich schon drauf gewartet🍻

                umgestiegen von Proxmox auf Unraid

                1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @ostseereiter

                  Finde den Fehler:

                  root@debian:/home/andy# sudo
                  
                  ostseereiterO Offline
                  ostseereiterO Offline
                  ostseereiter
                  wrote on last edited by
                  #8

                  @thomas-braun ist das nicht egal sudo oder ohne ich weiß es nicht

                  Gruß OSR

                  Plattform
                  Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                  Thomas BraunT 1 Reply Last reply
                  0
                  • SBorgS SBorg

                    @ostseereiter sagte in Grafana:

                    Active: failed (Result: exit-code)

                    Jepp, influx läuft nicht.
                    Starte es nochmals von Hand:

                    sudo systemctl start influxd
                    

                    "influxd", nicht wie oben von dir versucht "influxdb" 😉
                    Dann nach paar Sekunden nochmals mittels "status" (so.) prüfen.

                    ostseereiterO Offline
                    ostseereiterO Offline
                    ostseereiter
                    wrote on last edited by
                    #9

                    @sborg
                    immer noch nicht

                    root@debian:/home/andy# systemctl status influxd
                    ● influxdb.service - InfluxDB is an open-source, distributed, time series databa
                       Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset:
                       Active: failed (Result: exit-code) since Sun 2021-04-25 17:58:59 CEST; 2min 2
                         Docs: https://docs.influxdata.com/influxdb/
                      Process: 5185 ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf $
                     Main PID: 5185 (code=exited, status=1/FAILURE)
                    
                    Apr 25 17:58:59 debian systemd[1]: influxdb.service: Service RestartSec=100ms ex
                    Apr 25 17:58:59 debian systemd[1]: influxdb.service: Scheduled restart job, rest
                    Apr 25 17:58:59 debian systemd[1]: Stopped InfluxDB is an open-source, distribut
                    Apr 25 17:58:59 debian systemd[1]: influxdb.service: Start request repeated too
                    Apr 25 17:58:59 debian systemd[1]: influxdb.service: Failed with result 'exit-co
                    Apr 25 17:58:59 debian systemd[1]: Failed to start InfluxDB is an open-source, d
                    lines 1-13/13 (END)
                    
                    

                    Gruß OSR

                    Plattform
                    Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                    1 Reply Last reply
                    0
                    • ostseereiterO ostseereiter

                      @thomas-braun ist das nicht egal sudo oder ohne ich weiß es nicht

                      Thomas BraunT Offline
                      Thomas BraunT Offline
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #10

                      @ostseereiter sagte in Grafana:

                      ist das nicht egal sudo oder ohne ich weiß es nicht

                      Nein, ist es nicht. Es zeigt uns nämlich, dass du Null verstanden hast wie man gescheit mit einem Linux umgeht. Und deswegen verfummelst du dir auch immer wieder deine Systeme.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      ostseereiterO 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @ostseereiter sagte in Grafana:

                        ist das nicht egal sudo oder ohne ich weiß es nicht

                        Nein, ist es nicht. Es zeigt uns nämlich, dass du Null verstanden hast wie man gescheit mit einem Linux umgeht. Und deswegen verfummelst du dir auch immer wieder deine Systeme.

                        ostseereiterO Offline
                        ostseereiterO Offline
                        ostseereiter
                        wrote on last edited by
                        #11

                        @thomas-braun
                        kritik angenommen

                        Gruß OSR

                        Plattform
                        Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                        Thomas BraunT 1 Reply Last reply
                        0
                        • ostseereiterO ostseereiter

                          @thomas-braun
                          kritik angenommen

                          Thomas BraunT Offline
                          Thomas BraunT Offline
                          Thomas Braun
                          Most Active
                          wrote on last edited by Thomas Braun
                          #12

                          @ostseereiter
                          Dann meld dich als erstes als root ab! Der account ist TABU!
                          Mit dem 'andy' kannst du dann bei Notwendigkeit immer noch per sudo die erweiterten Rechte bekommen. (Wenn der andy korrekt angelegt wurde)

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          ostseereiterO 2 Replies Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @ostseereiter
                            Dann meld dich als erstes als root ab! Der account ist TABU!
                            Mit dem 'andy' kannst du dann bei Notwendigkeit immer noch per sudo die erweiterten Rechte bekommen. (Wenn der andy korrekt angelegt wurde)

                            ostseereiterO Offline
                            ostseereiterO Offline
                            ostseereiter
                            wrote on last edited by
                            #13
                            andy@debian:~$
                            
                            

                            Gruß OSR

                            Plattform
                            Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                            crunchipC 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @ostseereiter
                              Dann meld dich als erstes als root ab! Der account ist TABU!
                              Mit dem 'andy' kannst du dann bei Notwendigkeit immer noch per sudo die erweiterten Rechte bekommen. (Wenn der andy korrekt angelegt wurde)

                              ostseereiterO Offline
                              ostseereiterO Offline
                              ostseereiter
                              wrote on last edited by
                              #14

                              @thomas-braun mit sudo wurde installation verweigert als andy

                              Gruß OSR

                              Plattform
                              Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                              Thomas BraunT 1 Reply Last reply
                              0
                              • ostseereiterO ostseereiter
                                andy@debian:~$
                                
                                
                                crunchipC Offline
                                crunchipC Offline
                                crunchip
                                Forum Testing Most Active
                                wrote on last edited by
                                #15

                                @ostseereiter wie hst du nun über haupt installiert? per apt?

                                umgestiegen von Proxmox auf Unraid

                                ostseereiterO 1 Reply Last reply
                                0
                                • crunchipC crunchip

                                  @ostseereiter wie hst du nun über haupt installiert? per apt?

                                  ostseereiterO Offline
                                  ostseereiterO Offline
                                  ostseereiter
                                  wrote on last edited by
                                  #16

                                  @crunchip

                                  wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
                                  source /etc/os-release
                                  echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                                  Then, install and start the InfluxDB service:
                                  
                                  sudo apt-get update && sudo apt-get install influxdb
                                  sudo service influxdb start
                                  

                                  Gruß OSR

                                  Plattform
                                  Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                                  1 Reply Last reply
                                  0
                                  • ostseereiterO ostseereiter

                                    @sborg

                                    root@debian:/home/andy# sudo systemctl start influxd
                                    root@debian:/home/andy# influxd
                                    
                                     8888888           .d888 888                   8888888b.  888888b.
                                       888            d88P"  888                   888  "Y88b 888  "88b
                                       888            888    888                   888    888 888  .88P
                                       888   88888b.  888888 888 888  888 888  888 888    888 8888888K.
                                       888   888 "88b 888    888 888  888  Y8bd8P' 888    888 888  "Y88b
                                       888   888  888 888    888 888  888   X88K   888    888 888    888
                                       888   888  888 888    888 Y88b 888 .d8""8b. 888  .d88P 888   d88P
                                     8888888 888  888 888    888  "Y88888 888  888 8888888P"  8888888P"
                                    
                                    2021-04-25T15:54:59.086303Z     info    InfluxDB starting       {"log_id": "0TjRhSZW000", "version": "1.8.5", "branch": "1.8", "commit": "3d16c6318cf5"}
                                    2021-04-25T15:54:59.086380Z     info    Go runtime      {"log_id": "0TjRhSZW000", "version": "go1.13.8", "maxprocs": 2}
                                    run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use
                                    root@debian:/home/andy#
                                    
                                    
                                    crunchipC Offline
                                    crunchipC Offline
                                    crunchip
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #17

                                    @ostseereiter sagte in Grafana:

                                    run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use

                                    schau mal

                                    umgestiegen von Proxmox auf Unraid

                                    ostseereiterO 1 Reply Last reply
                                    0
                                    • ostseereiterO ostseereiter

                                      @thomas-braun mit sudo wurde installation verweigert als andy

                                      Thomas BraunT Offline
                                      Thomas BraunT Offline
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #18

                                      @ostseereiter sagte in Grafana:

                                      mit sudo wurde installation verweigert als andy

                                      Dann hat das einen guten Grund.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      1 Reply Last reply
                                      0
                                      • crunchipC crunchip

                                        @ostseereiter sagte in Grafana:

                                        run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use

                                        schau mal

                                        ostseereiterO Offline
                                        ostseereiterO Offline
                                        ostseereiter
                                        wrote on last edited by
                                        #19

                                        @crunchip sagte in Grafana:

                                        run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use

                                        wird schon verwendet aber wer ?

                                        Gruß OSR

                                        Plattform
                                        Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • ostseereiterO ostseereiter

                                          @crunchip sagte in Grafana:

                                          run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use

                                          wird schon verwendet aber wer ?

                                          Thomas BraunT Offline
                                          Thomas BraunT Offline
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #20

                                          @ostseereiter

                                          sudo netstat -tlpen | grep :8088
                                          

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          ostseereiterO 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          58

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe