Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. InfluxDB auf Raspberry PI4 meldet: 404 page not found

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    InfluxDB auf Raspberry PI4 meldet: 404 page not found

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

      @alexander-apel

      Bitte Output des Terminals immer in Textform (in CodeTags eingebettet) posten.
      Mit Bildern von Text kann keiner was anfangen.

      https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge

      Alexander Apel 1 Reply Last reply Reply Quote 0
      • Alexander Apel
        Alexander Apel @Thomas Braun last edited by

        @thomas-braun
        ok 🙂

        influxdb2:
          Installed: (none)
          Candidate: 2.7.1-1
          Version table:
             2.7.1-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                100 /var/lib/dpkg/status
             2.7.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
             2.6.1-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
             2.6.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
             2.5.1-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
             2.4.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
             2.3.0-1 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
             2.2.0 500
                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @Alexander Apel last edited by

          @alexander-apel dann musst du wohl erst mal die influxdb wieder deinstallieren und anschließend influxdb2 installieren

          Homoran Alexander Apel 2 Replies Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @crunchip last edited by

            @crunchip sagte in InfluxDB auf Raspberry PI4 meldet: 404 page not found:

            @alexander-apel dann musst du wohl erst mal die influxdb wieder deinstallieren und anschließend influxdb2 installieren

            WENN @Alexander-Apel denn ein 64bittiges OS drauf hat

            Alexander Apel crunchip Thomas Braun 3 Replies Last reply Reply Quote 0
            • Alexander Apel
              Alexander Apel @Homoran last edited by

              @homoran
              ja habe ich

              "aarch64"

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

                @crunchip
                na super, muss ich dabei was beachten? Wahrscheinlich ja dann im iobroker die Version in der Instanz umstellen auf 2.x, sonst noch was?
                Oder hast du evtl. einen Link zu einer Anleitung, wie oben schon gesagt - ich bin neu in der Materie und kenne mich nicht so gut aus.

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

                  @homoran siehe
                  Candidate: 2.7.1-1
                  Version table:

                  @alexander-apel sagte in InfluxDB auf Raspberry PI4 meldet: 404 page not found:

                  muss ich dabei was beachten? Wahrscheinlich ja dann im iobroker die Version in der Instanz umstellen auf 2.x, sonst noch was

                  stopp die Instanz erstmal im iobroker, die richtest du dann im Anschluß ein

                  influxdb deinstallieren

                  sudo apt-get autoremove --purge influxdb
                  

                  installieren der influxdb2
                  https://docs.influxdata.com/influxdb/v2.2/install/?t=Linux

                  Homoran 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Alexander Apel last edited by

                    @alexander-apel

                    Du hast eine Doublette in deinen .list-Dateien.

                    grep -rn '/etc/apt/' -e 'influx'
                    

                    zeigt dir wo.
                    Lösch die Zeile mit dem stable/main drin. Die mit bullseye/stable bleibt.

                    Installieren:

                    sudo apt install influxdb2
                    
                    Alexander Apel 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @crunchip last edited by Homoran

                      @crunchip sagte in InfluxDB auf Raspberry PI4 meldet: 404 page not found:

                      @homoran siehe
                      Candidate: 2.7.1-1
                      Version table:

                      zeigt die Table nicht alles an was (von der Hardware) möglich wäre ohne das verwendete OS zu prüfen?

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

                        @homoran sagte in InfluxDB auf Raspberry PI4 meldet: 404 page not found:

                        WENN @Alexander-Apel denn ein 64bittiges OS drauf hat

                        Hat er, denn influxdb2 würde sonst nicht angezeigt.

                        Denn

                        zeigt die Table nicht alles an was möglich wäre ohne das verwendete OS zu prüfen?

                        apt ist schlau und zeigt nur zur Architektur passende Versionen an.

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Thomas Braun last edited by

                          @thomas-braun Danke!

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

                            @homoran

                            Wobei du bzgl. des OS / Releases Recht hast. apt würde auch Versionen für 'stretch' anzeigen, wenn man denn ein solches Repo aktiv hätte.

                            1 Reply Last reply Reply Quote 0
                            • Alexander Apel
                              Alexander Apel @Thomas Braun last edited by Alexander Apel

                              @thomas-braun
                              so, den "falschen" Eintrag habe ich entfernt und auch influxdb2 installiert

                              influxdb2:
                                Installed: 2.7.1-1
                                Candidate: 2.7.1-1
                                Version table:
                               *** 2.7.1-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                      100 /var/lib/dpkg/status
                                   2.7.0-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                   2.6.1-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                   2.6.0-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                   2.5.1-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                   2.4.0-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                   2.3.0-1 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                                   2.2.0 500
                                      500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
                              
                              

                              Laut dem Link (https://docs.influxdata.com/influxdb/v2.2/install/?t=CLI+Setup) soll ich jetzt influx setup ausführen aber das geht nicht. Was muss ich jetzt tun?

                               sudo influx setup
                              Error: failed to check if already set up: 404 Not Found
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Alexander Apel last edited by

                                @alexander-apel
                                NICHT mit sudo.
                                sudo wird nur an hohen Feiertagen verwendet.

                                Ansonsten kann ich dir da nicht weiterhelfen, hab influxdb2 nicht im Einsatz.

                                Alexander Apel 1 Reply Last reply Reply Quote 0
                                • Alexander Apel
                                  Alexander Apel @Thomas Braun last edited by

                                  @thomas-braun
                                  ohne sudo kommt die gleiche Meldung

                                  influx setup
                                  Error: failed to check if already set up: 404 Not Found
                                  
                                  

                                  Jemand anders eine idee, weil jetzt geht garnichts mehr 😊

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

                                    @alexander-apel dazu muss doch noch die influx CLI installiert werden

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

                                      @crunchip das habe ich bereits
                                      Installiert nach https://docs.influxdata.com/influxdb/v2.2/tools/influx-cli/?t=Linux
                                      und eine Config habe ich auch bereits angelegt

                                      admin@ioBroker:~ $ influx config
                                      Active  Name            URL                     Org
                                              localconfig     http://localhost:8086   iobroker
                                      admin@ioBroker:~ $ influx setup
                                      Error: failed to check if already set up: 404 Not Found
                                      
                                      

                                      aber dennoch kommt immer 404 wenn ich das Setup starten will, egal ob über das Terminal oder über die WebUI

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

                                        @alexander-apel

                                        apt policy influx*
                                        

                                        sagt?

                                        Alexander Apel 1 Reply Last reply Reply Quote 0
                                        • Alexander Apel
                                          Alexander Apel @Thomas Braun last edited by

                                          @thomas-braun
                                          nichts guten 😞

                                          admin@ioBroker:~ $ apt policy influx*
                                          N: Unable to locate package influxdata-archive_compat.key
                                          N: Unable to locate package influxdb2-client-2.2.1-linux-arm64
                                          N: Couldn't find any package by glob 'influxdb2-client-2.2.1-linux-arm64'
                                          N: Unable to locate package influxdb2-client-2.2.1-linux-arm64.tar.gz
                                          N: Couldn't find any package by glob 'influxdb2-client-2.2.1-linux-arm64.tar.gz'
                                          N: Unable to locate package influxdb.key
                                          N: Couldn't find any package by glob 'influxdb.key'
                                          N: Unable to locate package influxdb.key.1
                                          N: Couldn't find any package by glob 'influxdb.key.1'
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Alexander Apel last edited by

                                            @alexander-apel

                                            rm influxd*
                                            sudo apt update
                                            apt policy influx*
                                            

                                            Hast du versucht den client über den tarball zu installieren? Macht man nicht, man verwendet IMMER seinen Paketmanager für Software-Installationen. Dafür ist der nämlich da.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            56
                                            2465
                                            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