Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Merkwürdige Fehler bei Adapterupdate

    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

    Merkwürdige Fehler bei Adapterupdate

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

      Mir werden insgesamt 4 Updates angezeigt.

      Wenn ich versuche, die über die Oberfläche zu aktualisieren, bekomme ich folgende Meldung:

      $ ./iobroker upgrade text2command
      Update text2command from @2.0.3 to @2.0.4
      NPM version: 6.14.6npm install iobroker.text2command@2.0.4 --loglevel error --prefix "/opt/iobroker" (System call)
      
      ╭─────────────────────────────────────────────────────────╮│                                                         ││ Manual installation of ioBroker is no longer supported  ││ on Linux, OSX and FreeBSD!                              ││ Please refer to the documentation on how to install it! ││ https://github.com/ioBroker/ioBroker/wiki/Installation  ││                                                         │╰─────────────────────────────────────────────────────────╯
      npm ERR! code ELIFECYCLEnpm ERR! errno 100
      npm ERR! iobroker@2.0.3 postinstall: `node lib/install.js`npm ERR! Exit status 100npm ERR! npm ERR! Failed at the iobroker@2.0.3 postinstall script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T22_11_56_181Z-debug.log
      ERROR: host.fenian Cannot install iobroker.text2command@2.0.4: 100
      ERROR: process exited with code 25
      

      Wenn versuche über die Konsole zu aktualisieren:

      Adapter "text2command"   is up to date.
      

      Die installierte Version ist aber 2.0.3

      system.adapter.text2command            : text2command   - v2.0.3
      
      

      Tja, jetzt bin ich zugegebener Weise etwas verwirrt.
      Besonders merkwürdig finde finde ich ja die Meldung " Manual installation of ioBroker is no longer supported"

      Hat jemand eine Idee, wie man das reparieren kann?

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

        @Fenian

        iobroker update 
        iobroker upgrade
        
        Fenian 1 Reply Last reply Reply Quote 0
        • Fenian
          Fenian @Thomas Braun last edited by

          @Thomas-Braun
          Habe ich eben ausprobiert.

          update ohne Fehler

          Bei upgrade kommt dann wieder:

          Update backitup from @1.6.7 to @1.6.8
          NPM version: 6.14.6
          npm install iobroker.backitup@1.6.8 --loglevel error --prefix "/opt/iobroker" (System call)
          
          
          ╭─────────────────────────────────────────────────────────╮
          │                                                         │
          │ Manual installation of ioBroker is no longer supported  │
          │ on Linux, OSX and FreeBSD!                              │
          │ Please refer to the documentation on how to install it! │
          │ https://github.com/ioBroker/ioBroker/wiki/Installation  │
          │                                                         │
          ╰─────────────────────────────────────────────────────────╯
          
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 100
          npm ERR! iobroker@2.0.3 postinstall: `node lib/install.js`
          npm ERR! Exit status 100
          npm ERR! 
          npm ERR! Failed at the iobroker@2.0.3 postinstall script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T22_41_14_508Z-debug.log
          host.fenian Cannot install iobroker.backitup@1.6.8: 100
          
          
          Thomas Braun AlCalzone 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Fenian last edited by Thomas Braun

            @Fenian

            iobroker fix
            
            Fenian 1 Reply Last reply Reply Quote 0
            • Fenian
              Fenian @Thomas Braun last edited by

              @Thomas-Braun Zeigt mir nur eine Liste der iobroker Befehle

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

                @Fenian

                Also eine alte Installation.

                whoami && who -r && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                
                curl -sL https://iobroker.net/fix.sh | bash -
                
                Fenian 1 Reply Last reply Reply Quote 0
                • Fenian
                  Fenian @Thomas Braun last edited by

                  @Thomas-Braun sagte in Merkwürdige Fehler bei Adapterupdate:

                  whoami && who -r && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                  root
                           Runlevel 5   2020-09-26 01:13
                  /usr/bin/nodejs
                  v12.18.4
                  /usr/bin/node
                  v12.18.4
                  /usr/bin/npm
                  6.14.6
                  nodejs:
                    Installiert:           12.18.4-1nodesource1
                    Installationskandidat: 12.18.4-1nodesource1
                    Versionstabelle:
                   *** 12.18.4-1nodesource1 500
                          500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
                          100 /var/lib/dpkg/status
                       4.8.2~dfsg-1 500
                          500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Fenian last edited by

                    @Fenian Zunächst mal den root abmelden. Dann den Server in Runlevel 3 laufen lassen. Dann den fixer ausführen.

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

                      @Thomas-Braun
                      Soweit erledigt

                      iobroker fix
                      

                      scheint es nicht zu geben

                      Fenian 1 Reply Last reply Reply Quote 0
                      • Fenian
                        Fenian @Fenian last edited by

                        Ich habe den zweiten Teil deiner Antwort übersehen.
                        Probiere ich jetz mal aus

                        Fenian 1 Reply Last reply Reply Quote 0
                        • Fenian
                          Fenian @Fenian last edited by

                          @Thomas-Braun
                          Skript ist fehlerfrei durchgelaufen, aber leider keine Änderung

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

                            @Fenian Wo stehen wir denn jetzt?
                            Nochmal

                            whoami && who -r && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                            
                            Fenian 1 Reply Last reply Reply Quote 0
                            • Fenian
                              Fenian @Thomas Braun last edited by

                              @Thomas-Braun Ich war gestern leider nicht mehr online.

                              jberg
                                       Runlevel 3   2020-09-27 01:06
                              /usr/bin/nodejs
                              v12.18.4
                              /usr/bin/node
                              v12.18.4
                              /usr/bin/npm
                              6.14.6
                              nodejs:
                                Installiert:           12.18.4-1nodesource1
                                Installationskandidat: 12.18.4-1nodesource1
                                Versionstabelle:
                               *** 12.18.4-1nodesource1 500
                                      500 https://deb.nodesource.com/node_12.x stretch/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   4.8.2~dfsg-1 500
                                      500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Fenian last edited by

                                @Fenian

                                iobroker upload all
                                
                                Fenian 1 Reply Last reply Reply Quote 0
                                • Fenian
                                  Fenian @Thomas Braun last edited by

                                  @Thomas-Braun Upload läuft, dauert aber wohl noch eine Weile

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

                                    @Fenian Eine Weile? Wie viele Adapter hast du denn da am Start? O_o

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

                                      @Thomas-Braun Waren wohl hauptsächlich Icons

                                      Ist jetzt durch, aber an dem Fehler hat sich nichts geändert

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

                                        @Fenian Multihost? Oder mal Multihost gehabt?

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

                                          @Thomas-Braun Ja, seit paar Tagen hängt da noch ein Raspberry mit drin

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

                                            @Fenian Und du springst da auf dem Master rum? Der Raspberry ist der Slave?

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

                                            Support us

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

                                            570
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            update adapter fehler
                                            4
                                            37
                                            1472
                                            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