Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Probleme mit admin nach restore

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    255

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Probleme mit admin nach restore

Probleme mit admin nach restore

Scheduled Pinned Locked Moved ioBroker Allgemein
55 Posts 3 Posters 5.3k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @jb_sullivan

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

    JB_SullivanJ Offline
    JB_SullivanJ Offline
    JB_Sullivan
    wrote on last edited by
    #44

    @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)

    ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

    Thomas BraunT 1 Reply Last reply
    0
    • JB_SullivanJ JB_Sullivan

      @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 BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #45

      @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.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @jb_sullivan

        iobroker add iobroker.vis@1.4.10 --debug
        
        JB_SullivanJ Offline
        JB_SullivanJ Offline
        JB_Sullivan
        wrote on last edited by
        #46

        @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:~$
        
        

        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

        Thomas BraunT 1 Reply Last reply
        0
        • JB_SullivanJ JB_Sullivan

          @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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #47

          @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
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          JB_SullivanJ 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @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_SullivanJ Offline
            JB_SullivanJ Offline
            JB_Sullivan
            wrote on last edited by
            #48

            @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
            
            

            ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

            Thomas BraunT 1 Reply Last reply
            0
            • JB_SullivanJ JB_Sullivan

              @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 BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #49

              @jb_sullivan

              Lösch das Verzeichnis mal.

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

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              JB_SullivanJ HomoranH 2 Replies Last reply
              0
              • Thomas BraunT Thomas Braun

                @jb_sullivan

                Lösch das Verzeichnis mal.

                sudo -u iobroker rm -rf /opt/iobroker/node_modules/iobroker.vis
                
                JB_SullivanJ Offline
                JB_SullivanJ Offline
                JB_Sullivan
                wrote on last edited by
                #50

                @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:~$
                
                

                ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                Thomas BraunT 1 Reply Last reply
                0
                • JB_SullivanJ JB_Sullivan

                  @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 BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #51

                  @jb_sullivan

                  Dann weiß ich es auch nicht.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @jb_sullivan

                    Lösch das Verzeichnis mal.

                    sudo -u iobroker rm -rf /opt/iobroker/node_modules/iobroker.vis
                    
                    HomoranH Offline
                    HomoranH Offline
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #52

                    @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.
                    

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    Thomas BraunT JB_SullivanJ 2 Replies Last reply
                    0
                    • HomoranH Homoran

                      @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 BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #53

                      @homoran sagte in Probleme mit admin nach restore:

                      hat er den clean abgeschossen durch das y?

                      Nein.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Reply Last reply
                      0
                      • HomoranH Homoran

                        @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.
                        
                        JB_SullivanJ Offline
                        JB_SullivanJ Offline
                        JB_Sullivan
                        wrote on last edited by
                        #54

                        @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?

                        ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                        1 Reply Last reply
                        0
                        • JB_SullivanJ Offline
                          JB_SullivanJ Offline
                          JB_Sullivan
                          wrote on last edited by
                          #55

                          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.

                          ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          Support us

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

                          124

                          Online

                          32.4k

                          Users

                          81.3k

                          Topics

                          1.3m

                          Posts
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          ioBroker Community 2014-2025
                          logo
                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Recent
                          • Tags
                          • Unread 0
                          • Categories
                          • Unreplied
                          • Popular
                          • GitHub
                          • Docu
                          • Hilfe