Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Absturz beim Update admin Adapter 6.2.14 auf 6.2.17

    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

    Absturz beim Update admin Adapter 6.2.14 auf 6.2.17

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

      @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

      Weiterhin das gleiche Problem mit dem admin adapter

      Weiterhin der gleiche Ansatz...

      iobroker update
      iobroker upgrade admin --debug
      

      Zusätzlich:

      sudo ln -s /usr/bin/node /usr/bin/nodejs
      uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      
      P 1 Reply Last reply Reply Quote 0
      • P
        papper371 @Thomas Braun last edited by

        @thomas-braun Leider noch immer keinen Erfolg. Komme nicht auf die Website. Habe mit iob start admin versucht, Noch immer kein Erfolg

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

          @papper371

          Das ist tragisch.
          Aber ohne die Rückmeldungen aus dem Terminal zu den obigen Kommandos kann man dir nicht helfen.

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

            @thomas-braun
            armv7l
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v16.17.0
            8.15.0
            pi
            /opt/iobroker
            OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
            OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut... Fertig
            Statusinformationen werden eingelesen... Fertig
            Aktualisierung für 221 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
            nodejs:
            Installiert: 16.17.0-deb-1nodesource1
            Installationskandidat: 16.17.0-deb-1nodesource1
            Versionstabelle:
            *** 16.17.0-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
            100 /var/lib/dpkg/status
            12.22.12~dfsg-1~deb11u1 500

            Entschuldigung habe jetzt wieder downgrade gemacht und läuft

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

              @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

              Aktualisierung für 221 Pakete verfügbar.

              Mal das System upgraden wäre auch keine doofe Idee...

              sudo apt update
              sudo apt full-upgrade
              iobroker stop
              sudo reboot
              
              Glasfaser P 2 Replies Last reply Reply Quote 0
              • D
                Dampfhammer last edited by

                Guten Abend,
                ich habe ebenfalls das Problem dass die Admin Oberfläche beim Update von 6.2.14 auf 6.2.17 nicht mehr funktioniert...die Console spuckt mir folgendes aus:

                root@6feb521e2437:/opt/iobroker# iobroker upgrade 
                
                This upgrade of "admin" will introduce the following changes:
                ==========================================================================
                -> 6.2.17:
                Corrected GUI bug on intro tab
                
                -> 6.2.16:
                Corrected many GUI issues
                Added `stable` flag for repositories
                Added reset button for repositories
                Improved `writeFile` function for socket communication
                ==========================================================================
                
                Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                Update admin from @6.2.14 to @6.2.17
                NPM version: 8.15.0
                Installing iobroker.admin@6.2.17... (System call)
                host.6feb521e2437 Cannot install iobroker.admin@6.2.17: 217
                root@6feb521e2437:/opt/iobroker# iobroker upgrade admin --debug
                
                This upgrade of "admin" will introduce the following changes:
                ==========================================================================
                -> 6.2.17:
                Corrected GUI bug on intro tab
                
                -> 6.2.16:
                Corrected many GUI issues
                Added `stable` flag for repositories
                Added reset button for repositories
                Improved `writeFile` function for socket communication
                ==========================================================================
                
                Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                Update admin from @6.2.14 to @6.2.17
                NPM version: 8.15.0
                Installing iobroker.admin@6.2.17... (System call)
                npm ERR! code ENOTEMPTY
                npm ERR! syscall rename
                npm ERR! path /opt/iobroker/node_modules/accepts
                npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
                npm ERR! errno -39
                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /opt/iobroker/.npm/_logs/2022-08-19T19_14_37_861Z-debug-0.log
                host.6feb521e2437 Cannot install iobroker.admin@6.2.17: 217
                

                Die abgelegte Log-Datei habe ich mal angehängt.

                2022-08-19T19_14_37_861Z-debug-0.log

                wie kann ich meine Admin Seite wieder retten? Besten Dank im Voraus

                Glasfaser H 2 Replies Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Dampfhammer last edited by

                  @dampfhammer sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                  root@6feb521e2437

                  DOCKER !?

                  D 1 Reply Last reply Reply Quote 1
                  • D
                    Dampfhammer @Glasfaser last edited by

                    @glasfaser

                    Exakt. iobroker läuft bei mir auf einer QNAP und ist über docker installiert. Zugriff auf die Console mache ich über Portainer.

                    Glasfaser 3 Replies Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Dampfhammer last edited by

                      @dampfhammer

                      Wie oben schon gesagt :

                      iobroker upgrade admin --debug
                      

                      was kommt da !?

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

                        @dampfhammer

                        Sorry
                        Log quer gelesen

                        rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
                        

                        Schau hier :
                        https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/2

                        oder in den Beiträgen die gerade aktuell sind

                        Beispiel :
                        https://forum.iobroker.net/topic/57233/parser-adapter-funktioniert-nicht-mehr

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

                          @dampfhammer

                          Laut log ist dein System voll von falschen Dateien

                          Nur ein Auszug :

                          '/opt/iobroker/node_modules/http-errors': '/opt/iobroker/node_modules/.http-errors-k8WIaDDV',
                          113 silly reify   '/opt/iobroker/node_modules/https-proxy-agent': '/opt/iobroker/node_modules/.https-proxy-agent-AiV4Y07N',
                          113 silly reify   '/opt/iobroker/node_modules/i18next': '/opt/iobroker/node_modules/.i18next-VFNyugyK',
                          113 silly reify   '/opt/iobroker/node_modules/iobroker.admin': '/opt/iobroker/node_modules/.iobroker.admin-TtUA2igk',
                          113 silly reify   '/opt/iobroker/node_modules/iobroker.node-red': '/opt/iobroker/node_modules/.iobroker.node-red-lv0iVi6J',
                          113 silly reify   '/opt/iobroker/node_modules/mime-db': '/opt/iobroker/node_modules/.mime-db-RKfcSKNg',
                          113 silly reify   '/opt/iobroker/node_modules/mime-types': '/opt/iobroker/node_modules/.mime-types-5olfSo8C',
                          113 silly reify   '/opt/iobroker/node_modules/minimist': '/opt/iobroker/node_modules/.minimist-yQwbRY0a',
                          113 silly reify   '/opt/iobroker/node_modules/moment': '/opt/iobroker/node_modules/.moment-YVTvHlwl',
                          113 silly reify   '/opt/iobroker/node_modules/mongodb': '/opt/iobroker/node_modules/.mongodb-9LMcV19S',
                          113 silly reify   '/opt/iobroker/node_modules/mongodb-connection-string-url': '/opt/iobroker/node_modules/.mongodb-connection-string-url-iEu3f9Lf',
                          
                          1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @Thomas Braun last edited by Glasfaser

                            @thomas-braun

                            Schau dir mal das Gesamt Log an von @dampfhammer ... irgend wie komisch .. kann auch ein Zufall sein

                            immer wenn "Node-Red" installiert ist , kommen die Probleme !?

                            Ich habe es z.b, nicht installiert gehabt.

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

                              @thomas-braun
                              jetzt habe ich den debug

                              Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                              Update admin from @6.2.14 to @6.2.17
                              host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                              NPM version: 8.15.0
                              Installing iobroker.admin@6.2.17... (System call)
                              npm ERR! code ENOTEMPTY
                              npm ERR! syscall rename
                              npm ERR! path /opt/iobroker/node_modules/ansi-colors
                              npm ERR! dest /opt/iobroker/node_modules/.ansi-colors-qAZfUuTD
                              npm ERR! errno -39
                              npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ansi-colors' -> '/opt/iobroker/node_modules/.ansi-colors-qAZfUuTD'

                              npm ERR! A complete log of this run can be found in:
                              npm ERR! /home/iobroker/.npm/_logs/2022-08-19T19_32_47_872Z-debug-0.log
                              host.raspberrypi Cannot install iobroker.admin@6.2.17: 217

                              Glasfaser 2 Replies Last reply Reply Quote 0
                              • D
                                Dampfhammer last edited by

                                Okay das hört sich nach einer größeren Baustelle an...wegen einem Klick....

                                Danke ich versuche deine Anleitung in Docker zu interpretieren und die Verzeichnisse zu löschen.

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

                                  @papper371 sagte in Absturz beim Update admin Adapter 6.2.14 auf 6.2.17:

                                  '/opt/iobroker/node_modules/.ansi-colors-qAZfUuTD'

                                  Löschen ...
                                  wie ... ist oben angegeben !

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

                                    @papper371

                                    Hast du den Adapter Node Red !?

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

                                      @glasfaser Ja Version 4.0.0

                                      F 1 Reply Last reply Reply Quote 0
                                      • P
                                        papper371 @Glasfaser last edited by

                                        @glasfaser Habe jetzt die ansi-colors von Hand umbenannt. Nun tritt das Problem mit einer anderen Datei auf.
                                        Would you like to upgrade admin from @6.2.14 to @6.2.17 now? [(y)es, (n)o]: y
                                        Update admin from @6.2.14 to @6.2.17
                                        host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                        NPM version: 8.15.0
                                        Installing iobroker.admin@6.2.17... (System call)
                                        npm ERR! code ENOTEMPTY
                                        npm ERR! syscall rename
                                        npm ERR! path /opt/iobroker/node_modules/bson
                                        npm ERR! dest /opt/iobroker/node_modules/.bson-a4WfR2fa
                                        npm ERR! errno -39
                                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/bson' -> '/opt/iobroker/node_modules/.bson-a4WfR2fa'

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

                                          @papper371

                                          https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/2

                                          1 Reply Last reply Reply Quote 0
                                          • H
                                            hpiecuch @Dampfhammer last edited by

                                            @dampfhammer gleiche Problem auch bei mir.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            558
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            85
                                            5690
                                            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