Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme mit admin nach restore

    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 mit admin nach restore

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

      @jb_sullivan

      Wobei der Bug mit dem vis unabhängig vom Betriebssystem ist.

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

        @jb_sullivan

        iobroker add iobroker.vis@1.4.10 --debug
        
        JB_Sullivan 1 Reply Last reply Reply Quote 0
        • JB_Sullivan
          JB_Sullivan @Thomas Braun last edited by

          @thomas-braun sagte in Probleme mit admin nach restore:

          Wobei der Bug mit dem vis unabhängig vom Betriebssystem ist.

          Habe ich unter Windows aber nie mitbekommen (oder vielleicht schon wieder vergessen - man ist ja nicht mehr der jüngste)

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

            @jb_sullivan sagte in Probleme mit admin nach restore:

            Habe ich unter Windows aber nie mitbekommen

            Windows ist ja auch ein Exoten-System für den ioBroker. Und der Bug taucht auch nur beim Restore auf. Normale Updates laufen so durch.

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

              @thomas-braun

              sully@ioBrokerNUC:~$ iobroker add iobroker.vis@1.4.10 --debug
              NPM version: 6.14.17
              Installing iobroker.vis@1.4.10... (System call)
              
              > iobroker.vis@1.4.10 install /opt/iobroker/node_modules/iobroker.vis
              > node main.js --install
              
              npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.
              npm WARN jscs-loader@0.3.0 requires a peer of jscs@^3.0.3 but none is installed. You must install peer dependencies yourself.
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.8 (node_modules/osx-temperature-sensor):
              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
              
              npm ERR! code ELIFECYCLE
              npm ERR! errno 6
              npm ERR! iobroker.vis@1.4.10 install: `node main.js --install`
              npm ERR! Exit status 6
              npm ERR!
              npm ERR! Failed at the iobroker.vis@1.4.10 install 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/2022-12-29T21_33_42_271Z-debug.log
              host.ioBrokerNUC Cannot install iobroker.vis@1.4.10: 6
              sully@ioBrokerNUC:~$
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @JB_Sullivan last edited by

                @jb_sullivan sagte in Probleme mit admin nach restore:

                npm ERR! code ELIFECYCLE

                Das dürften Überreste vom ersten Adapter sein.

                sudo -u iobroker -H npm cache clean --force
                
                JB_Sullivan 1 Reply Last reply Reply Quote 0
                • JB_Sullivan
                  JB_Sullivan @Thomas Braun last edited by

                  @thomas-braun

                  Das wars noch nicht

                  host.ioBrokerNUC Cannot install iobroker.vis@1.4.10: 6
                  sully@ioBrokerNUC:~$ sully@ioBrokerNUC:~$ sudo -u iobroker -H npm cache clean --force
                  [sudo] Passwort für sully:
                  npm WARN using --force I sure hope you know what you are doing.
                  sully@ioBrokerNUC:~$ y
                  -bash: y: Kommando nicht gefunden.
                  sully@ioBrokerNUC:~$ iobroker install vis@1.4.10
                  NPM version: 6.14.17
                  Installing iobroker.vis@1.4.10... (System call)
                  
                  > iobroker.vis@1.4.10 install /opt/iobroker/node_modules/iobroker.vis
                  > node main.js --install
                  
                  host.ioBrokerNUC Cannot install iobroker.vis@1.4.10: 6
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @JB_Sullivan last edited by

                    @jb_sullivan

                    Lösch das Verzeichnis mal.

                    sudo -u iobroker rm -rf /opt/iobroker/node_modules/iobroker.vis
                    
                    JB_Sullivan Homoran 2 Replies Last reply Reply Quote 0
                    • JB_Sullivan
                      JB_Sullivan @Thomas Braun last edited by

                      @thomas-braun sagte in Probleme mit admin nach restore:

                      sudo -u iobroker rm -rf /opt/iobroker/node_modules/iobroker.vis

                      Leider auch nicht

                      sully@ioBrokerNUC:~$ sudo -u iobroker rm -rf /opt/iobroker/node_modules/iobroker.vis
                      [sudo] Passwort für sully:
                      sully@ioBrokerNUC:~$ ^C
                      sully@ioBrokerNUC:~$ iobroker install vis@1.4.10
                      NPM version: 6.14.17
                      Installing iobroker.vis@1.4.10... (System call)
                      
                      > iobroker.vis@1.4.10 install /opt/iobroker/node_modules/iobroker.vis
                      > node main.js --install
                      
                      host.ioBrokerNUC Cannot install iobroker.vis@1.4.10: 6
                      sully@ioBrokerNUC:~$
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @JB_Sullivan last edited by

                        @jb_sullivan

                        Dann weiß ich es auch nicht.

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

                          @thomas-braun
                          hat er den clean abgeschossen durch das y?

                          sully@ioBrokerNUC:~$ sully@ioBrokerNUC:~$ sudo -u iobroker -H npm cache clean --force
                          
                          [sudo] Passwort für sully:
                          
                          npm WARN using --force I sure hope you know what you are doing.
                          
                          sully@ioBrokerNUC:~$ y
                          
                          -bash: y: Kommando nicht gefunden.
                          
                          Thomas Braun JB_Sullivan 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Homoran last edited by

                            @homoran sagte in Probleme mit admin nach restore:

                            hat er den clean abgeschossen durch das y?

                            Nein.

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

                              @homoran sagte in Probleme mit admin nach restore:

                              npm WARN using --force I sure hope you know what you are doing. sully@ioBrokerNUC:~$ y

                              ...... bedeutet jetzt was genau?

                              1 Reply Last reply Reply Quote 0
                              • JB_Sullivan
                                JB_Sullivan last edited by

                                Kurze Anmerkung zu dem VIS Adapter:

                                Dieser läßt sich erst löschen, bzw. in der Version 1.4.0 neu installieren, wenn alle anderen VIS-Widget Adapter aus den INSTANZEN gelöscht wurden. In der Adapterliste können die VIS Widgets jedoch drin bleiben.

                                Danach kann man dann auch wieder eine ältere VIS Version installieren, welche sich dann im Nachgang auch auf 1.4.15 updaten läßt.

                                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

                                419
                                Online

                                31.8k
                                Users

                                79.9k
                                Topics

                                1.3m
                                Posts

                                3
                                55
                                2561
                                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