Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Admin funktioniert seit update auf 5.1.10 nicht mehr

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Admin funktioniert seit update auf 5.1.10 nicht mehr

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

      Ich habe zwar keine Ahnung von Linux, aber manchmal ganz gute Ideen.

      Ich habe einen aktuellen iobroker Container heruntergeladen und diesen neu gestartet:

      root@iobroker:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v12.22.2
      v12.22.2
      6.14.13
      nodejs:
        Installiert:           12.22.2-1nodesource1
        Installationskandidat: 12.22.2-1nodesource1
        Versionstabelle:
       *** 12.22.2-1nodesource1 100
              100 /var/lib/dpkg/status
      root@iobroker:/opt/iobroker# 
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @myssv last edited by

        @myssv Da fehlt nur noch das Nodesource-Repo.

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

          @thomas-braun sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

          @myssv Da fehlt nur noch das Nodesource-Repo.

          So?

          root@iobroker:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v12.22.2
          v12.22.2
          6.14.13
          nodejs:
            Installiert:           12.22.2-1nodesource1
            Installationskandidat: 12.22.2-1nodesource1
            Versionstabelle:
           *** 12.22.2-1nodesource1 500
                  500 https://deb.nodesource.com/node_12.x buster/main amd64 Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u1 500
                  500 http://deb.debian.org/debian buster/main amd64 Packages
                  500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
          

          Der Update Fehler beim Admin ist geblieben:

          root@iobroker:/opt/iobroker# iobroker upgrade
          
          This upgrade of "admin" will introduce the following changes:
          ==========================================================================
          -> 5.1.10:
          Corrected some GUI errors
          ==========================================================================
          
          Would you like to upgrade admin from @5.1.9 to @5.1.10 now? [(y)es, (n)o]: y
          Update admin from @5.1.9 to @5.1.10
          host.iobroker Adapter "system.adapter.admin.0" is stopped.
          NPM version: 6.14.13
          npm install iobroker.admin@5.1.10 --loglevel error --prefix "/opt/iobroker" (System call)
          npm ERR! code EINTEGRITY
          npm ERR! Verification failed while extracting iobroker.openligadb@https://github.com/oweitman/ioBroker.openligadb/tarball/master:
          npm ERR! Verification failed while extracting iobroker.openligadb@https://github.com/oweitman/ioBroker.openligadb/tarball/master:
          npm ERR! sha512-pB22Fvp08/amIRWYLQfhozpKkRAiM2LUDrNZrEnHDhERBwidYFYWOFFJ80N54pVh9yz6Y3gbJ3VWK4/VmPl77A== integrity checksum failed when using sha512: wanted sha512-pB22Fvp08/amIRWYLQfhozpKkRAiM2LUDrNZrEnHDhERBwidYFYWOFFJ80N54pVh9yz6Y3gbJ3VWK4/VmPl77A== but got sha512-WLFcOaoHfNIu5uGyi6Q/iQ/UB+ITNjsAYShVYAUsWoefc/3RrqZzWl7odAxoQaRDmnkYP9+/s2/sE2mrAJPakQ==. (252178 bytes)
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /opt/iobroker/.npm/_logs/2021-07-10T09_59_43_420Z-debug.log
          upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
          upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
          upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
          upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
          upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
          Adapter "admin" updated
          host.iobroker Adapter "system.adapter.admin.0" is started
          root@iobroker:/opt/iobroker#
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @myssv last edited by

            @myssv

            Der Download von Openliga ist immer noch kaputt.

            M J 2 Replies Last reply Reply Quote 0
            • M
              myssv @Thomas Braun last edited by

              @thomas-braun

              
              cd /opt/iobroker
              npm cache clear --force
              
              

              Hatte ich ausgeführt. Kann es an der Version bei github liegen?

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

                @thomas-braun
                Der läuft bei mir im Browser.

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

                  @myssv

                  npm cache verify
                  
                  M 1 Reply Last reply Reply Quote 0
                  • M
                    myssv @Thomas Braun last edited by

                    @thomas-braun sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                    npm cache verify

                    root@iobroker:/opt/iobroker# npm cache verify
                    Cache verified and compressed (~/.npm/_cacache):
                    Content verified: 30 (40281332 bytes)
                    Index entries: 37
                    Finished in 0.69s
                    root@iobroker:/opt/iobroker# 
                    
                    M 1 Reply Last reply Reply Quote 0
                    • M
                      myssv @myssv last edited by

                      root@iobroker:/opt/iobroker# iobroker upgrade
                      
                      This upgrade of "admin" will introduce the following changes:
                      ==========================================================================
                      -> 5.1.10:
                      Corrected some GUI errors
                      ==========================================================================
                      
                      Would you like to upgrade admin from @5.1.9 to @5.1.10 now? [(y)es, (n)o]: y
                      Update admin from @5.1.9 to @5.1.10
                      host.iobroker Adapter "system.adapter.admin.0" is stopped.
                      NPM version: 6.14.13
                      npm install iobroker.admin@5.1.10 --loglevel error --prefix "/opt/iobroker" (System call)
                      npm ERR! code EINTEGRITY
                      npm ERR! Verification failed while extracting iobroker.openligadb@https://github.com/oweitman/ioBroker.openligadb/tarball/master:
                      npm ERR! Verification failed while extracting iobroker.openligadb@https://github.com/oweitman/ioBroker.openligadb/tarball/master:
                      npm ERR! sha512-pB22Fvp08/amIRWYLQfhozpKkRAiM2LUDrNZrEnHDhERBwidYFYWOFFJ80N54pVh9yz6Y3gbJ3VWK4/VmPl77A== integrity checksum failed when using sha512: wanted sha512-pB22Fvp08/amIRWYLQfhozpKkRAiM2LUDrNZrEnHDhERBwidYFYWOFFJ80N54pVh9yz6Y3gbJ3VWK4/VmPl77A== but got sha512-WLFcOaoHfNIu5uGyi6Q/iQ/UB+ITNjsAYShVYAUsWoefc/3RrqZzWl7odAxoQaRDmnkYP9+/s2/sE2mrAJPakQ==. (252178 bytes)
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /opt/iobroker/.npm/_logs/2021-07-10T10_12_55_252Z-debug.log
                      upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                      upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                      upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                      upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                      upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                      Adapter "admin" updated
                      host.iobroker Adapter "system.adapter.admin.0" is started
                      
                      1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @myssv last edited by

                        @myssv
                        @Thomas-Braun
                        ... das ist nur ein gebastel .. er hantiert im Docker mit root ( Standart Login ) man weiß ja nicht was vorher noch war , besonders da er im BETA Status ist

                        das gibt kein Ende ....Docker neu .... Backup rein fertig !

                        M 2 Replies Last reply Reply Quote 0
                        • M
                          myssv @Glasfaser last edited by

                          @glasfaser sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                          das gibt kein Ende ....Docker neu .... Backup rein fertig !

                          Das habe ich ja vorhin gemacht!

                          Glasfaser 1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @myssv last edited by

                            @myssv sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                            Das habe ich ja vorhin gemacht!

                            Ab welchen Beitrag ,ich sehe davon nichts ?

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              myssv @Glasfaser last edited by

                              @glasfaser sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                              @myssv sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                              Das habe ich ja vorhin gemacht!

                              Ab welchen Beitrag ,ich sehe davon nichts ?

                              21ab6f34-848e-4533-bc4d-8c20b97ab18c-image.png

                              Glasfaser 1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @myssv last edited by

                                @myssv

                                Hast du den Adapter openligadb mal deinstalliert ?

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  myssv @Glasfaser last edited by

                                  @glasfaser jetzt ja

                                  f01f0ecd-9090-4992-a89d-98e1dbfba8fe-image.png

                                  fd6f082b-d80e-4601-ae05-d7ea23c720e2-image.png

                                  Jetzt lief das Update durch ...

                                  root@iobroker:/opt/iobroker# iobroker upgrade
                                  
                                  This upgrade of "admin" will introduce the following changes:
                                  ==========================================================================
                                  -> 5.1.10:
                                  Corrected some GUI errors
                                  ==========================================================================
                                  
                                  Would you like to upgrade admin from @5.1.9 to @5.1.10 now? [(y)es, (n)o]: y
                                  Update admin from @5.1.9 to @5.1.10
                                  host.iobroker Adapter "system.adapter.admin.0" is stopped.
                                  NPM version: 6.14.13
                                  npm install iobroker.admin@5.1.10 --loglevel error --prefix "/opt/iobroker" (System call)
                                  upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                  Update "system.adapter.admin.0"
                                  upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                  upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                  upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                  Adapter "admin" updated
                                  host.iobroker Adapter "system.adapter.admin.0" is started
                                  

                                  Vielen Dank für Eure Hilfe!!!

                                  1 Reply Last reply Reply Quote -1
                                  • M
                                    myssv @Glasfaser last edited by

                                    @glasfaser sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                                    @myssv
                                    @Thomas-Braun
                                    besonders da er im BETA Status ist

                                    Nun ja, wäre ich nicht im Beta Status, könnte ich z.B. die Neue Vis-Offline Lizenz nicht nutzen.

                                    Zitat: Zur Nutzung dieser Offline Lizenz ist der Vis Adapter in Version v1.4.3 nötig.

                                    Im Stable ist noch 1.3.10

                                    55eb618f-46eb-40ba-bd6d-7a0f9444ae0a-image.png

                                    Glasfaser 1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @myssv last edited by Glasfaser

                                      @myssv
                                      Es war eine Anmerkung , das du komplett im Beta-Status bist.

                                      Du kannst auch die VIS 1.4.3 einzeln nutzen ohne alles im Beta zu haben !

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        myssv @Glasfaser last edited by myssv

                                        @glasfaser

                                        ok, verstehe.

                                        Aber das macht die Sache gerade für unerfahrene Anwender wie mich nicht gerade einfacher. Da ich mir dann die Adapter selber suchen muss, wo neue Updates Sinn machen.

                                        Dazu kommen dann ja evtl. noch irgendwelche Abhängigkeiten. Die aktuelle VIS setzt dies oder jenes vorraus, wo ich dann auch wieder manuell suchen muss ...

                                        Im Beta Status wurden mir bisher immer gleich die neuen Versionen vorgeschlagen und ich hatte noch nicht ein Problem damit. Außer wenn ich selber was ver(schlimm)bessern wollte ...

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

                                          @myssv

                                          gerade für unerfahrene Anwender wie mich nicht gerade einfacher.

                                          Und gerade dann sollte man nicht komplett im Beta-Zweig herumhüpfen.

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

                                            @myssv sagte in Admin funktioniert seit update auf 5.1.10 nicht mehr:

                                            wo neue Updates Sinn machen.

                                            was verstehst du darunter?
                                            neue gerade halbwegs implementierte Features, die nach ausgiebigem Testen etwas später auch im "stable" sind, wenn weitestgehend gesichert ist, dass sie stabil laufen?

                                            es gibt nur ganz wenige Fälle, in denen man kurzfristig das Repo zur Installation umstellen müsste, dann aber nur diese eine Aktualisierung durchführt und danach sofort das Repo wieder auf stable stellt.

                                            Wo ist dabei das Problem.
                                            wenn du immer im stable bist erfährst du gar nichts von anderen Versionen.

                                            Sezer 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

                                            444
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            60
                                            1417
                                            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