Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. backitup adapter influx fehler

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    backitup adapter influx fehler

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

      @australien

      Nicht als root herumhampeln.
      Und das ist offenbar der influxdb-Container.
      Der Client ist aber der ioBroker.

      A 1 Reply Last reply Reply Quote 0
      • A
        australien @Thomas Braun last edited by

        @thomas-braun da gibt es nichts

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

          @australien sagte in backitup adapter influx fehler:

          da gibt es nichts

          Was gibt es nicht?

          A 1 Reply Last reply Reply Quote 0
          • A
            australien @Thomas Braun last edited by

            @thomas-braun

            N: Unable to locate package influxdb2-client
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @australien last edited by

              @australien

              Vollständige Ein- und Ausgaben.

              A 1 Reply Last reply Reply Quote 0
              • A
                australien @Thomas Braun last edited by

                @thomas-braun

                root@iobroker:~# apt policy influxdb2-client 
                N: Unable to locate package influxdb2-client
                root@iobroker:~# 
                
                

                ich weiß, wieder als root. Wie kann ich das umgehen?

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

                  @australien

                  Auch da...
                  Nicht als root herumhampeln...

                  Leg dir einen User an, steht in der Dokumentation drin wie man das macht.

                  Installier influxdb2-client nach, nachdem du einen user angelegt hast.

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    australien @Thomas Braun last edited by

                    @thomas-braun

                    prox_iob@iobroker:~$ apt policy influxdb2-client
                    N: Unable to locate package influxdb2-client
                    prox_iob@iobroker:~$ apt install influxdb2-client
                    E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
                    E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
                    prox_iob@iobroker:~$
                    

                    user ist nun vorhanden, aber die Installation des Clienten findet keine packages

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

                      @australien

                      sudo whoami
                      groups
                      

                      sagt?

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        australien @Thomas Braun last edited by

                        @thomas-braun

                        prox_iob@iobroker:~$
                        prox_iob@iobroker:~$
                        prox_iob@iobroker:~$ sudo whoami
                        root
                        prox_iob@iobroker:~$ groups
                        prox_iob sudo users
                        prox_iob@iobroker:~$
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @australien last edited by

                          @australien

                          Der gehört noch in andere Gruppen rein.

                          sudo usermod -aG adm,dialout,sudo,audio,video,plugdev,users,iobroker prox_iob
                          exit
                          
                          A 1 Reply Last reply Reply Quote 0
                          • A
                            australien @Thomas Braun last edited by

                            @thomas-braun

                            oBroker LXC provided by https://tteck.github.io/Proxmox/
                            
                            Last login: Wed Aug 28 22:22:11 2024 from 10.68.0.10
                            prox_iob@iobroker:~$ sudo whoami
                            [sudo] password for prox_iob:
                            root
                            prox_iob@iobroker:~$ groups
                            prox_iob adm dialout sudo audio video plugdev users iobroker
                            prox_iob@iobroker:~$
                            
                            

                            besser so?

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

                              @australien

                              sudo apt update 
                              apt policy influxdb2-client
                              

                              Wenn da nix gefunden wird fehlt das influxdb-Repo:
                              https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                australien @Thomas Braun last edited by

                                @thomas-braun

                                prox_iob@iobroker:~$ apt policy influxdb2-client
                                influxdb2-client:
                                  Installed: (none)
                                  Candidate: 2.7.1-1
                                  Version table:
                                     2.7.1-1 500
                                        500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                prox_iob@iobroker:~$
                                
                                

                                so schaut es jetzt aus

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

                                  @australien sagte in backitup adapter influx fehler:

                                  Installed: (none)

                                  Das ist auch der Grund für die Meldung von Backitup.
                                  Installier das Paket und es dürfte funktionieren. Richtige Einstellungen im Backitup-Adapter vorausgesetzt.

                                  A 1 Reply Last reply Reply Quote 0
                                  • A
                                    australien @Thomas Braun last edited by

                                    @thomas-braun

                                    ist installiert

                                    prox_iob@iobroker:~$ apt policy influxdb2-client
                                    influxdb2-client:
                                      Installed: 2.7.1-1
                                      Candidate: 2.7.1-1
                                      Version table:
                                     *** 2.7.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                    prox_iob@iobroker:~$
                                    
                                    

                                    log vom backitup

                                    22:47:26.310
                                    INFO
                                    gui
                                    Backup gestartet ...
                                    22:47:36.380
                                    DEBUG
                                    mount
                                    nfs-mount command: "sudo mount 10.68.0.77:/volume1/fhembackup/proxmox /opt/iobroker/backups"
                                    22:47:36.419
                                    DEBUG
                                    mount
                                    mount successfully completed
                                    22:47:36.444
                                    DEBUG
                                    mount
                                    done
                                    22:47:39.981
                                    DEBUG
                                    iobroker
                                    host.iobroker 34830 states saved
                                    22:47:41.736
                                    DEBUG
                                    iobroker
                                    host.iobroker 39314 objects saved
                                    22:47:47.975
                                    DEBUG
                                    iobroker
                                    Backup created: /opt/iobroker/backups/iobroker_2024_08_28-22_47_33_proxmox__backupiobroker.tar.gz
                                    This backup can only be restored with js-controller version up from 4.1
                                    22:47:51.931
                                    DEBUG
                                    iobroker
                                    done
                                    22:47:52.789
                                    DEBUG
                                    influxDB
                                    InfluxDB-Backup started ...
                                    22:47:52.797
                                    DEBUG
                                    influxDB
                                    Start InfluxDB Backup ...
                                    22:47:55.424
                                    DEBUG
                                    influxDB
                                    InfluxDB Backup tmp directory created
                                    [DEBUG] [influxDB] -
                                    22:47:55.492
                                    DEBUG
                                    influxDB
                                    done
                                    22:48:02.807
                                    DEBUG
                                    javascripts
                                    Created javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
                                    22:48:03.342
                                    DEBUG
                                    javascripts
                                    found Script: Alias_cardPower
                                    22:48:03.492
                                    DEBUG
                                    javascripts
                                    found Script: Fahrplan_to_NSPanel_1_1_1
                                    22:48:03.646
                                    DEBUG
                                    javascripts
                                    found Script: Fahrplan_to_NSPanel_1_1_2
                                    22:48:03.794
                                    DEBUG
                                    javascripts
                                    found Script: Fahrplan_to_NSPanel_Küche
                                    22:48:03.950
                                    DEBUG
                                    javascripts
                                    found Script: Panel1_110424_4_3_3_43
                                    22:48:04.099
                                    DEBUG
                                    javascripts
                                    found Script: Panel1_181023_4_3_1_5
                                    22:48:04.241
                                    DEBUG
                                    javascripts
                                    found Script: Panel1_210923_4_3_1_1
                                    22:48:04.399
                                    DEBUG
                                    javascripts
                                    found Script: Panel1_231219_4_3_3_24
                                    22:48:04.548
                                    DEBUG
                                    javascripts
                                    found Script: Panel1_240209_4_3_3_41
                                    22:48:04.698
                                    DEBUG
                                    javascripts
                                    found Script: Panel_Küche_051223_4_3_3_17
                                    22:48:04.842
                                    DEBUG
                                    javascripts
                                    found Script: Panel_Küche_110424_4_3_3_43
                                    22:48:04.996
                                    DEBUG
                                    javascripts
                                    found Script: Panel_Küche_191223_4_3_3_24
                                    22:48:05.324
                                    DEBUG
                                    javascripts
                                    found Script: Screensaver_eigen_TEMP
                                    22:48:05.336
                                    DEBUG
                                    javascripts
                                    found Script: Abfallkalender_5_0_1
                                    22:48:05.451
                                    DEBUG
                                    javascripts
                                    found Script: Anwesendheitskontrolle_zusatz
                                    22:48:06.230
                                    DEBUG
                                    javascripts
                                    found Script: Anwesenheitskontrolle
                                    22:48:06.248
                                    DEBUG
                                    javascripts
                                    found Script: Gartenbewässerung
                                    22:48:06.253
                                    DEBUG
                                    javascripts
                                    found Script: Gartenbewässerung_1_2
                                    22:48:06.264
                                    DEBUG
                                    javascripts
                                    found Script: Müll
                                    22:48:06.347
                                    DEBUG
                                    javascripts
                                    found Script: Octo
                                    22:48:06.641
                                    DEBUG
                                    javascripts
                                    found Script: PV
                                    22:48:06.655
                                    DEBUG
                                    javascripts
                                    found Script: SmartMeter_json
                                    22:48:06.805
                                    DEBUG
                                    javascripts
                                    found Script: Sonos
                                    22:48:06.950
                                    DEBUG
                                    javascripts
                                    found Script: Stomverbrauch_Haus
                                    22:48:07.106
                                    DEBUG
                                    javascripts
                                    found Script: Test_Wasch_Vent
                                    22:48:07.254
                                    DEBUG
                                    javascripts
                                    found Script: Velux_Sensor
                                    22:48:07.402
                                    DEBUG
                                    javascripts
                                    found Script: eNetz
                                    22:48:07.551
                                    DEBUG
                                    javascripts
                                    found Script: icon_mapping
                                    22:48:07.704
                                    DEBUG
                                    javascripts
                                    found Script: PV_neu
                                    22:48:07.860
                                    DEBUG
                                    javascripts
                                    found Script: test
                                    22:48:08.010
                                    DEBUG
                                    javascripts
                                    found Script: Fahrplan_to_NSPanel_1_2_0
                                    22:48:08.163
                                    DEBUG
                                    javascripts
                                    found Script: Vaillant_Kühlung_Legionellen
                                    22:48:08.308
                                    DEBUG
                                    javascripts
                                    found Script: Fahrplan_to_NSPanel_1_3_0
                                    22:48:13.129
                                    DEBUG
                                    javascripts
                                    Try deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                                    22:48:13.142
                                    DEBUG
                                    javascripts
                                    Javascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                                    22:48:13.172
                                    DEBUG
                                    javascripts
                                    done
                                    22:48:14.518
                                    DEBUG
                                    cifs
                                    done
                                    22:48:15.545
                                    DEBUG
                                    umount
                                    mount active, umount is started ...
                                    22:48:20.604
                                    DEBUG
                                    umount
                                    done
                                    22:48:22.729
                                    DEBUG
                                    notification
                                    Admin notification will be sent
                                    22:48:22.781
                                    DEBUG
                                    notification
                                    done
                                    22:48:22.893
                                    INFO
                                    gui
                                    Das Backup wurde erfolgreich erstellt!
                                    

                                    IOB Meldung

                                    Ihr Backup wurde nicht vollständig erstellt. Bitte überprüfen Sie die Fehler!!
                                    
                                    influxDB: Error: Command failed: influx backup --bucket iobroker-data -t hSoiS2-6M3ZJHbnPEg1KlDSEQLp8OwzeOi0KkNha8XliubIk4VPNTk_r3klOIxJerHhA09drWqA7Cta-FnlNnw== "/opt/iobroker/backups/influxDB_2024_08_28-22_47_49_proxmox__backupiobroker"
                                    Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused
                                    2024-08-28 22:48:19.767
                                    
                                    
                                    Thomas Braun ? 2 Replies Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @australien last edited by

                                      @australien sagte in backitup adapter influx fehler:

                                      Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused

                                      Da wird noch irgendwas falsch eingestellt sein.
                                      Da ich aber kein influx verwende kann ich dir da auch nicht weiterhelfen.

                                      A 1 Reply Last reply Reply Quote 0
                                      • A
                                        australien @Thomas Braun last edited by

                                        @thomas-braun
                                        ich danke dir für deine Geduld!!!!!

                                        Da ich morgen früh raus muß, werde ich mich nächste Woche wieder damit befassen können.
                                        Danke noch einmal!

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

                                          @australien

                                          Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused

                                          Du musst natürlich im Backitup-Adapter noch den Bereich für Influxdb richtig konfigurieren.
                                          Deine DB liegt auf einem anderen LXC (Dein influxdb-Host) - dessen IP-Adresse solltest Du dort eintragen. Nicht "localhost", denn auf Deinem iobroker findet der Adapter keine DB.

                                          Bei richtiger Adresse, sollte Backitup über den jetzt installierten influxdb-client die DB sichern können.

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            australien @Guest last edited by

                                            @rscsb
                                            Danke Euch beiden!

                                            jetzt passt wieder alles.
                                            Bei dem ganzen herummachen, hatte sich die IP auf localhost und er Token ver......

                                            Alles richtig eingegeben und es passt wieder!

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

                                            Support us

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

                                            666
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            31
                                            726
                                            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