Navigation

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

    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

    Probleme nach Stromausfall

    This topic has been deleted. Only users with topic management privileges can see it.
    • wendy2702
      wendy2702 @pbroker last edited by

      @pbroker sagte in Probleme nach Stromausfall:

      @wendy2702

      Ich habe backitup laufen. Doch scheint hierdurch nur in iobroker.data die objects.json und states.json gesichert zu werden.

      So ist es.

      Was kommt bei

      iob start
      
      P 1 Reply Last reply Reply Quote 0
      • P
        pbroker @wendy2702 last edited by wendy2702

        @wendy2702 said in Probleme nach Stromausfall:

        iob start

        Wenn ich den Befehl ausführe, dauert es ca. 2 Sec. und eine neue Eingabezeile erscheint.

        pi@raspberrypi:/opt/iobroker $ iob start
        pi@raspberrypi:/opt/iobroker $
        
        wendy2702 1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 @pbroker last edited by

          @pbroker schau mal ins log

          tail -f /opt/iobroker/log/iobroker.current.log
          
          P 1 Reply Last reply Reply Quote 0
          • P
            pbroker @wendy2702 last edited by

            @wendy2702

            Die Logeinträge hatte ich mir heute Morgen als erstes angesehen, leider ist der letzte Eintrag in dem Log ist schon etwas älter.

            2022-02-28 17:27:30.813 - error: info.0 (14355) Error: getaddrinfo EAI_AGAIN raw.githubusercontent.com

            Neue Einträge ergeben sich durch Startversuche nicht.

            wendy2702 1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 @pbroker last edited by wendy2702

              @pbroker Da kommt wirklich nichts? Null komma nichts ? Kann ich eigentlich nicht glauben.

              Was kommt bei:

              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              ps auxww|grep io
              

              Und bitte benutze die Code Tags für die Log/Terminal ausgaben

              P 1 Reply Last reply Reply Quote 0
              • P
                pbroker @wendy2702 last edited by wendy2702

                @wendy2702

                mich hat das auch extrem verwundert.

                pi@raspberrypi:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                /usr/bin/nodejs
                /usr/local/bin/node
                /usr/local/bin/npm
                v12.22.10
                v16.13.2
                8.5.2
                pi
                /opt/iobroker
                OK:1 http://archive.raspberrypi.org/debian buster InRelease
                OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                Paketlisten werden gelesen... Fertig
                Abhängigkeitsbaum wird aufgebaut.
                Statusinformationen werden eingelesen.... Fertig
                Alle Pakete sind aktuell.
                nodejs:
                  Installiert:           12.22.10-deb-1nodesource1
                  Installationskandidat: 12.22.10-deb-1nodesource1
                  Versionstabelle:
                 *** 12.22.10-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                        100 /var/lib/dpkg/status
                     10.24.0~dfsg-1~deb10u1 500
                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                
                
                
                
                pi@raspberrypi:/opt/iobroker $ ps auxww|grep io
                root        13  0.0  0.0      0     0 ?        S    13:03   0:00 [migration/0]
                root        16  0.0  0.0      0     0 ?        S    13:03   0:00 [migration/1]
                root        21  0.0  0.0      0     0 ?        S    13:03   0:00 [migration/2]
                root        26  0.0  0.0      0     0 ?        S    13:03   0:00 [migration/3]
                root        58  0.0  0.0      0     0 ?        I<   13:03   0:00 [blkcg_punt_bio]
                root        62  0.0  0.0      0     0 ?        I<   13:03   0:00 [rpciod]
                root        64  0.0  0.0      0     0 ?        I<   13:03   0:00 [xprtiod]
                root        66  0.0  0.0      0     0 ?        I<   13:03   0:00 [nfsiod]
                root        76  0.0  0.0      0     0 ?        I<   13:03   0:00 [DWC Notificatio]
                message+   360  0.1  0.0   6644  3504 ?        Ss   13:04   0:08 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                root     16626  0.1  0.0      0     0 ?        I    14:37   0:00 [kworker/u8:0-ext4-rsv-conversion]
                pi       17943  0.0  0.0   7360   480 pts/0    S+   14:42   0:00 grep --color=auto io
                

                MOD EDIT: LOGS ERNEUT IN CODE TAGS GESETZT

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

                  @pbroker sagte in Probleme nach Stromausfall:

                  /usr/bin/nodejs
                  /usr/local/bin/node
                  /usr/local/bin/npm
                  v12.22.10
                  v16.13.2
                  

                  nodeJS falsch installiert. In meiner Signatur findest du, wie man es richtig macht und korrigiert.

                  Und bitte CodeTags für Texte verwenden.

                  1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 @pbroker last edited by

                    @pbroker @Thomas-Braun hat dir schon geschrieben wie es weiter geht bevor etwas anderes passiert und BITTE Benutze die Code Tags

                    CodeTags.gif

                    P 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @pbroker last edited by

                      @pbroker sagte in Probleme nach Stromausfall:

                      Doch scheint hierdurch nur in iobroker.data die objects.json und states.json gesichert zu werden.

                      nein!
                      auch alle Konfigurationen der Instanzen, alle Views, alle Skripte

                      1 Reply Last reply Reply Quote 0
                      • P
                        pbroker @wendy2702 last edited by

                        @wendy2702

                        OK, danke Dir.

                        Danke auch Dir @Thomas-Braun

                        Mich irritiert zwar, dass das Problem erst nach dem Stromausfall auftrat, aber vielleicht übersehe ich etwas.
                        Entsprechend der Anleitung habe ich die Prozessschritte durchlaufen.
                        Leider startet der iobroker weiterhin nicht.

                        Das Ergebnis der Abfrage schaut nun wie folgt aus.
                        Mir fällt auf, dass node und nodejs eine unterschiedliche minor Version haben. Ist dass das Problem?

                        pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                        /usr/bin/nodejs
                        /usr/local/bin/node
                        /usr/local/bin/npm
                        v16.14.0
                        v16.13.2
                        8.5.2
                        pi
                        /home/pi
                        OK:1 http://archive.raspberrypi.org/debian buster InRelease
                        OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        OK:3 https://deb.nodesource.com/node_16.x buster InRelease
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.
                        Statusinformationen werden eingelesen.... Fertig
                        Alle Pakete sind aktuell.
                        nodejs:
                          Installiert:           16.14.0-deb-1nodesource1
                          Installationskandidat: 16.14.0-deb-1nodesource1
                          Versionstabelle:
                         *** 16.14.0-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                100 /var/lib/dpkg/status
                             10.24.0~dfsg-1~deb10u1 500
                                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                        

                        P.S. Ich muss selbst nun leider erstmal und kann auf den Dialog erst später wieder reagieren.

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

                          @pbroker sagte in Probleme nach Stromausfall:

                          Ist dass das Problem?

                          Ja.
                          Und die falschen Pfade (die ursächlich für die abweichenden Versionen sind).

                          Und bitte die Ausgaben vollständig posten, da fehlt ein Teil.

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

                            @pbroker sagte in Probleme nach Stromausfall:

                            Mir fällt auf, dass node und nodejs eine unterschiedliche minor Version haben. Ist dass das Problem?

                            ja, auch wenn jetzt die major Version gleich ist, hast du trotzdem zwei parallele node-Installationen laufen.
                            Versuch bitte nicht beider Versionen anzugleichen, dann sieht man es nur nicht mehr, dass da zwei Installationen sind, es ändert aber nichts an der Fehlkonfiguration

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

                              @homoran sagte in Probleme nach Stromausfall:

                              dann sieht man es nur nicht mehr, dass da zwei Installationen sind

                              Würde man immer noch an den falschen Pfaden /usr/local/bin sehen.

                              1 Reply Last reply Reply Quote 0
                              • P
                                pbroker last edited by

                                @thomas-braun @Homoran @wendy2702

                                meine Rückmeldung hat leider etwas mehr Zeit in Anspruch genommen.
                                Erst heute konnte ich mich erneut an das Thema begeben.

                                Zuersteinmal vielen Dank Euch Dreien für die tolle Unterstützung.

                                Ich habe die Dokus von Thomas nochmal durchlaufen.

                                pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                /usr/bin/nodejs
                                /usr/bin/node
                                /usr/bin/npm
                                v16.14.0
                                v16.14.0
                                8.3.1
                                pi
                                /home/pi
                                OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                OK:2 http://archive.raspberrypi.org/debian buster InRelease
                                OK:3 https://deb.nodesource.com/node_16.x buster InRelease
                                Paketlisten werden gelesen... Fertig
                                Abhängigkeitsbaum wird aufgebaut.
                                Statusinformationen werden eingelesen.... Fertig
                                Alle Pakete sind aktuell.
                                nodejs:
                                  Installiert:           16.14.0-deb-1nodesource1
                                  Installationskandidat: 16.14.0-deb-1nodesource1
                                  Versionstabelle:
                                 *** 16.14.0-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     10.24.0~dfsg-1~deb10u1 500
                                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                

                                nun schaut es wie folgt bei mir aus.

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

                                  @pbroker `
                                  Ja, schaut jetzt konsistent aus.

                                  P 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @pbroker last edited by Homoran

                                    @pbroker sagte in Probleme nach Stromausfall:

                                    8.3.1

                                    ist aber noch npm v8
                                    sollte aber mit Controller v4 und node v16 klappen

                                    P 1 Reply Last reply Reply Quote 0
                                    • P
                                      pbroker @Thomas Braun last edited by pbroker

                                      @thomas-braun

                                      🙂 Das ist lese ich gerne.
                                      Leider sind alle anderen Ausgaben, die sich auf den ioBroker beziehen unverändert.

                                      Und der iob startet, ohne sichtbare Fehlermeldung, nicht.

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        pbroker @Homoran last edited by

                                        @homoran

                                        habe ich hier etwas übersehen. Ich gehe die Dokus nochmals durch

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          pbroker @pbroker last edited by pbroker

                                          @Homoran

                                          ggf. besteht hier doch ein Problem mit der NPM Version.

                                          Ich habe folgende Errormeldungen erhalten:

                                          pi@raspberrypi:~ $ iobroker upgrade self
                                          Update js-controller from @3.3.22 to @4.0.15
                                          NPM version: 8.3.1
                                          npm install iobroker.js-controller@4.0.15 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                                          npm ERR! code 1
                                          npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                          npm ERR! command failed
                                          npm ERR! command sh -c node iobroker.js setup first
                                          npm ERR! /opt/iobroker/node_modules/winston/node_modules/readable-stream/errors.js:44
                                          npm ERR!  0  rel5r. `of $kthing} $sStrinf(expeb�ed)}`;
                                          npm ERR!     ^^^^^
                                          npm ERR!
                                          npm ERR! SyntaxError: Unexpected identifier
                                          npm ERR!     at Object.compileFunction (node:vm:352:18)
                                          npm ERR!     at wrapSafe (node:internal/modules/cjs/loader:1032:15)
                                          npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1067:27)
                                          npm ERR!     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
                                          npm ERR!     at Module.load (node:internal/modules/cjs/loader:981:32)
                                          npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                                          npm ERR!     at Module.require (node:internal/modules/cjs/loader:1005:19)
                                          npm ERR!     at require (node:internal/modules/cjs/helpers:102:18)
                                          npm ERR!     at Object.<anonymous> (/opt/iobroker/node_modules/winston/node_modules/readable-stream/lib/internal/streams/state.js:3:29)
                                          npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1103:14)
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2022-03-11T13_10_22_035Z-debug-0.log
                                          

                                          mit der Anweisung "sh -c node iobroker.js setup first" laufe ich allerdings etwas ins leere.
                                          Wie ist damit umzugehen?

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

                                            @pbroker

                                            Update js-controller from @3.3.22 to @4.0.15

                                            Das kann nicht sein, denn:

                                            github:	4.1.0
                                            latest:	4.0.19 for 5 days
                                            stable:	4.0.19 for 5 days
                                            
                                            iobroker update -u
                                            

                                            bringt?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            786
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            51
                                            1712
                                            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