Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Backitup bringt Fehlermeldungen nach Update

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Backitup bringt Fehlermeldungen nach Update

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

      @letty Was läuft denn da nun bei dir wirklich?
      Das oben genannte Ubuntu oder doch Raspberry OS?

      L 1 Reply Last reply Reply Quote 0
      • L
        Letty @Thomas Braun last edited by

        @thomas-braun

        Sorry hatte in der Tabelle das falsche eingetragen ist Raspberry OS

        pi@raspberrypi:~ $ cat /etc/os-release
        PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
        NAME="Raspbian GNU/Linux"
        VERSION_ID="10"
        VERSION="10 (buster)"
        VERSION_CODENAME=buster
        ID=raspbian
        ID_LIKE=debian
        HOME_URL="http://www.raspbian.org/"
        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
        
        
        simatec 1 Reply Last reply Reply Quote 0
        • simatec
          simatec Developer Most Active @Letty last edited by

          @letty
          Welche Version von Backitup hast du installiert?

          L 1 Reply Last reply Reply Quote 0
          • L
            Letty @simatec last edited by

            @simatec

            Hallo simatec,

            die Version 2.1.10.

            simatec 1 Reply Last reply Reply Quote 0
            • simatec
              simatec Developer Most Active @Letty last edited by

              @letty Ich denke da ist beim Update etwas schief gelaufen.
              Mach mal einen iobroker fix und installiere im Anschluss nochmal

              L 1 Reply Last reply Reply Quote 0
              • L
                Letty @simatec last edited by

                @simatec

                Hatte ich davor schon mal gemacht. Habe es jetz noch einmal gemacht aber gleiche Fehlermeldungen.

                backitup.0	2021-05-19 18:21:35.916	error	- /opt/iobroker/node_modules/iobroker.backitup/main.js Please run "iobroker fix" and reinstall backitup
                backitup.0	2021-05-19 18:21:35.916	error	- /opt/iobroker/node_modules/iobroker.backitup/lib/execute.js
                backitup.0	2021-05-19 18:21:35.916	error	- /opt/iobroker/node_modules/iobroker.backitup/lib/scripts/12-influxDB.js
                backitup.0	2021-05-19 18:21:35.916	error	- /opt/iobroker/node_modules/iobroker.backitup/lib/targz.js
                backitup.0	2021-05-19 18:21:35.916	error	Require stack:
                backitup.0	2021-05-19 18:21:35.916	error	(28425) [iobroker] error on backup: Error: Cannot find module 'tar-fs'
                
                simatec Thomas Braun 2 Replies Last reply Reply Quote 0
                • simatec
                  simatec Developer Most Active @Letty last edited by

                  @letty
                  Dann werden bei dir nicht alle Abhängigkeiten installiert.
                  Deinstalliere mal die Instanz und auch den Adapter.
                  Starte dann mal neu und installiere dann erneut

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

                    @letty

                    Das ist merkwürdig.
                    Auf meinem System wird das Modul gleich von mehreren Adaptern referenziert:

                    echad@chet:/opt/iobroker $ npm list tar-fs
                    iobroker.inst@3.0.0 /opt/iobroker
                    ├─┬ iobroker.backitup@2.1.11
                    │ └── tar-fs@2.1.1
                    ├─┬ iobroker.ble@0.12.0
                    │ └─┬ @abandonware/noble@1.9.2-13
                    │   └─┬ @abandonware/bluetooth-hci-socket@0.5.3-7
                    │     └─┬ usb@1.7.0
                    │       └─┬ prebuild-install@5.3.6
                    │         └── tar-fs@2.1.1 deduped
                    ├─┬ iobroker.iot@1.8.22
                    │ └─┬ sharp@0.28.1
                    │   ├─┬ prebuild-install@6.1.2
                    │   │ └── tar-fs@2.1.1 deduped
                    │   └── tar-fs@2.1.1 deduped
                    └─┬ iobroker.zigbee@1.5.5
                      ├─┬ zigbee-herdsman-converters@14.0.134
                      │ └─┬ zigbee-herdsman@0.13.92
                      │   └─┬ @serialport/bindings@9.0.4
                      │     └─┬ prebuild-install@6.0.1
                      │       └── tar-fs@2.1.1
                      └─┬ zigbee-herdsman@0.13.100
                        └─┬ @serialport/bindings@9.0.4
                          └─┬ prebuild-install@6.0.1
                            └── tar-fs@2.1.1
                    
                    L 1 Reply Last reply Reply Quote 0
                    • L
                      Letty @Thomas Braun last edited by

                      @simatec
                      Ich habe die Instanz deinstalliert, dann den Adapter deinstalliert danach den kompletten Rasperry neu gestartet, danach Adapter wieder Installiert.

                      Leider kein Erfolg immer noch die selben Fehlermeldungen.

                      @thomas-braun

                      Bei mir kommt bei der Abfrage nichts.

                      pi@raspberrypi:~ $ npm list tar-fs
                      /home/pi
                      └── (empty)
                      

                      Gibt es nicht die möglichkeit das Fehlende von Hand nach zu installieren ?

                      Vielen Dank für eure Hilfe.

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

                        @letty sagte in Backitup bringt Fehlermeldungen nach Update:

                        Bei mir kommt bei der Abfrage nichts.

                        Du stehst auch im falschen Verzeichnis.
                        Musst halt im Installationsverzeichnis vom ioBroker schauen. Siehe mein Beispiel oben.

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          Letty @Thomas Braun last edited by

                          @thomas-braun
                          Das macht natürlich Sinn.

                          Jetzt im richtigen Verzeichnis.

                          Somit sollte ja alles da sein.

                          pi@raspberrypi:/opt/iobroker $ npm list tar-fs
                          iobroker.inst@3.0.0 /opt/iobroker
                          ├─┬ iobroker.backitup@2.1.11
                          │ └── tar-fs@2.1.1
                          ├─┬ iobroker.discovery@2.6.3
                          │ └─┬ serialport@9.0.7
                          │   └─┬ @serialport/bindings@9.0.7
                          │     └─┬ prebuild-install@6.1.2
                          │       └── tar-fs@2.1.1  deduped
                          ├─┬ iobroker.modbus@3.3.1
                          │ └─┬ serialport@9.0.7
                          │   └─┬ @serialport/bindings@9.0.7
                          │     └─┬ prebuild-install@6.1.2
                          │       └── tar-fs@2.1.1  deduped
                          └─┬ iobroker.zigbee@1.4.4
                            └─┬ zigbee-herdsman@0.13.71
                              └─┬ serialport@9.0.6
                                └─┬ @serialport/bindings@9.0.4
                                  └─┬ prebuild-install@6.0.0
                                    └── tar-fs@2.1.1
                          
                          
                          Thomas Braun simatec 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Letty last edited by

                            @letty
                            Sollte.

                            1 Reply Last reply Reply Quote 0
                            • simatec
                              simatec Developer Most Active @Letty last edited by

                              @letty Hast du in letzter Zeit mal ein node Update gemacht?
                              Ich würde dir noch zu einem rebuild des Adapters raten

                              L 1 Reply Last reply Reply Quote 0
                              • L
                                Letty @simatec last edited by

                                @simatec

                                Adapter Rebuild hat leider auch nichts gebracht.
                                Ja habe habe auch Node geupdatet. Meinst du das hier was falsch gelaufen ist ?

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                857
                                Online

                                31.9k
                                Users

                                80.1k
                                Topics

                                1.3m
                                Posts

                                3
                                17
                                625
                                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