Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. admin hat falsche Version

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    admin hat falsche Version

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

      @rette70

      pi@IoBroker-Slave:~ $ iobroker update
      Used repository: stable
      Adapter    "admin"        : 6.2.22   , installed 5.3.8  [Updatable]
      Adapter    "backitup"     : 2.4.10   , installed 2.4.9  [Updatable]
      Adapter    "deconz"       : 1.3.21   , installed 1.3.20 [Updatable]
      Adapter    "discovery"    : 3.0.5    , installed 2.7.0  [Updatable]
      Adapter    "hm-rega"      : 3.0.40   , installed 3.0.33 [Updatable]
      Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.11 [Updatable]
      Adapter    "homekit-controller": 0.5.1, installed 0.3.3 [Updatable]
      Adapter    "info"         : 1.9.19   , installed 1.9.8  [Updatable]
      Adapter    "javascript"   : 6.0.0    , installed 5.7.0  [Updatable]
      Controller "js-controller": 4.0.23   , installed 4.0.23
      Adapter    "parcel"       : 0.0.20   , installed 0.0.12 [Updatable]
      Adapter    "wireguard"    : 1.3.1    , installed 1.2.1  [Updatable]
      

      MOD-EDIT: Code in code-tags gesetzt!

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

        @rette70

        Auf dem Slave:

        iobroker upgrade all
        

        Danach das gleiche auf dem Master

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

          @rette70 jetzt hatte der Master schon die neue Version. Ging aber auch nicht, als beide noch bei 5.. waren. Versuche den Slave Adapter updaten, ging aber gestern auch nicht. Kam auch Fehler 25 den ich nicht beseitigen konnte

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

            @rette70 ERROR: Process exited with code 25
            weniger
            mehr

            $ iobroker upgrade admin@6.2.22 --debug
            
            Update admin from @5.3.8 to @6.2.22
            
            NPM version: 8.15.0
            
            Installing iobroker.admin@6.2.22... (System call)
            
            npm ERR! code ENOTEMPTY
            
            npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-09-18T18_43_21_565Z-debug-0.log
            
            host.IoBroker-Slave Cannot install iobroker.admin@6.2.22: 217
            
            ERROR: Process exited with code 25
            

            MOD-EDIT: Code in code-tags gesetzt!

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

              @rette70

              Nicht aus der GUI, nimm ein Terminal dafür.

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

                @rette70
                Vermutlich aber was aus der Ecke:

                https://forum.iobroker.net/topic/57337/fehler-25-bei-adapter-install-update-mit-npm8

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

                  @thomas-braun kannst du mir kurz bitte den Befehl schreiben?

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

                    @rette70

                    Steht doch drin?

                    iobroker upgrade admin@6.2.22 --debug --host IoBroker-Slave
                    

                    Bei Multihost muss der Host angegeben werden.

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

                      @thomas-braun ja danke. Dachte ist ein anderer Befehl.

                      hab jetzt über die Konsole installiert. Das gleiche

                        iobroker upgrade admin@6.2.22 --debug
                      
                      This upgrade of "admin" will at least introduce the following changes:
                      ==========================================================================
                      -> 6.2.22:
                      Corrected admin4 adapter settings
                      
                      -> 6.2.21:
                      Corrected small JSON config issue
                      
                      -> 6.2.20:
                      Corrected GUI issues
                      
                      -> 6.2.19:
                      Corrected some issues
                      
                      -> 6.2.18:
                      Corrected GUI bugs on custom settings
                      
                      
                      -> 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
                      ==========================================================================
                      
                      BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                      Would you like to upgrade admin from @5.3.8 to @6.2.22 now? [(y)es, (n)o]: y
                      Update admin from @5.3.8 to @6.2.22
                      NPM version: 8.15.0
                      Installing iobroker.admin@6.2.22... (System call)
                      npm ERR! code ENOTEMPTY
                      npm ERR! syscall rename
                      npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
                      npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
                      npm ERR! errno -39
                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2022-09-18T18_55_48_988Z-debug-0.log
                      host.IoBroker-Slave Cannot install iobroker.admin@6.2.22: 217
                      pi@IoBroker-Slave:~ $
                      
                      * ****list item****
                      

                      MOD-EDIT: Code in code-tags gesetzt!

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

                        @rette70 sagte in admin hat falsche Version:

                        Das gleiche

                        Nein, ist nicht das gleiche.

                        Die Lösung hatte ich oben schon verlinkt.

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

                          @thomas-braun

                          pi@IoBroker-Slave:~ $ iobroker upgrade admin@6.2.22 --debug --host IoBroker-Slav                                                               e
                          
                          This upgrade of "admin" will at least introduce the following changes:
                          ==========================================================================
                          -> 6.2.22:
                          Corrected admin4 adapter settings
                          
                          -> 6.2.21:
                          Corrected small JSON config issue
                          
                          -> 6.2.20:
                          Corrected GUI issues
                          
                          -> 6.2.19:
                          Corrected some issues
                          
                          -> 6.2.18:
                          Corrected GUI bugs on custom settings
                          
                          
                          -> 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
                          ==========================================================================
                          
                          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                          Would you like to upgrade admin from @5.3.8 to @6.2.22 now? [(y)es, (n)o]: y
                          Update admin from @5.3.8 to @6.2.22
                          NPM version: 8.15.0
                          Installing iobroker.admin@6.2.22... (System call)
                          npm ERR! code ENOTEMPTY
                          npm ERR! syscall rename
                          npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
                          npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
                          npm ERR! errno -39
                          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/iobroker/.npm/_logs/2022-09-18T19_01_57_380Z-debug-0.log
                          host.IoBroker-Slave Cannot install iobroker.admin@6.2.22: 217
                          pi@IoBroker-Slave:~ $
                          

                          MOD-EDIT: Code in code-tags gesetzt!

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

                            @rette70

                            Bitte CodeTags verwenden. Danke

                            for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                            

                            Auf beiden Kisten.

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

                              @thomas-braun Du bist mein Held!! Ich habe gestern den ganzen Tag daran gesessen und dein Post auch auf beiden durch geführt. Aber jetzt die manuelle Installation funktioniert. Eventl. weil ich nie den Host angegeben habe. Dachte wenn ich mit Putty auf dem drauf bin , weiß er das es dort hin soll.

                              Was sind Code TAGs?
                              Ah ok.

                              code_text
                              

                              Habs gefunden. Vielen Dank

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              718
                              Online

                              31.7k
                              Users

                              79.8k
                              Topics

                              1.3m
                              Posts

                              admin falsche version smartgarden
                              4
                              35
                              1428
                              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