Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. backitup Fehlermeldung

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

backitup Fehlermeldung

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
39 Beiträge 4 Kommentatoren 3.8k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ? Ein ehemaliger Benutzer

    @maximinus sagte in backitup Fehlermeldung:

    Nur die Datensicherung macht Probleme.

    Moin,

    So der erste Screenshot hat ja schon mal geklappt, aber gerade der zweite, von den Einstellungen zu Grafana nicht ;)
    af45ba34-ee71-468d-b6b4-0aaa0c9b21a7-grafik.png

    Schau noch mal in meinen Post, da siehst Du einen zweiten Screenshot und da sollte bei Dir dann etwas Sinnvolles drin stehen, bei meinem nicht, denn ich nutze das nicht und habe den Adapter nur mal zu Doku Zwecken installiert.

    VG
    Bernd

    M Offline
    M Offline
    maximinus
    schrieb am zuletzt editiert von
    #15

    @dp20eic

    Das ist die 2.Seite. Den api Key habe ich nochmals eingetragen und Grafana funktioniert immer noch. Ich werde zur Sicherheit nochmals ein manuelles Backup machen. Vielleicht hat sich seit iob fix etwas geändert.

    grafana Einstellungen 2.png

    RasPi 4 4GB bookworm
    nodejs v20.19.4
    npm 10.8.2
    Objects type: jsonl
    States type: redis
    js-controller: 7.0.6
    admin: 7.6.17
    javascript: 8.9.2

    M 1 Antwort Letzte Antwort
    0
    • M maximinus

      @dp20eic

      Das ist die 2.Seite. Den api Key habe ich nochmals eingetragen und Grafana funktioniert immer noch. Ich werde zur Sicherheit nochmals ein manuelles Backup machen. Vielleicht hat sich seit iob fix etwas geändert.

      grafana Einstellungen 2.png

      M Offline
      M Offline
      maximinus
      schrieb am zuletzt editiert von
      #16

      Update

      Die manuelle Sicherung ist durchgelaufen:
      influx sicherungen.png
      und hat jetzt diese beiden Fehlermeldungen gebracht:

      [ERROR] [grafana] - cannot found Grafana Backup files
      [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
      

      RasPi 4 4GB bookworm
      nodejs v20.19.4
      npm 10.8.2
      Objects type: jsonl
      States type: redis
      js-controller: 7.0.6
      admin: 7.6.17
      javascript: 8.9.2

      ? 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @maximinus sagte in backitup Fehlermeldung:

        Der browser zerteilt das bei copy paste , vielleicht zu groß

        Nein, das passt alles.

        [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): 1 orphan inode deleted

        Dein Dateisystem hat 'nen Treffer erlitten, dann sind deine Paketquellen für grafana und influxdb nicht aktuell und müssen angepackt werden und dann hängen da noch drölftrilliarden ioBroker-Adapter-Updates in der Luft.

        Und die noch offenen Updates des Betriebssystems kann ich fast gar nicht zählen.

        M Offline
        M Offline
        maximinus
        schrieb am zuletzt editiert von
        #17

        @thomas-braun

        "Never touch a running system" aber vielleicht ist das falsch.

        Zum Thema update hatte ich mir folgendes notiert.

        sudo apt-get update
        sudo apt-get upgrade
        
        sudo apt-get --allow-releaseinfo-change update
        
        sudo apt-get upgrade 
        Ja bestätigen
        --->>> lange warten
        sudo iobroker stop
        npm -v
        
        falls der js-controller als updateable angezeigt wird : iobroker stop iobroker upgrade self iobroker start
        sudo iobroker upgrade -y
        
        npm -v
        node -v
        
        sudo iobroker start
        
        sudo iobroker stop && sudo apt update && apt upgrade -y && sudo iobroker update && iobroker upgrade -y && sudo iobroker update && iobroker upgrade self | curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && sudo sh -c "echo deb https://deb.nodesource.com/node_12.x main \> /etc/apt/sources.list.d/nodesource.list" && sudo apt-get update && sudo apt-get install nodejs -y && iobroker start
        
        
        
        

        Ist das so noch OK?

        RasPi 4 4GB bookworm
        nodejs v20.19.4
        npm 10.8.2
        Objects type: jsonl
        States type: redis
        js-controller: 7.0.6
        admin: 7.6.17
        javascript: 8.9.2

        Thomas BraunT 2 Antworten Letzte Antwort
        0
        • M maximinus

          Update

          Die manuelle Sicherung ist durchgelaufen:
          influx sicherungen.png
          und hat jetzt diese beiden Fehlermeldungen gebracht:

          [ERROR] [grafana] - cannot found Grafana Backup files
          [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
          
          ? Offline
          ? Offline
          Ein ehemaliger Benutzer
          schrieb am zuletzt editiert von Ein ehemaliger Benutzer
          #18

          @maximinus sagte in backitup Fehlermeldung:

          [ERROR] [grafana] - cannot found Grafana Backup files

          Moin,

          das Bild zeigt nur die Sicherungen der influxDB, im Verzeichnis sollten eigentlich auch Dateien liegen, die Grafana im Namen haben.

          Zu den Log File Eintragungen

          • BackitUp versucht zuerst ältere Dateien zu löschen, wenn im Verzeichnis keine da sind, dann kommt wohl diese Meldung, warum als ERROR keine Ahnung
          • Was dann die some errors sind kann ich nicht sagen.

          Kannst Du den BackitUp Adapter mal auf Debug stellen
          fc0f8af2-857f-426d-862d-4d7a94417a0c-grafik.png

          VG
          Bernd

          P.S.: Ich habe das gerade mal bei mir gemacht, das ist das Log

          Started iobroker ...
          [DEBUG] [iobroker] - host.arch-iob 6357 states saved
          
          [DEBUG] [iobroker] - host.arch-iob 7276 objects saved
          
          [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_06_14-17_19_42_backupiobroker.tar.gz
          
          [DEBUG] [iobroker] - This backup can only be restored with js-controller version up from 4.1
          
          [DEBUG] [iobroker] - done
          [DEBUG] [grafana] - Start Grafana Backup ...
          [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
          [DEBUG] [grafana] - Created dashboard directory
          [DEBUG] [grafana] - Created dashboards_manually_restore directory
          [DEBUG] [grafana] - Created datasource directory
          [DEBUG] [grafana] - start Grafana request ...
          [DEBUG] [grafana] - Grafana is available ... Status: 200
          [ERROR] [grafana] - Error on Grafana Datasource Request
          [DEBUG] [grafana] - found Dashboard: ubersichten-raumklima
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-kaffeevollautomat
          [DEBUG] [grafana] - found Dashboard: iobroker
          [DEBUG] [grafana] - found Dashboard: zigbee-listen
          [DEBUG] [grafana] - found Dashboard: logging-dashboard-via-loki
          [DEBUG] [grafana] - found Dashboard: dashboards_by_dp20eic
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-gefrierschrank-new-alias
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-geschirrspuler-new-alias
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschmaschine-new-alias
          [DEBUG] [grafana] - found Dashboard: internet-speed-test
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschetrokner-new-alias
          [DEBUG] [grafana] - found Dashboard: spritpreise
          [DEBUG] [grafana] - found Dashboard: logs-app
          [DEBUG] [grafana] - found Dashboard: panel-library
          [DEBUG] [grafana] - found Dashboard: linux-host-overview
          [DEBUG] [grafana] - found Dashboard: loki-logs
          [DEBUG] [grafana] - found Dashboard: proxmox-server
          [DEBUG] [grafana] - found Dashboard: fritz-box-call-logs
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-garage-werkstatt-new-alias
          [DEBUG] [grafana] - found Dashboard: lokiforlogs
          [DEBUG] [grafana] - found Dashboard: test4forum
          [DEBUG] [grafana] - found Dashboard: proxmox-flux
          [DEBUG] [grafana] - found Dashboard: exchange-euro-thb
          [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-entertainment-new-alias
          [DEBUG] [grafana] - found Dashboard: openweathermap
          [DEBUG] [grafana] - found Dashboard: fritz-box-router-status
          [DEBUG] [grafana] - found Dashboard: syslog
          [DEBUG] [grafana] - found Dashboard: blutdruck
          [DEBUG] [grafana] - found Dashboard: test
          [DEBUG] [grafana] - found Dashboard: loki
          [DEBUG] [grafana] - found Dashboard: synology
          [DEBUG] [grafana] - found Dashboard: temperaturubersicht-am-heizungkorper
          [DEBUG] [grafana] - found Dashboard: fritz-box-home-automation
          [DEBUG] [grafana] - found Dashboard: synology-dashboard-new
          [DEBUG] [grafana] - found Dashboard: fritz-box
          [DEBUG] [grafana] - found Dashboard: loki-syslog-aio-all-in-one
          [DEBUG] [grafana] - found Dashboard: synology-dashboard
          [DEBUG] [grafana] - found Dashboard: connection-over-time
          [DEBUG] [grafana] - found Dashboard: linux-rechner
          [DEBUG] [grafana] - found Dashboard: fritz-box-router-logs
          [DEBUG] [grafana] - found Dashboard: synology-metrics
          [DEBUG] [grafana] - found Dashboard: connection-over-time-copy
          [DEBUG] [grafana] - found Dashboard: aktuelle-e10-benzinpreise
          [DEBUG] [grafana] - found Dashboard: synology_dashboard
          [DEBUG] [grafana] - start Grafana backup compress ...
          [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
          [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
          [ERROR] [grafana] - cannot found Grafana Backup files
          [DEBUG] [grafana] - done
          [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
          [DEBUG] [clean] - done
          [DEBUG] [historyHTML] - new history html values created
          [DEBUG] [historyHTML] - done
          [DEBUG] [historyJSON] - new history json values created
          [DEBUG] [historyJSON] - done
          [EXIT] 0
          

          P.P.S: also bei mir wird auch kein Backup erstellt, ich hab mal das Verzeichnis überwacht, schon das Anlegen des grafana_tmp Verzeichnis geschieht nicht, wenn ich es von Hand anlege wird es gelöscht aber nicht erstellt.
          Ich schaue mir das morgen noch mal an.

          M 2 Antworten Letzte Antwort
          0
          • ? Ein ehemaliger Benutzer

            @maximinus sagte in backitup Fehlermeldung:

            [ERROR] [grafana] - cannot found Grafana Backup files

            Moin,

            das Bild zeigt nur die Sicherungen der influxDB, im Verzeichnis sollten eigentlich auch Dateien liegen, die Grafana im Namen haben.

            Zu den Log File Eintragungen

            • BackitUp versucht zuerst ältere Dateien zu löschen, wenn im Verzeichnis keine da sind, dann kommt wohl diese Meldung, warum als ERROR keine Ahnung
            • Was dann die some errors sind kann ich nicht sagen.

            Kannst Du den BackitUp Adapter mal auf Debug stellen
            fc0f8af2-857f-426d-862d-4d7a94417a0c-grafik.png

            VG
            Bernd

            P.S.: Ich habe das gerade mal bei mir gemacht, das ist das Log

            Started iobroker ...
            [DEBUG] [iobroker] - host.arch-iob 6357 states saved
            
            [DEBUG] [iobroker] - host.arch-iob 7276 objects saved
            
            [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_06_14-17_19_42_backupiobroker.tar.gz
            
            [DEBUG] [iobroker] - This backup can only be restored with js-controller version up from 4.1
            
            [DEBUG] [iobroker] - done
            [DEBUG] [grafana] - Start Grafana Backup ...
            [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
            [DEBUG] [grafana] - Created dashboard directory
            [DEBUG] [grafana] - Created dashboards_manually_restore directory
            [DEBUG] [grafana] - Created datasource directory
            [DEBUG] [grafana] - start Grafana request ...
            [DEBUG] [grafana] - Grafana is available ... Status: 200
            [ERROR] [grafana] - Error on Grafana Datasource Request
            [DEBUG] [grafana] - found Dashboard: ubersichten-raumklima
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-kaffeevollautomat
            [DEBUG] [grafana] - found Dashboard: iobroker
            [DEBUG] [grafana] - found Dashboard: zigbee-listen
            [DEBUG] [grafana] - found Dashboard: logging-dashboard-via-loki
            [DEBUG] [grafana] - found Dashboard: dashboards_by_dp20eic
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-gefrierschrank-new-alias
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-geschirrspuler-new-alias
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschmaschine-new-alias
            [DEBUG] [grafana] - found Dashboard: internet-speed-test
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschetrokner-new-alias
            [DEBUG] [grafana] - found Dashboard: spritpreise
            [DEBUG] [grafana] - found Dashboard: logs-app
            [DEBUG] [grafana] - found Dashboard: panel-library
            [DEBUG] [grafana] - found Dashboard: linux-host-overview
            [DEBUG] [grafana] - found Dashboard: loki-logs
            [DEBUG] [grafana] - found Dashboard: proxmox-server
            [DEBUG] [grafana] - found Dashboard: fritz-box-call-logs
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-garage-werkstatt-new-alias
            [DEBUG] [grafana] - found Dashboard: lokiforlogs
            [DEBUG] [grafana] - found Dashboard: test4forum
            [DEBUG] [grafana] - found Dashboard: proxmox-flux
            [DEBUG] [grafana] - found Dashboard: exchange-euro-thb
            [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-entertainment-new-alias
            [DEBUG] [grafana] - found Dashboard: openweathermap
            [DEBUG] [grafana] - found Dashboard: fritz-box-router-status
            [DEBUG] [grafana] - found Dashboard: syslog
            [DEBUG] [grafana] - found Dashboard: blutdruck
            [DEBUG] [grafana] - found Dashboard: test
            [DEBUG] [grafana] - found Dashboard: loki
            [DEBUG] [grafana] - found Dashboard: synology
            [DEBUG] [grafana] - found Dashboard: temperaturubersicht-am-heizungkorper
            [DEBUG] [grafana] - found Dashboard: fritz-box-home-automation
            [DEBUG] [grafana] - found Dashboard: synology-dashboard-new
            [DEBUG] [grafana] - found Dashboard: fritz-box
            [DEBUG] [grafana] - found Dashboard: loki-syslog-aio-all-in-one
            [DEBUG] [grafana] - found Dashboard: synology-dashboard
            [DEBUG] [grafana] - found Dashboard: connection-over-time
            [DEBUG] [grafana] - found Dashboard: linux-rechner
            [DEBUG] [grafana] - found Dashboard: fritz-box-router-logs
            [DEBUG] [grafana] - found Dashboard: synology-metrics
            [DEBUG] [grafana] - found Dashboard: connection-over-time-copy
            [DEBUG] [grafana] - found Dashboard: aktuelle-e10-benzinpreise
            [DEBUG] [grafana] - found Dashboard: synology_dashboard
            [DEBUG] [grafana] - start Grafana backup compress ...
            [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
            [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
            [ERROR] [grafana] - cannot found Grafana Backup files
            [DEBUG] [grafana] - done
            [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
            [DEBUG] [clean] - done
            [DEBUG] [historyHTML] - new history html values created
            [DEBUG] [historyHTML] - done
            [DEBUG] [historyJSON] - new history json values created
            [DEBUG] [historyJSON] - done
            [EXIT] 0
            

            P.P.S: also bei mir wird auch kein Backup erstellt, ich hab mal das Verzeichnis überwacht, schon das Anlegen des grafana_tmp Verzeichnis geschieht nicht, wenn ich es von Hand anlege wird es gelöscht aber nicht erstellt.
            Ich schaue mir das morgen noch mal an.

            M Offline
            M Offline
            maximinus
            schrieb am zuletzt editiert von
            #19

            @dp20eic

            Die anderen Sicherungen habbe ich nicht gezeigt, sind aber alle da.alle Sicherungen.png

            Adapter ist auf debug gestellt aber meiner ist in der Adapterliste auf v2.6.19, wo ist die v2.6.23 her?

            Und jetzt nochmals sichern?

            RasPi 4 4GB bookworm
            nodejs v20.19.4
            npm 10.8.2
            Objects type: jsonl
            States type: redis
            js-controller: 7.0.6
            admin: 7.6.17
            javascript: 8.9.2

            ? 1 Antwort Letzte Antwort
            0
            • ? Ein ehemaliger Benutzer

              @maximinus sagte in backitup Fehlermeldung:

              [ERROR] [grafana] - cannot found Grafana Backup files

              Moin,

              das Bild zeigt nur die Sicherungen der influxDB, im Verzeichnis sollten eigentlich auch Dateien liegen, die Grafana im Namen haben.

              Zu den Log File Eintragungen

              • BackitUp versucht zuerst ältere Dateien zu löschen, wenn im Verzeichnis keine da sind, dann kommt wohl diese Meldung, warum als ERROR keine Ahnung
              • Was dann die some errors sind kann ich nicht sagen.

              Kannst Du den BackitUp Adapter mal auf Debug stellen
              fc0f8af2-857f-426d-862d-4d7a94417a0c-grafik.png

              VG
              Bernd

              P.S.: Ich habe das gerade mal bei mir gemacht, das ist das Log

              Started iobroker ...
              [DEBUG] [iobroker] - host.arch-iob 6357 states saved
              
              [DEBUG] [iobroker] - host.arch-iob 7276 objects saved
              
              [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_06_14-17_19_42_backupiobroker.tar.gz
              
              [DEBUG] [iobroker] - This backup can only be restored with js-controller version up from 4.1
              
              [DEBUG] [iobroker] - done
              [DEBUG] [grafana] - Start Grafana Backup ...
              [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
              [DEBUG] [grafana] - Created dashboard directory
              [DEBUG] [grafana] - Created dashboards_manually_restore directory
              [DEBUG] [grafana] - Created datasource directory
              [DEBUG] [grafana] - start Grafana request ...
              [DEBUG] [grafana] - Grafana is available ... Status: 200
              [ERROR] [grafana] - Error on Grafana Datasource Request
              [DEBUG] [grafana] - found Dashboard: ubersichten-raumklima
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-kaffeevollautomat
              [DEBUG] [grafana] - found Dashboard: iobroker
              [DEBUG] [grafana] - found Dashboard: zigbee-listen
              [DEBUG] [grafana] - found Dashboard: logging-dashboard-via-loki
              [DEBUG] [grafana] - found Dashboard: dashboards_by_dp20eic
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-gefrierschrank-new-alias
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-geschirrspuler-new-alias
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschmaschine-new-alias
              [DEBUG] [grafana] - found Dashboard: internet-speed-test
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschetrokner-new-alias
              [DEBUG] [grafana] - found Dashboard: spritpreise
              [DEBUG] [grafana] - found Dashboard: logs-app
              [DEBUG] [grafana] - found Dashboard: panel-library
              [DEBUG] [grafana] - found Dashboard: linux-host-overview
              [DEBUG] [grafana] - found Dashboard: loki-logs
              [DEBUG] [grafana] - found Dashboard: proxmox-server
              [DEBUG] [grafana] - found Dashboard: fritz-box-call-logs
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-garage-werkstatt-new-alias
              [DEBUG] [grafana] - found Dashboard: lokiforlogs
              [DEBUG] [grafana] - found Dashboard: test4forum
              [DEBUG] [grafana] - found Dashboard: proxmox-flux
              [DEBUG] [grafana] - found Dashboard: exchange-euro-thb
              [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-entertainment-new-alias
              [DEBUG] [grafana] - found Dashboard: openweathermap
              [DEBUG] [grafana] - found Dashboard: fritz-box-router-status
              [DEBUG] [grafana] - found Dashboard: syslog
              [DEBUG] [grafana] - found Dashboard: blutdruck
              [DEBUG] [grafana] - found Dashboard: test
              [DEBUG] [grafana] - found Dashboard: loki
              [DEBUG] [grafana] - found Dashboard: synology
              [DEBUG] [grafana] - found Dashboard: temperaturubersicht-am-heizungkorper
              [DEBUG] [grafana] - found Dashboard: fritz-box-home-automation
              [DEBUG] [grafana] - found Dashboard: synology-dashboard-new
              [DEBUG] [grafana] - found Dashboard: fritz-box
              [DEBUG] [grafana] - found Dashboard: loki-syslog-aio-all-in-one
              [DEBUG] [grafana] - found Dashboard: synology-dashboard
              [DEBUG] [grafana] - found Dashboard: connection-over-time
              [DEBUG] [grafana] - found Dashboard: linux-rechner
              [DEBUG] [grafana] - found Dashboard: fritz-box-router-logs
              [DEBUG] [grafana] - found Dashboard: synology-metrics
              [DEBUG] [grafana] - found Dashboard: connection-over-time-copy
              [DEBUG] [grafana] - found Dashboard: aktuelle-e10-benzinpreise
              [DEBUG] [grafana] - found Dashboard: synology_dashboard
              [DEBUG] [grafana] - start Grafana backup compress ...
              [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
              [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
              [ERROR] [grafana] - cannot found Grafana Backup files
              [DEBUG] [grafana] - done
              [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
              [DEBUG] [clean] - done
              [DEBUG] [historyHTML] - new history html values created
              [DEBUG] [historyHTML] - done
              [DEBUG] [historyJSON] - new history json values created
              [DEBUG] [historyJSON] - done
              [EXIT] 0
              

              P.P.S: also bei mir wird auch kein Backup erstellt, ich hab mal das Verzeichnis überwacht, schon das Anlegen des grafana_tmp Verzeichnis geschieht nicht, wenn ich es von Hand anlege wird es gelöscht aber nicht erstellt.
              Ich schaue mir das morgen noch mal an.

              M Offline
              M Offline
              maximinus
              schrieb am zuletzt editiert von
              #20

              @dp20eic

              das scheint also normal zu sein?

              Ich warte einmal ab welche Nachricht ich vom nächtlichen Backup morgen bekomme.

              Danke für die schnelle Hilfe

              RasPi 4 4GB bookworm
              nodejs v20.19.4
              npm 10.8.2
              Objects type: jsonl
              States type: redis
              js-controller: 7.0.6
              admin: 7.6.17
              javascript: 8.9.2

              1 Antwort Letzte Antwort
              0
              • M maximinus

                @dp20eic

                Die anderen Sicherungen habbe ich nicht gezeigt, sind aber alle da.alle Sicherungen.png

                Adapter ist auf debug gestellt aber meiner ist in der Adapterliste auf v2.6.19, wo ist die v2.6.23 her?

                Und jetzt nochmals sichern?

                ? Offline
                ? Offline
                Ein ehemaliger Benutzer
                schrieb am zuletzt editiert von
                #21

                @maximinus sagte in backitup Fehlermeldung:

                wo ist die v2.6.23 her?

                Moin,

                ich fahre Beta Software, Du Stable denke ich

                VG
                Bernd

                M 1 Antwort Letzte Antwort
                0
                • ? Ein ehemaliger Benutzer

                  @maximinus sagte in backitup Fehlermeldung:

                  wo ist die v2.6.23 her?

                  Moin,

                  ich fahre Beta Software, Du Stable denke ich

                  VG
                  Bernd

                  M Offline
                  M Offline
                  maximinus
                  schrieb am zuletzt editiert von
                  #22

                  @dp20eic

                  Danke.

                  seit ich einmal ohne zu wissen die beta repository eingestellt und danach Probleme mit dem admin Adapter hatte bleibe ich liebe auf stable.

                  Würdest Du bitte meine Antwort an thomas-braun ansehen ob ich das so machen soll?

                  LG Gerhard

                  RasPi 4 4GB bookworm
                  nodejs v20.19.4
                  npm 10.8.2
                  Objects type: jsonl
                  States type: redis
                  js-controller: 7.0.6
                  admin: 7.6.17
                  javascript: 8.9.2

                  1 Antwort Letzte Antwort
                  0
                  • M maximinus

                    @thomas-braun

                    "Never touch a running system" aber vielleicht ist das falsch.

                    Zum Thema update hatte ich mir folgendes notiert.

                    sudo apt-get update
                    sudo apt-get upgrade
                    
                    sudo apt-get --allow-releaseinfo-change update
                    
                    sudo apt-get upgrade 
                    Ja bestätigen
                    --->>> lange warten
                    sudo iobroker stop
                    npm -v
                    
                    falls der js-controller als updateable angezeigt wird : iobroker stop iobroker upgrade self iobroker start
                    sudo iobroker upgrade -y
                    
                    npm -v
                    node -v
                    
                    sudo iobroker start
                    
                    sudo iobroker stop && sudo apt update && apt upgrade -y && sudo iobroker update && iobroker upgrade -y && sudo iobroker update && iobroker upgrade self | curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && sudo sh -c "echo deb https://deb.nodesource.com/node_12.x main \> /etc/apt/sources.list.d/nodesource.list" && sudo apt-get update && sudo apt-get install nodejs -y && iobroker start
                    
                    
                    
                    

                    Ist das so noch OK?

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #23

                    @maximinus sagte in backitup Fehlermeldung:

                    aber vielleicht ist das falsch.

                    Grundfalsch. Das ist ausgemachter Blödsinn.

                    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 Antwort Letzte Antwort
                    0
                    • M maximinus

                      @thomas-braun

                      "Never touch a running system" aber vielleicht ist das falsch.

                      Zum Thema update hatte ich mir folgendes notiert.

                      sudo apt-get update
                      sudo apt-get upgrade
                      
                      sudo apt-get --allow-releaseinfo-change update
                      
                      sudo apt-get upgrade 
                      Ja bestätigen
                      --->>> lange warten
                      sudo iobroker stop
                      npm -v
                      
                      falls der js-controller als updateable angezeigt wird : iobroker stop iobroker upgrade self iobroker start
                      sudo iobroker upgrade -y
                      
                      npm -v
                      node -v
                      
                      sudo iobroker start
                      
                      sudo iobroker stop && sudo apt update && apt upgrade -y && sudo iobroker update && iobroker upgrade -y && sudo iobroker update && iobroker upgrade self | curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && sudo sh -c "echo deb https://deb.nodesource.com/node_12.x main \> /etc/apt/sources.list.d/nodesource.list" && sudo apt-get update && sudo apt-get install nodejs -y && iobroker start
                      
                      
                      
                      

                      Ist das so noch OK?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #24

                      @maximinus sagte in backitup Fehlermeldung:

                      Ist das so noch OK?

                      Nein, das ist genauso veraltet wie deine Installation.

                      Iobroker wird nie mit sudo angepackt.

                      sudo apt update
                      iob stop
                      sudo apt full-upgrade
                      sudo reboot 
                      

                      notieren. Und regelmäßig ausführen.

                      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

                      M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @maximinus sagte in backitup Fehlermeldung:

                        Ist das so noch OK?

                        Nein, das ist genauso veraltet wie deine Installation.

                        Iobroker wird nie mit sudo angepackt.

                        sudo apt update
                        iob stop
                        sudo apt full-upgrade
                        sudo reboot 
                        

                        notieren. Und regelmäßig ausführen.

                        M Offline
                        M Offline
                        maximinus
                        schrieb am zuletzt editiert von
                        #25

                        @thomas-braun

                        Ich greife das Thema nocheinmal auf. Nach Befolgung deiner Hinweise zeigt die Telegram Nachricht über das nächtliche Backup immer noch die selben Warnungen, obwohl die Backups alle auber gespeichert werden. Im Zusammenhanfg mit einer Aktualisierung des am selben Raspberry laufenden evcc, bekomme ich nach sudo apt update diese Warnungen:

                        pi@raspberrypi:~ $ Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                        W: An error occurred during the signature verification. The repository is not up                                                                                                                                                             dated and the previous index files will be used. GPG error: https://repos.influx                                                                                                                                                             data.com/debian bullseye InRelease: The following signatures couldn't be verifie                                                                                                                                                             d because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        W: An error occurred during the signature verification. The repository is not up                                                                                                                                                             dated and the previous index files will be used. GPG error: https://packages.gra                                                                                                                                                             fana.com/oss/deb stable InRelease: The following signatures couldn't be verified                                                                                                                                                              because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                        W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease                                                                                                                                                               The following signatures couldn't be verified because the public key is not avai                                                                                                                                                             lable: NO_PUBKEY 9E439B102CF3C0C6
                        W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  
                        

                        Nach Studium dieses Links scheint mir deren Behebeung als Linux Neuling zu kompliziert (gefährlich)

                        https://itsfoss.com/apt-key-deprecated/

                        sudo apt keylist bringt diese Ausgabe

                        pi@raspberrypi:~ $ sudo apt-key list
                        Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                        /etc/apt/trusted.gpg
                        --------------------
                        pub   rsa2048 2012-04-01 [SC]
                              A0DA 38D0 D76E 8B5D 6388  7281 9165 938D 90FD DD2E
                        uid           [ unknown] Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson@gmail.com>
                        sub   rsa2048 2012-04-01 [E]
                        
                        pub   rsa4096 2015-09-28 [SC]
                              05CE 1508 5FC0 9D18 E99E  FB22 684A 14CF 2582 E0C5
                        uid           [ unknown] InfluxDB Packaging Service <support@influxdb.com>
                        sub   rsa4096 2015-09-28 [E]
                        
                        /etc/apt/trusted.gpg.d/raspberrypi-archive-stable.gpg
                        -----------------------------------------------------
                        pub   rsa2048 2012-06-17 [SC]
                              CF8A 1AF5 02A2 AA2D 763B  AE7E 82B1 2992 7FA3 303E
                        uid           [ unknown] Raspberry Pi Archive Signing Key
                        sub   rsa2048 2012-06-17 [E]
                        

                        Gibt es eine einfachere Möglichkeit diese Warnungen zu beseitigen oder soll man das so lassen?
                        Vielleicht hat das auch etwas mit den nicht endenden Fehlermeldungen des backitup adapters zu tun.

                        LG Gerhard

                        RasPi 4 4GB bookworm
                        nodejs v20.19.4
                        npm 10.8.2
                        Objects type: jsonl
                        States type: redis
                        js-controller: 7.0.6
                        admin: 7.6.17
                        javascript: 8.9.2

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • M maximinus

                          @thomas-braun

                          Ich greife das Thema nocheinmal auf. Nach Befolgung deiner Hinweise zeigt die Telegram Nachricht über das nächtliche Backup immer noch die selben Warnungen, obwohl die Backups alle auber gespeichert werden. Im Zusammenhanfg mit einer Aktualisierung des am selben Raspberry laufenden evcc, bekomme ich nach sudo apt update diese Warnungen:

                          pi@raspberrypi:~ $ Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                          W: An error occurred during the signature verification. The repository is not up                                                                                                                                                             dated and the previous index files will be used. GPG error: https://repos.influx                                                                                                                                                             data.com/debian bullseye InRelease: The following signatures couldn't be verifie                                                                                                                                                             d because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                          W: An error occurred during the signature verification. The repository is not up                                                                                                                                                             dated and the previous index files will be used. GPG error: https://packages.gra                                                                                                                                                             fana.com/oss/deb stable InRelease: The following signatures couldn't be verified                                                                                                                                                              because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                          W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease                                                                                                                                                               The following signatures couldn't be verified because the public key is not avai                                                                                                                                                             lable: NO_PUBKEY 9E439B102CF3C0C6
                          W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  
                          

                          Nach Studium dieses Links scheint mir deren Behebeung als Linux Neuling zu kompliziert (gefährlich)

                          https://itsfoss.com/apt-key-deprecated/

                          sudo apt keylist bringt diese Ausgabe

                          pi@raspberrypi:~ $ sudo apt-key list
                          Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                          /etc/apt/trusted.gpg
                          --------------------
                          pub   rsa2048 2012-04-01 [SC]
                                A0DA 38D0 D76E 8B5D 6388  7281 9165 938D 90FD DD2E
                          uid           [ unknown] Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson@gmail.com>
                          sub   rsa2048 2012-04-01 [E]
                          
                          pub   rsa4096 2015-09-28 [SC]
                                05CE 1508 5FC0 9D18 E99E  FB22 684A 14CF 2582 E0C5
                          uid           [ unknown] InfluxDB Packaging Service <support@influxdb.com>
                          sub   rsa4096 2015-09-28 [E]
                          
                          /etc/apt/trusted.gpg.d/raspberrypi-archive-stable.gpg
                          -----------------------------------------------------
                          pub   rsa2048 2012-06-17 [SC]
                                CF8A 1AF5 02A2 AA2D 763B  AE7E 82B1 2992 7FA3 303E
                          uid           [ unknown] Raspberry Pi Archive Signing Key
                          sub   rsa2048 2012-06-17 [E]
                          

                          Gibt es eine einfachere Möglichkeit diese Warnungen zu beseitigen oder soll man das so lassen?
                          Vielleicht hat das auch etwas mit den nicht endenden Fehlermeldungen des backitup adapters zu tun.

                          LG Gerhard

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #26

                          @maximinus

                          https://forum.iobroker.net/topic/62040/linux-debian-grafana-repo-muss-aktualisiert-werden

                          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

                          M 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @maximinus

                            https://forum.iobroker.net/topic/62040/linux-debian-grafana-repo-muss-aktualisiert-werden

                            M Offline
                            M Offline
                            maximinus
                            schrieb am zuletzt editiert von
                            #27

                            @thomas-braun

                            Danke habe ich alles gemacht. da kommt aber jetzt das:

                            pi@raspberrypi:~ $ sudo apt update
                            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:3 https://apt.grafana.com stable InRelease
                            Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                            Get:5 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
                            Ign:6 https://repos.influxdata.com/raspbian bullseye InRelease
                            Err:7 https://repos.influxdata.com/raspbian bullseye Release
                              404  Not Found [IP: 18.66.26.28 443]
                            Reading package lists... Done
                            E: The repository 'https://repos.influxdata.com/raspbian bullseye Release' does not have a Release file.
                            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.
                            pi@raspberrypi:~ $
                            
                            

                            Hast Du dafür auch eine Lösung?

                            RasPi 4 4GB bookworm
                            nodejs v20.19.4
                            npm 10.8.2
                            Objects type: jsonl
                            States type: redis
                            js-controller: 7.0.6
                            admin: 7.6.17
                            javascript: 8.9.2

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • M maximinus

                              @thomas-braun

                              Danke habe ich alles gemacht. da kommt aber jetzt das:

                              pi@raspberrypi:~ $ sudo apt update
                              Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                              Hit:3 https://apt.grafana.com stable InRelease
                              Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                              Get:5 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
                              Ign:6 https://repos.influxdata.com/raspbian bullseye InRelease
                              Err:7 https://repos.influxdata.com/raspbian bullseye Release
                                404  Not Found [IP: 18.66.26.28 443]
                              Reading package lists... Done
                              E: The repository 'https://repos.influxdata.com/raspbian bullseye Release' does not have a Release file.
                              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.
                              pi@raspberrypi:~ $
                              
                              

                              Hast Du dafür auch eine Lösung?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #28

                              @maximinus

                              Ähnliche Übung für das influx-Repository.
                              Steht in dem Thread etwas später drin.

                              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

                              M 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @maximinus

                                Ähnliche Übung für das influx-Repository.
                                Steht in dem Thread etwas später drin.

                                M Offline
                                M Offline
                                maximinus
                                schrieb am zuletzt editiert von maximinus
                                #29

                                @thomas-braun

                                Ich habe alles gelesen aber leider kapier ichs nicht

                                mach ich das:

                                sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
                                

                                kommt:

                                pi@raspberrypi:~ $ sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
                                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                OK
                                pi@raspberrypi:~ $
                                rm /etc/apt/sources.list.d/influxdata.list
                                

                                da kommt das:

                                pi@raspberrypi:~ $ rm /etc/apt/sources.list.d/influxdata.list
                                rm: cannot remove '/etc/apt/sources.list.d/influxdata.list': No such file or directory
                                pi@raspberrypi:~ $
                                

                                dann:

                                wget -q -O - https://repos.influxdata.com/influxdb.key | sudo gpg --dearmor -o /usr/share/keyrings/influxdb.gpg
                                
                                export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
                                
                                echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                File '/usr/share/keyrings/influxdb.gpg' exists. Overwrite? (y/N) y
                                

                                da kommt nichts und dann immer noch der gleiche Fehler:

                                pi@raspberrypi:~ $ sudo apt update
                                Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                                Hit:4 https://apt.grafana.com stable InRelease
                                Ign:5 https://repos.influxdata.com/raspbian bullseye InRelease
                                Get:6 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
                                Err:7 https://repos.influxdata.com/raspbian bullseye Release
                                  404  Not Found [IP: 18.66.26.28 443]
                                Reading package lists... Done
                                E: The repository 'https://repos.influxdata.com/raspbian bullseye Release' does not have a Release file.
                                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.
                                pi@raspberrypi:~ $
                                

                                dann:

                                pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                pi@raspberrypi:~ $ gpg --with-fingerprint  --show-keys ./inluxdata-archive_compat.key
                                gpg: directory '/home/pi/.gnupg' created
                                gpg: keybox '/home/pi/.gnupg/pubring.kbx' created
                                gpg: can't open './inluxdata-archive_compat.key': No such file or directory
                                pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/influx*
                                deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/raspbian bullseye stable
                                pi@raspberrypi:~ $ cat /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
                                cat: /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg: No such file or directory
                                pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                pi@raspberrypi:~ $ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
                                pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
                                      9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
                                uid                      InfluxData Package Signing Key <support@influxdata.com>
                                

                                Ich denke das sieht nicht schlecht aus aber nach neu booten kommt nach sudo apt update die gleiche Meldung wie bisher. Irgend etwas muss ich übersehen haben.

                                Eben merke ich da ist ein Schreibfehler "inlux" satt "influx". Aber auch bei richtiger Schreibweise bleibt der Fehler

                                LG Gerhard

                                RasPi 4 4GB bookworm
                                nodejs v20.19.4
                                npm 10.8.2
                                Objects type: jsonl
                                States type: redis
                                js-controller: 7.0.6
                                admin: 7.6.17
                                javascript: 8.9.2

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • M maximinus

                                  @thomas-braun

                                  Ich habe alles gelesen aber leider kapier ichs nicht

                                  mach ich das:

                                  sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
                                  

                                  kommt:

                                  pi@raspberrypi:~ $ sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
                                  Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                  OK
                                  pi@raspberrypi:~ $
                                  rm /etc/apt/sources.list.d/influxdata.list
                                  

                                  da kommt das:

                                  pi@raspberrypi:~ $ rm /etc/apt/sources.list.d/influxdata.list
                                  rm: cannot remove '/etc/apt/sources.list.d/influxdata.list': No such file or directory
                                  pi@raspberrypi:~ $
                                  

                                  dann:

                                  wget -q -O - https://repos.influxdata.com/influxdb.key | sudo gpg --dearmor -o /usr/share/keyrings/influxdb.gpg
                                  
                                  export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
                                  
                                  echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                  File '/usr/share/keyrings/influxdb.gpg' exists. Overwrite? (y/N) y
                                  

                                  da kommt nichts und dann immer noch der gleiche Fehler:

                                  pi@raspberrypi:~ $ sudo apt update
                                  Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                  Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
                                  Hit:4 https://apt.grafana.com stable InRelease
                                  Ign:5 https://repos.influxdata.com/raspbian bullseye InRelease
                                  Get:6 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B]
                                  Err:7 https://repos.influxdata.com/raspbian bullseye Release
                                    404  Not Found [IP: 18.66.26.28 443]
                                  Reading package lists... Done
                                  E: The repository 'https://repos.influxdata.com/raspbian bullseye Release' does not have a Release file.
                                  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.
                                  pi@raspberrypi:~ $
                                  

                                  dann:

                                  pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                  pi@raspberrypi:~ $ gpg --with-fingerprint  --show-keys ./inluxdata-archive_compat.key
                                  gpg: directory '/home/pi/.gnupg' created
                                  gpg: keybox '/home/pi/.gnupg/pubring.kbx' created
                                  gpg: can't open './inluxdata-archive_compat.key': No such file or directory
                                  pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/influx*
                                  deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/raspbian bullseye stable
                                  pi@raspberrypi:~ $ cat /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
                                  cat: /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg: No such file or directory
                                  pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                  pi@raspberrypi:~ $ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
                                  pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
                                        9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
                                  uid                      InfluxData Package Signing Key <support@influxdata.com>
                                  

                                  Ich denke das sieht nicht schlecht aus aber nach neu booten kommt nach sudo apt update die gleiche Meldung wie bisher. Irgend etwas muss ich übersehen haben.

                                  Eben merke ich da ist ein Schreibfehler "inlux" satt "influx". Aber auch bei richtiger Schreibweise bleibt der Fehler

                                  LG Gerhard

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von Thomas Braun
                                  #30

                                  @maximinus

                                  ls -lah /etc/apt/sources.list.d/
                                  apt-key list | grep -i influx
                                  

                                  sagt?

                                  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

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @maximinus

                                    ls -lah /etc/apt/sources.list.d/
                                    apt-key list | grep -i influx
                                    

                                    sagt?

                                    M Offline
                                    M Offline
                                    maximinus
                                    schrieb am zuletzt editiert von
                                    #31

                                    @thomas-braun

                                    pi@raspberrypi:~ $ ls -lah /etc/apt/sources.list.d/
                                    apt-key list | grep -i influx
                                    total 28K
                                    drwxr-xr-x 2 root root 4.0K Jun 20 13:25 .
                                    drwxr-xr-x 8 root root 4.0K Jul 23 11:43 ..
                                    -rw-r--r-- 1 root root  418 Jun 20 13:25 evcc-stable.list
                                    -rw-r--r-- 1 root root   84 Jul 23 11:37 grafana.list
                                    -rw-r--r-- 1 root root  103 Jul 23 18:08 influxdb.list
                                    -rw-r--r-- 1 root root  208 Aug 23  2022 nodesource.list
                                    -rw-r--r-- 1 root root  191 Apr  4  2022 raspi.list
                                    Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                    pi@raspberrypi:~ $
                                    
                                    

                                    RasPi 4 4GB bookworm
                                    nodejs v20.19.4
                                    npm 10.8.2
                                    Objects type: jsonl
                                    States type: redis
                                    js-controller: 7.0.6
                                    admin: 7.6.17
                                    javascript: 8.9.2

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • M maximinus

                                      @thomas-braun

                                      pi@raspberrypi:~ $ ls -lah /etc/apt/sources.list.d/
                                      apt-key list | grep -i influx
                                      total 28K
                                      drwxr-xr-x 2 root root 4.0K Jun 20 13:25 .
                                      drwxr-xr-x 8 root root 4.0K Jul 23 11:43 ..
                                      -rw-r--r-- 1 root root  418 Jun 20 13:25 evcc-stable.list
                                      -rw-r--r-- 1 root root   84 Jul 23 11:37 grafana.list
                                      -rw-r--r-- 1 root root  103 Jul 23 18:08 influxdb.list
                                      -rw-r--r-- 1 root root  208 Aug 23  2022 nodesource.list
                                      -rw-r--r-- 1 root root  191 Apr  4  2022 raspi.list
                                      Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                      pi@raspberrypi:~ $
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #32

                                      @maximinus

                                      sudo rm /etc/apt/sources.list.d/influxdb.list
                                      wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                      echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                      echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                      rm influxdata-archive_compat.key
                                      

                                      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 Antwort Letzte Antwort
                                      0
                                      • M Offline
                                        M Offline
                                        maximinus
                                        schrieb am zuletzt editiert von
                                        #33

                                        @thomas-braun

                                        Danke Thomas das wars

                                        pi@raspberrypi:~ $ apt list --upgradable
                                        Listing... Done
                                        grafana/stable 10.0.2 armhf [upgradable from: 9.1.3]
                                        N: There are 237 additional versions. Please use the '-a' switch to see them.
                                        pi@raspberrypi:~ $
                                        
                                        

                                        Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

                                        RasPi 4 4GB bookworm
                                        nodejs v20.19.4
                                        npm 10.8.2
                                        Objects type: jsonl
                                        States type: redis
                                        js-controller: 7.0.6
                                        admin: 7.6.17
                                        javascript: 8.9.2

                                        ? 1 Antwort Letzte Antwort
                                        0
                                        • M maximinus

                                          @thomas-braun

                                          Danke Thomas das wars

                                          pi@raspberrypi:~ $ apt list --upgradable
                                          Listing... Done
                                          grafana/stable 10.0.2 armhf [upgradable from: 9.1.3]
                                          N: There are 237 additional versions. Please use the '-a' switch to see them.
                                          pi@raspberrypi:~ $
                                          
                                          

                                          Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

                                          ? Offline
                                          ? Offline
                                          Ein ehemaliger Benutzer
                                          schrieb am zuletzt editiert von
                                          #34

                                          @maximinus sagte in backitup Fehlermeldung:

                                          Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x

                                          Moin,

                                          verwechselst Du da was?

                                          Grafana ≠ influx
                                          

                                          VG
                                          Bernd

                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          621

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe