Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter ioBroker.backitup v3.1.x

    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

    Test Adapter ioBroker.backitup v3.1.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • simatec
      simatec Developer Most Active @hg6806 last edited by simatec

      @hg6806 Du siehst sie in deinem GDrive Account und in Backitup im Restore Menü
      https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-Deutsch

      1 Reply Last reply Reply Quote 0
      • D
        DPO99 @simatec last edited by

        @simatec

        Ich habe jetzt mal CIFS und NFS parallel laufen lassen. CIFS (mit SMB3) läuft immer auf Fehler beim löschen. NFS läuft bisher ohne Fehler.

        Ich würde es zwar gerne verstehen wollen, wieso es plötzlich (lief ja sehr lange fehlerfrei) nicht mehr über CIFS geht aber gut....habe den User auch mal mit SMB über Windows und Android verbunden, da ist alles kein Problem (löschen und erstellen).

        It is what it is....

        Dennoch danke für die Unterstützung!

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

          @dpo99 Was hast du für eine Node Version laufen?

          type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
          
          D 1 Reply Last reply Reply Quote 0
          • D
            DPO99 @simatec last edited by

            @simatec sagte in Test Adapter ioBroker.backitup v2.8.x:

            type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v

            Anbei:

            iobroker@iobroker:~ $ type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            /usr/bin/npx
            /usr/bin/corepack
            v18.18.0
            v18.18.0
            9.8.1
            9.8.1
            0.19.0
            
            Thomas Braun simatec 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @DPO99 last edited by Thomas Braun

              @dpo99

              Könnte sein, dass es mit nodejs 18.18.1 wieder funktioniert.
              Dürfte in den nächsten Tagen veröffentlicht werden.

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

                @dpo99 Ist aktuell ein Bug in node 18.18.0... CIFS ist da von betroffen.
                Entweder auf die 18.18.1 warten oder auf 18.17.x zurückgehen

                https://github.com/nodejs/node/issues/49911

                anomiex created this issue in nodejs/node

                closed libuv update in 18.18.0 breaks webpack's `thread-loader` #49911

                R D 2 Replies Last reply Reply Quote 0
                • R
                  Radi @simatec last edited by

                  @simatec Wie wäre dafür das richtige Vorgehen? Ich trau mich nicht so recht, den Schritt auf die 18.17.1 zurück zu gehen.

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

                    @radi Ich würde es wie folgt machen...

                    iob stop
                    sudo apt update
                    sudo apt install nodejs=18.17.1-1nodesource1
                    type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                    iob fix
                    iob start
                    
                    R 2 Replies Last reply Reply Quote 0
                    • R
                      Radi @simatec last edited by Radi

                      @simatec Danke. Werde ich dann gleich mal angehen.

                      1 Reply Last reply Reply Quote 0
                      • R
                        Radi @simatec last edited by

                        @simatec Alles erledigt und mein Backitup tut wieder seinen Dienst. Danke vielmals.

                        1 Reply Last reply Reply Quote 0
                        • D
                          DPO99 @simatec last edited by

                          @simatec @Thomas-Braun

                          Danke! Ich warte auf die 18.18.1, betrifft ja nur das löschen...schreiben klappt ja.

                          I Thomas Braun 2 Replies Last reply Reply Quote 0
                          • I
                            ichderarnd @DPO99 last edited by

                            @simatec
                            Was ich hier beschrieben habe:
                            https://forum.iobroker.net/topic/27267/test-adapter-iobroker-backitup-v2-8-x/2477

                            Könnte das auch ein nodejs Problem sein oder hat sich hier etwas im Adapter geändert? Ich hatte zu diesem Zeitpunkt ein nodejs Update gemacht auf:

                            type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/local/bin/npx
                            /usr/bin/corepack
                            v16.20.2
                            v16.20.2
                            9.1.3
                            9.1.3
                            0.17.0

                            simatec Thomas Braun 2 Replies Last reply Reply Quote 0
                            • simatec
                              simatec Developer Most Active @ichderarnd last edited by

                              @ichderarnd Nein das hat nichts mit Nodejs zu tun

                              I 1 Reply Last reply Reply Quote 0
                              • I
                                ichderarnd @simatec last edited by

                                @simatec
                                Das heißt, es hat sich etwas an der Übergabe des Passworts an den mount Befehl geändert?

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

                                  @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

                                  /usr/local/bin/npx

                                  Deine nodejs-Installation ist allerdings nicht sauber.
                                  Und npm sehe ich gar nicht.

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

                                    @dpo99 @Radi

                                    Die 18.18.1 ist veröffentlicht worden.

                                    D 1 Reply Last reply Reply Quote 0
                                    • I
                                      ichderarnd @Thomas Braun last edited by

                                      @thomas-braun sagte in Test Adapter ioBroker.backitup v2.8.x:

                                      Deine nodejs-Installation ist allerdings nicht sauber.
                                      Und npm sehe ich gar nicht.

                                      In der Tat, "type - p npm" gibt nix.
                                      Wenn ich "npm -v" ausführe, kommt 9.1.3 raus.

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

                                        @ichderarnd

                                        Dann versuch mal

                                        which npm
                                        

                                        Aber so oder so solltest du da dringend ran.
                                        Versuch mal damit:

                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript

                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          ichderarnd @Thomas Braun last edited by

                                          @thomas-braun
                                          Danke. Ich habe erstmal die 16er gefixt. Dann hat er allerdings npx anschließend nicht mehr gefunden. Habe dann das fix-skript nochmal laufen lassen und die 18.18.1 installiert. Das npx Problem bleibt:

                                          type -p nodejs node npm npx corepack && nodejs -v && node -v && npm -v && npx -v && corepack -v
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/local/bin/npx
                                          /usr/bin/corepack
                                          v18.18.1
                                          v18.18.1
                                          9.8.1
                                          -bash: /usr/local/bin/npx: Datei oder Verzeichnis nicht gefunden
                                          

                                          "which npx" findet allerdings /usr/bin/npx und der funktioniert auch und ist 9.8.1. Abgehakt.

                                          Mein "icmp.ping(host, 1900)" funktioniert in Javascript mit nodejs 18 nicht mehr: "Cannot read properties of undefined (reading 'ping')". Merkwürdig. Habe auf Anhieb nicht gefunden, dass hier etwas zur 16er geändert wurde.

                                          Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @ichderarnd last edited by

                                            @ichderarnd sagte in Test Adapter ioBroker.backitup v2.8.x:

                                            Habe dann das fix-skript nochmal laufen lassen und die 18.18.1 installiert.

                                            Zeig mal bitte die vollständige Ausgabe davon.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            771
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup backitup backup ccu history mysql redis restore restore backup
                                            168
                                            2756
                                            2215830
                                            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