Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. influxDB connection refused

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    influxDB connection refused

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Guest last edited by

      @blechsoldat

      echad@chet:~ $ apt policy influxdb
      influxdb:
        Installiert:           (keine)
        Installationskandidat: 1.8.9-1
        Versionstabelle:
           1.8.9-1 500
              500 https://repos.influxdata.com/debian bullseye/stable armhf Packages
              100 /var/lib/dpkg/status
           1.6.7~rc0-1 500
              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
      

      Die 1.8.9-1 kommt von influx über deren Repository, die 1.6.7~rc0-1 kommt von Debian/Raspberry.

      Wenn ich jetzt mit dem heutigen Wissen und der Zielsetzung ein möglichst stabiles System zu haben influxdb installieren wollte, dann würde ich wohl das influx-Repo komplett löschen und mich auf die 1.6.7~rc0-1 beschränken. Die wird in den nächsten Jahren nicht mehr wesentlich angepackt werden und stabil laufen. Ist halt die Debian-Philosophie, einmal releaste Versionen nicht mehr wesentlich anzupacken. Da kommen lediglich nur noch absolut dringliche Sicherheitspatches rein, die Version bleibt aber auf 1.6.7 fix. Dann hast du auch kein 'Chaos' bei Updates im sog. 'Upstream' von influx.

      1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @Guest last edited by

        @blechsoldat sagte in influxDB connection refused:

        Es ist , wie oben schon angedeutet, ein Problem auf das Update 1.8. irgendwas.

        entweder, du machst dein Zeug stable, wie @Thomas-Braun erwähnt, oder du siehst dir das mal an, dann sollte es auch wieder laufen

        xxx_turbo_xxx 1 Reply Last reply Reply Quote 0
        • xxx_turbo_xxx
          xxx_turbo_xxx @crunchip last edited by

          @crunchip said in influxDB connection refused:

          du siehst dir das mal an

          Ich versteh den Zusammenhang noch nicht ganz... Es sieht ja so aus, als würde influx laufen. Grafana kann ja darauf zugreifen. Nur iobroker kann auf die DB nicht mehr zugreifen und sie befüllen...?

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by A Former User

            Häbt we mockt. Löppt ...

            sudo rm /etc/apt/sources.list.d/influxdb.list
            sudo apt update
            sudo apt remove -y influxdb
            sudo apt install -y influxdb
            sudo systemctl unmask influxdb.service
            sudo systemctl start influxdb.service
            sudo systemctl enable influxdb.service

            pi@RP4-ioBroker:/etc/apt/sources.list.d $ sudo systemctl status influxdb.service
            ● influxdb.service - InfluxDB is an open-source, distributed, time series database
            Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
            Active: active (running) since Fri 2021-08-27 11:55:45 CEST; 12min ago
            Docs: man:influxd(1)
            Main PID: 3605 (influxd)
            Tasks: 14 (limit: 4409)
            CGroup: /system.slice/influxdb.service
            └─3605 /usr/bin/influxd -config /etc/influxdb/influxdb.conf

            pi@RP4-ioBroker:/etc/apt/sources.list.d $ apt policy influxdb
            influxdb:
            Installiert: 1.6.4-1+deb10u1
            Installationskandidat: 1.6.4-1+deb10u1
            Versionstabelle:
            *** 1.6.4-1+deb10u1 500
            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            100 /var/lib/dpkg/status
            pi@RP4-ioBroker:/etc/apt/sources.list.d $

            ob alle Shell Befehle notwendig sind und ob das alles einen Neutart überlebt, habe ich noch nicht getestet.
            Adpater einstellungen und Conig Dateien habe ich nicht geändert.
            Danke für eure Geduld.

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Guest last edited by Thomas Braun

              @blechsoldat Jetzt bist du auf jedenfall auf den stabilen Zweig gesprungen. Ich bin nur nicht sicher ob eine influx 1.6 auch Datenbanken von 1.8 einlesen kann oder ob man die noch umwandeln muss/kann.

              Mir fehlt in den Kommandos ein

              sudo systemctl stop influxdb.service
              

              zu Beginn.
              Und von der Optioin -y bei Aktionen mit apt bin ich auch kein Freund, ich sehe gerne die Rückfragen vom System bevor da was reingespült wird.

              ? 1 Reply Last reply Reply Quote 0
              • ?
                A Former User @Thomas Braun last edited by

                @thomas-braun sagte in influxDB connection refused:

                @blechsoldat Jetzt bist du auf jedenfall auf den stabilen Zweig gesprungen. Ich bin nur nicht sicher ob eine influx 1.6 auch Datenbanken von 1.8 einlesen kann oder ob man die noch umwandeln muss/kann.

                Ein erster Blick über die Grafana Graphen zeigt keine Auffälligkeiten.

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Guest last edited by

                  @blechsoldat sagte in influxDB connection refused:

                  Ein erster Blick über die Grafana Graphen zeigt keine Auffälligkeiten.

                  Kann auch sein dass da die vorherige influxdb läuft. Die hattest du ja nicht gestoppt, wenn ich das richtig sehe.

                  ? 1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @Thomas Braun last edited by

                    @thomas-braun

                    InfluxDB konnte ja nicht mehr gestartet werden. Lief also nicht.

                    Nun doch einen Neustart des Rasperrys durchgeführt.
                    Läuft ... Version 1.6.4-1+deb10u1

                    xxx_turbo_xxx 1 Reply Last reply Reply Quote 1
                    • xxx_turbo_xxx
                      xxx_turbo_xxx @Guest last edited by

                      @blechsoldat

                      Hab die Prozedur auch mal angewendet. 1.8.x ist raus und es läuft nur noch die 1.6.4

                      Allerdings kann ioBroker, warum auch immer, nicht auf die verk***ckte Datenbank zugreifen. Ich blick es nicht!

                      67216c9c-0cd2-4aa6-8241-8cad68ba2836-image.png

                      pi@raspberrypi:~ $ apt policy influxdb
                      influxdb:
                        Installiert:           1.6.4-1+deb10u1
                        Installationskandidat: 1.6.4-1+deb10u1
                        Versionstabelle:
                       *** 1.6.4-1+deb10u1 500
                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                              100 /var/lib/dpkg/status
                      
                      ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                         Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                         Active: active (running) since Sat 2021-08-28 14:15:12 CEST; 6min ago
                           Docs: man:influxd(1)
                       Main PID: 631 (influxd)
                          Tasks: 13 (limit: 4915)
                         CGroup: /system.slice/influxdb.service
                                 └─631 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                      
                      Aug 28 14:20:22 raspberrypi influxd[631]: ts=2021-08-28T12:20:22.758768Z lvl=info msg="Executing query" log_id=0WFAoKsl000 service=query query="SELECT mean(value) FROM iobroker_db.glob
                      Aug 28 14:20:22 raspberrypi influxd[631]: [httpd] 192.168.1.63, 192.168.1.63,192.168.1.77 - grafana [28/Aug/2021:14:20:22 +0200] "GET /query?db=iobroker_db&epoch=ms&q=SELECT+last%28%22
                      Aug 28 14:20:22 raspberrypi influxd[631]: ts=2021-08-28T12:20:22.768353Z lvl=info msg="Executing query" log_id=0WFAoKsl000 service=query query="SELECT mean(value) FROM iobroker_db.glob
                      Aug 28 14:20:22 raspberrypi influxd[631]: ts=2021-08-28T12:20:22.768691Z lvl=info msg="Executing query" log_id=0WFAoKsl000 service=query query="SELECT mean(value) FROM iobroker_db.glob
                      Aug 28 14:20:22 raspberrypi influxd[631]: [httpd] 192.168.1.63, 192.168.1.63,192.168.1.77 - grafana [28/Aug/2021:14:20:22 +0200] "GET /query?db=iobroker_db&epoch=ms&q=SELECT+mean%28%22
                      Aug 28 14:20:27 raspberrypi influxd[631]: [httpd] 192.168.1.77 - iobroker [28/Aug/2021:14:20:27 +0200] "GET /query?db=iobroker_db&p=%5BREDACTED%5D&precision=ms&q=show+databases&u=iobro
                      Aug 28 14:20:38 raspberrypi influxd[631]: [httpd] 192.168.1.77 - iobroker [28/Aug/2021:14:20:37 +0200] "GET /query?db=iobroker_db&p=%5BREDACTED%5D&precision=ms&q=show+databases&u=iobro
                      Aug 28 14:20:48 raspberrypi influxd[631]: [httpd] 192.168.1.77 - iobroker [28/Aug/2021:14:20:48 +0200] "GET /query?db=iobroker_db&p=%5BREDACTED%5D&precision=ms&q=show+databases&u=iobro
                      Aug 28 14:20:58 raspberrypi influxd[631]: [httpd] 192.168.1.77 - iobroker [28/Aug/2021:14:20:58 +0200] "GET /query?db=iobroker_db&p=%5BREDACTED%5D&precision=ms&q=show+databases&u=iobro
                      Aug 28 14:21:08 raspberrypi influxd[631]: [httpd] 192.168.1.77 - iobroker [28/Aug/2021:14:21:08 +0200] "GET /query?db=iobroker_db&p=%5BREDACTED%5D&precision=ms&q=show+databases&u=iobro
                      ~
                      ~
                      ~
                      ~
                      
                      
                      ? 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @xxx_turbo_xxx last edited by

                        @xxx_turbo_xxx
                        Ich habe eine andere Adapter Version (2.2.0).
                        Zumindest sieht mein "Einstellungsfenster"anders aus.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        539
                        Online

                        31.7k
                        Users

                        79.8k
                        Topics

                        1.3m
                        Posts

                        error influx-db influxdb nicht erreichbar
                        7
                        41
                        3196
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo