Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. ioBroker general
  4. Update System iobroker failed

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    506

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

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

Update System iobroker failed

Geplant Angeheftet Gesperrt Verschoben ioBroker general
update iobroker
164 Beiträge 7 Kommentatoren 24.0k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T Tiger

    @thomas-braun said in Update System iobroker failed:

    sudo -H -u iobroker npm install iobroker.js-controller

    Sorry I made step by step, and if I see some errors I prefer to wait

    here the result

    pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm ERR! code 32
    npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
    npm ERR! command failed
    npm ERR! command sh -c node iobroker.js setup first
    npm ERR! Successfully migrated 2282 objects to Redis Sets
    npm ERR! object _design/system updated
    npm ERR! host.raspberrypi install adapter backitup
    npm ERR! These apt-get packages were already installed: cifs-utils, nfs-common
    npm ERR! upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
    npm ERR! upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
    npm ERR! upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
    npm ERR! upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
    npm ERR! upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
    npm ERR! upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
    npm ERR! upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
    npm ERR! upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
    npm ERR! upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
    npm ERR! upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
    npm ERR! upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
    npm ERR! host.raspberrypi Invalid version of "admin". Installed "4.0.10", required ">=5.2.0"
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-08-15T15_27_12_327Z-debug-0.log
    
    

    log2022-08-15T15_27_12_327Z-debug-0.log

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #54

    @tiger

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

    if that fails:

    curl -sLf https://iobroker.net/install.sh | bash -
    

    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

    T HomoranH 3 Antworten Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @tiger

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

      if that fails:

      curl -sLf https://iobroker.net/install.sh | bash -
      
      T Offline
      T Offline
      Tiger
      schrieb am zuletzt editiert von
      #55

      @thomas-braun said in Update System iobroker failed:

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

      already in /opt/iobriker?

      HomoranH 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @tiger

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

        if that fails:

        curl -sLf https://iobroker.net/install.sh | bash -
        
        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #56

        @thomas-braun may there be another installation in an unappropriate directory?

        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 -

        1 Antwort Letzte Antwort
        0
        • T Tiger

          @thomas-braun said in Update System iobroker failed:

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

          already in /opt/iobriker?

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #57

          @tiger sagte in Update System iobroker failed:

          @thomas-braun said in Update System iobroker failed:

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

          already in /opt/iobriker?

          yes, but broker 😄

          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 -

          1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @tiger

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

            if that fails:

            curl -sLf https://iobroker.net/install.sh | bash -
            
            T Offline
            T Offline
            Tiger
            schrieb am zuletzt editiert von
            #58

            @thomas-braun

            first failed... and strange, as you said... seems not to be installed

            pi@raspberrypi:/opt/iobroker $ curl -fsL https://iobroker.net/fix.sh | bash -
            library: loaded
            Library version=2022-06-15
            ioBroker is not installed in /opt/iobroker! Cannot fix anything...
            

            Second is on the road... but tell me that password will be asked few time... don't remember that I'had a password .. hum hum

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • T Tiger

              @thomas-braun

              first failed... and strange, as you said... seems not to be installed

              pi@raspberrypi:/opt/iobroker $ curl -fsL https://iobroker.net/fix.sh | bash -
              library: loaded
              Library version=2022-06-15
              ioBroker is not installed in /opt/iobroker! Cannot fix anything...
              

              Second is on the road... but tell me that password will be asked few time... don't remember that I'had a password .. hum hum

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #59

              @tiger sagte in Update System iobroker failed:

              don't remember that I'had a password

              The password is for your linux user, more specific for the root (or root entiteled) user.

              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

              T 2 Antworten Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @tiger sagte in Update System iobroker failed:

                don't remember that I'had a password

                The password is for your linux user, more specific for the root (or root entiteled) user.

                T Offline
                T Offline
                Tiger
                schrieb am zuletzt editiert von
                #60

                @thomas-braun that what I said.. I don't remember I'd one...
                As the raspberry was only for iobroker

                Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                0
                • T Tiger

                  @thomas-braun that what I said.. I don't remember I'd one...
                  As the raspberry was only for iobroker

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #61

                  @tiger

                  The user 'pi' has a password.

                  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 Antwort Letzte Antwort
                  0
                  • T Tiger

                    @thomas-braun that what I said.. I don't remember I'd one...
                    As the raspberry was only for iobroker

                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von
                    #62

                    @tiger sagte in Update System iobroker failed:

                    As the raspberry was only for iobroker

                    security issue if you didn't change it raspberry

                    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 -

                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @tiger sagte in Update System iobroker failed:

                      don't remember that I'had a password

                      The password is for your linux user, more specific for the root (or root entiteled) user.

                      T Offline
                      T Offline
                      Tiger
                      schrieb am zuletzt editiert von
                      #63

                      @thomas-braun

                      pi@raspberrypi:/opt/iobroker $ curl -sLf https://iobroker.net/install.sh | bash -
                      library: loaded
                      Library version=2022-06-15
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installer!
                          Installer version: 2022-06-03
                          
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/4)
                      ==========================================================================
                      
                      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                      Hit:2 http://archive.raspberrypi.org/debian buster InRelease                                                  
                      Hit:3 https://deb.nodesource.com/node_16.x buster InRelease                                                   
                      Reading package lists... Done                                   
                      Changing npm registry to https://registry.npmjs.org
                      Installed gcc-c++
                      
                      ==========================================================================
                          Creating ioBroker user and directory (2/4)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Directory /opt/iobroker created
                      
                      ==========================================================================
                          Installing ioBroker (3/4)
                      ==========================================================================
                      
                      npm ERR! code 32
                      npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                      npm ERR! command failed
                      npm ERR! command sh -c node iobroker.js setup first
                      npm ERR! Successfully migrated 2308 objects to Redis Sets
                      npm ERR! object _design/system updated
                      npm ERR! host.raspberrypi install adapter backitup
                      npm ERR! These apt-get packages were already installed: cifs-utils, nfs-common
                      npm ERR! upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                      npm ERR! upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                      npm ERR! upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                      npm ERR! upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                      npm ERR! upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                      npm ERR! upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                      npm ERR! upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                      npm ERR! upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                      npm ERR! upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                      npm ERR! upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                      npm ERR! upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                      npm ERR! host.raspberrypi Invalid version of "admin". Installed "4.0.10", required ">=5.2.0"
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/pi/.npm/_logs/2022-08-15T15_38_44_496Z-debug-0.log
                      
                      ==========================================================================
                          Finalizing installation (4/4)
                      ==========================================================================
                      
                      Enabling autostart...
                      Autostart enabled!
                      Fixing directory permissions...
                      
                      ==========================================================================
                      
                          ioBroker was installed successfully
                          Open http://192.168.0.100 192.168.1.16:8081 in a browser and start configuring!
                      
                      ==========================================================================
                      
                      
                      You need to re-login before doing anything else on the console!
                      
                      

                      log 2022-08-15T15_38_44_496Z-debug-0.log

                      how to re-login?

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • T Tiger

                        @thomas-braun

                        pi@raspberrypi:/opt/iobroker $ curl -sLf https://iobroker.net/install.sh | bash -
                        library: loaded
                        Library version=2022-06-15
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installer!
                            Installer version: 2022-06-03
                            
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/4)
                        ==========================================================================
                        
                        Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        Hit:2 http://archive.raspberrypi.org/debian buster InRelease                                                  
                        Hit:3 https://deb.nodesource.com/node_16.x buster InRelease                                                   
                        Reading package lists... Done                                   
                        Changing npm registry to https://registry.npmjs.org
                        Installed gcc-c++
                        
                        ==========================================================================
                            Creating ioBroker user and directory (2/4)
                        ==========================================================================
                        
                        Created /etc/sudoers.d/iobroker
                        Directory /opt/iobroker created
                        
                        ==========================================================================
                            Installing ioBroker (3/4)
                        ==========================================================================
                        
                        npm ERR! code 32
                        npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                        npm ERR! command failed
                        npm ERR! command sh -c node iobroker.js setup first
                        npm ERR! Successfully migrated 2308 objects to Redis Sets
                        npm ERR! object _design/system updated
                        npm ERR! host.raspberrypi install adapter backitup
                        npm ERR! These apt-get packages were already installed: cifs-utils, nfs-common
                        npm ERR! upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                        npm ERR! upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                        npm ERR! upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                        npm ERR! upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                        npm ERR! upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                        npm ERR! upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                        npm ERR! upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                        npm ERR! upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                        npm ERR! upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                        npm ERR! upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                        npm ERR! upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                        npm ERR! host.raspberrypi Invalid version of "admin". Installed "4.0.10", required ">=5.2.0"
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/pi/.npm/_logs/2022-08-15T15_38_44_496Z-debug-0.log
                        
                        ==========================================================================
                            Finalizing installation (4/4)
                        ==========================================================================
                        
                        Enabling autostart...
                        Autostart enabled!
                        Fixing directory permissions...
                        
                        ==========================================================================
                        
                            ioBroker was installed successfully
                            Open http://192.168.0.100 192.168.1.16:8081 in a browser and start configuring!
                        
                        ==========================================================================
                        
                        
                        You need to re-login before doing anything else on the console!
                        
                        

                        log 2022-08-15T15_38_44_496Z-debug-0.log

                        how to re-login?

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #64

                        @tiger sagte in Update System iobroker failed:

                        Open http://192.168.0.100 192.168.1.16:8081 in a browser and start configuring!

                        two different Subnets for LAN and WLAN?

                        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 -

                        T 1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @tiger sagte in Update System iobroker failed:

                          Open http://192.168.0.100 192.168.1.16:8081 in a browser and start configuring!

                          two different Subnets for LAN and WLAN?

                          T Offline
                          T Offline
                          Tiger
                          schrieb am zuletzt editiert von Tiger
                          #65

                          @homoran

                          yes, both was connected, I tryed but

                          This site can’t be reached
                          localhost refused to connect.

                          HomoranH 1 Antwort Letzte Antwort
                          0
                          • T Tiger

                            @homoran

                            yes, both was connected, I tryed but

                            This site can’t be reached
                            localhost refused to connect.

                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von Homoran
                            #66

                            @tiger sagte in Update System iobroker failed:

                            ocalhost refused to connect.

                            try with IP

                            otherwise we have to proceed with the console

                            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 -

                            T 1 Antwort Letzte Antwort
                            0
                            • HomoranH Homoran

                              @tiger sagte in Update System iobroker failed:

                              ocalhost refused to connect.

                              try with IP

                              otherwise we have to proceed with the console

                              T Offline
                              T Offline
                              Tiger
                              schrieb am zuletzt editiert von
                              #67

                              @homoran

                              already tryied
                              same issue

                              This site can’t be reached
                              192.168.1.16 refused to connect.

                              HomoranH 1 Antwort Letzte Antwort
                              0
                              • HomoranH Nicht stören
                                HomoranH Nicht stören
                                Homoran
                                Global Moderator Administrators
                                schrieb am zuletzt editiert von
                                #68

                                @Thomas-Braun

                                npm ERR! code 32
                                npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                npm ERR! command failed
                                

                                Did you see?

                                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 -

                                1 Antwort Letzte Antwort
                                0
                                • T Tiger

                                  @homoran

                                  already tryied
                                  same issue

                                  This site can’t be reached
                                  192.168.1.16 refused to connect.

                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #69

                                  @tiger sagte in Update System iobroker failed:

                                  192.168.1.16 refused to connect.

                                  did you call ip:8081?

                                  if yes, does iobroker list instances work this time?

                                  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 -

                                  T 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @tiger sagte in Update System iobroker failed:

                                    192.168.1.16 refused to connect.

                                    did you call ip:8081?

                                    if yes, does iobroker list instances work this time?

                                    T Offline
                                    T Offline
                                    Tiger
                                    schrieb am zuletzt editiert von
                                    #70

                                    @homoran
                                    Of course I did...this is what I written : http://192.168.1.16:8081/

                                    but iobroker list instances has same result as before... (I tryied in directory /opt/iobroker and in the directory show here after)

                                    pi@raspberrypi:~ $ iobroker list instances
                                    node:internal/modules/cjs/loader:936
                                      throw err;
                                      ^
                                    
                                    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
                                        at Function.Module._load (node:internal/modules/cjs/loader:778:27)
                                        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                                        at node:internal/main/run_main_module:17:47 {
                                      code: 'MODULE_NOT_FOUND',
                                      requireStack: []
                                    }
                                    
                                    
                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • T Tiger

                                      @homoran
                                      Of course I did...this is what I written : http://192.168.1.16:8081/

                                      but iobroker list instances has same result as before... (I tryied in directory /opt/iobroker and in the directory show here after)

                                      pi@raspberrypi:~ $ iobroker list instances
                                      node:internal/modules/cjs/loader:936
                                        throw err;
                                        ^
                                      
                                      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
                                          at Function.Module._load (node:internal/modules/cjs/loader:778:27)
                                          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                                          at node:internal/main/run_main_module:17:47 {
                                        code: 'MODULE_NOT_FOUND',
                                        requireStack: []
                                      }
                                      
                                      
                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #71

                                      @tiger Sorry, I don't have any clue. we have to wait for @Thomas-Braun

                                      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 -

                                      T 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @tiger Sorry, I don't have any clue. we have to wait for @Thomas-Braun

                                        T Offline
                                        T Offline
                                        Tiger
                                        schrieb am zuletzt editiert von
                                        #72

                                        @homoran
                                        for information, I found in directory the backup of this morning ;) if it can help to restart from there...

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • T Tiger

                                          @homoran
                                          for information, I found in directory the backup of this morning ;) if it can help to restart from there...

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #73

                                          @tiger sagte in Update System iobroker failed:

                                          @homoran
                                          for information, I found in directory the backup of this morning ;) if it can help to restart from there...

                                          if you want listen to my advice from earlier this day:
                                          take a new SD card, install the latest RaspberryOS lite and iobroker by curl -sLf https://iobroker.net/install.sh | bash - and restore it there.
                                          and don"t vorget to save your history folder

                                          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 -

                                          T 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          841

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe