Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Iobroker startet nicht mehr

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    541

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.4k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Iobroker startet nicht mehr

Scheduled Pinned Locked Moved Error/Bug
24 Posts 3 Posters 2.1k 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.
  • S SR277

    @thomas-braun

    So habe es installiert.

    pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
    pi@raspberrypi:~ $ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
    armv7l
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    /usr/bin/npx
    v16.19.0
    v16.19.0
    8.19.3
    8.19.3
    4.0.23
    pi
    pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
    tty
    /home/pi
    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
    Reading package lists... Done
    nodejs:
      Installed: 16.19.0-deb-1nodesource1
      Candidate: 16.19.0-deb-1nodesource1
      Version table:
     *** 16.19.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
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    
    

    Fehler besteht aber weiterhin:

    pi@raspberrypi:~ $ iob start admin
     Objects database error: connect ECONNREFUSED 127.0.0.1:9001
    Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
    0 var di'it;
      ^^^
    
    SyntaxError: Unexpected token 'var'
        at Object.compileFunction (node:vm:360:18)
        at wrapSafe (node:internal/modules/cjs/loader:1094:15)
        at Module._compile (node:internal/modules/cjs/loader:1129:27)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
        at Module.load (node:internal/modules/cjs/loader:1043:32)
        at Function.Module._load (node:internal/modules/cjs/loader:878:12)
        at Module.require (node:internal/modules/cjs/loader:1067:19)
        at require (node:internal/modules/cjs/helpers:103:18)
        at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
        at Module._compile (node:internal/modules/cjs/loader:1165:14)
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #8

    @sr277

    cd /opt/iobroker 
    npm ls source-map
    

    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

    S 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @sr277

      cd /opt/iobroker 
      npm ls source-map
      
      S Offline
      S Offline
      SR277
      wrote on last edited by
      #9

      @thomas-braun

      pi@raspberrypi:~ $ cd /opt/iobroker
      pi@raspberrypi:/opt/iobroker $ npm ls source-map
      iobroker.inst@3.0.0 /opt/iobroker
      ├─┬ iobroker.alexa2@3.12.0
      │ └─┬ source-map-support@0.5.21
      │   └── source-map@0.6.1
      └─┬ iobroker.iot@1.11.5
        └─┬ jsdom@19.0.0
          └─┬ escodegen@2.0.0
            └── source-map@0.6.1 deduped
      
      
      Thomas BraunT 1 Reply Last reply
      0
      • S SR277

        @thomas-braun

        pi@raspberrypi:~ $ cd /opt/iobroker
        pi@raspberrypi:/opt/iobroker $ npm ls source-map
        iobroker.inst@3.0.0 /opt/iobroker
        ├─┬ iobroker.alexa2@3.12.0
        │ └─┬ source-map-support@0.5.21
        │   └── source-map@0.6.1
        └─┬ iobroker.iot@1.11.5
          └─┬ jsdom@19.0.0
            └─┬ escodegen@2.0.0
              └── source-map@0.6.1 deduped
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #10

        @sr277

        Lange das System nicht mehr abgestaubt...

        iob stop
        iob fix
        iob restart
        

        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

        S 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @sr277

          Lange das System nicht mehr abgestaubt...

          iob stop
          iob fix
          iob restart
          
          S Offline
          S Offline
          SR277
          wrote on last edited by
          #11

          @thomas-braun

          
          pi@raspberrypi:~ $ iob stop
          pi@raspberrypi:~ $ iob fix
          library: loaded
          Library version=2022-12-09
          
          ==========================================================================
          
              Welcome to the ioBroker installation fixer!
              Script version: 2022-12-22
          
              You might need to enter your password a couple of times.
          
          ==========================================================================
          
          
          ==========================================================================
              Installing prerequisites (1/4)
          ==========================================================================
          
          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
          Reading package lists... Done
          Installed gcc-c++
          
          ==========================================================================
              Checking ioBroker user and directory permissions (2/4)
          ==========================================================================
          
          Created /etc/sudoers.d/iobroker
          Fixing directory permissions...
          
          ==========================================================================
              Database maintenance (3/4)
          ==========================================================================
          
          Checking for uncompressed JSONL databases... This might take a while!
          
          Compressing /opt/iobroker/iobroker-data/states.jsonl
          Compressing /opt/iobroker/iobroker-data/objects.jsonl
          Compressed 2 JSONL files. Done
          
          ==========================================================================
              Checking autostart (4/4)
          ==========================================================================
          
          Enabling autostart...
          Autostart enabled!
          
          ==========================================================================
          
              Your installation was fixed successfully
              Run iobroker start to start ioBroker again!
          
          ==========================================================================
          
          pi@raspberrypi:~ $ iob restart
          
          
          Thomas BraunT 1 Reply Last reply
          0
          • S SR277

            @thomas-braun

            
            pi@raspberrypi:~ $ iob stop
            pi@raspberrypi:~ $ iob fix
            library: loaded
            Library version=2022-12-09
            
            ==========================================================================
            
                Welcome to the ioBroker installation fixer!
                Script version: 2022-12-22
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/4)
            ==========================================================================
            
            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
            Reading package lists... Done
            Installed gcc-c++
            
            ==========================================================================
                Checking ioBroker user and directory permissions (2/4)
            ==========================================================================
            
            Created /etc/sudoers.d/iobroker
            Fixing directory permissions...
            
            ==========================================================================
                Database maintenance (3/4)
            ==========================================================================
            
            Checking for uncompressed JSONL databases... This might take a while!
            
            Compressing /opt/iobroker/iobroker-data/states.jsonl
            Compressing /opt/iobroker/iobroker-data/objects.jsonl
            Compressed 2 JSONL files. Done
            
            ==========================================================================
                Checking autostart (4/4)
            ==========================================================================
            
            Enabling autostart...
            Autostart enabled!
            
            ==========================================================================
            
                Your installation was fixed successfully
                Run iobroker start to start ioBroker again!
            
            ==========================================================================
            
            pi@raspberrypi:~ $ iob restart
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #12

            @sr277

            iobroker status
            

            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

            S 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @sr277

              iobroker status
              
              S Offline
              S Offline
              SR277
              wrote on last edited by
              #13

              @thomas-braun

              pi@raspberrypi:~ $ iobroker status
               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
               Objects database error: read ECONNRESET
               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
              Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
              0 var di'it;
                ^^^
              
              SyntaxError: Unexpected token 'var'
                  at Object.compileFunction (node:vm:360:18)
                  at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                  at Module._compile (node:internal/modules/cjs/loader:1129:27)
                  at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                  at Module.load (node:internal/modules/cjs/loader:1043:32)
                  at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                  at Module.require (node:internal/modules/cjs/loader:1067:19)
                  at require (node:internal/modules/cjs/helpers:103:18)
                  at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                  at Module._compile (node:internal/modules/cjs/loader:1165:14)
              
              
              Thomas BraunT 1 Reply Last reply
              0
              • S SR277

                @thomas-braun

                pi@raspberrypi:~ $ iobroker status
                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                 Objects database error: read ECONNRESET
                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                 Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                0 var di'it;
                  ^^^
                
                SyntaxError: Unexpected token 'var'
                    at Object.compileFunction (node:vm:360:18)
                    at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                    at Module._compile (node:internal/modules/cjs/loader:1129:27)
                    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                    at Module.load (node:internal/modules/cjs/loader:1043:32)
                    at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                    at Module.require (node:internal/modules/cjs/loader:1067:19)
                    at require (node:internal/modules/cjs/helpers:103:18)
                    at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                    at Module._compile (node:internal/modules/cjs/loader:1165:14)
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #14

                @sr277

                Keine Ahnung.

                iob update
                

                funktioniert vermutlich 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

                S 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @sr277

                  Keine Ahnung.

                  iob update
                  

                  funktioniert vermutlich auch nicht?

                  S Offline
                  S Offline
                  SR277
                  wrote on last edited by
                  #15

                  @thomas-braun

                  Ne das gleiche. :(

                  pi@raspberrypi:~ $ iob update
                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                   Objects database error: read ECONNRESET
                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                   Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                  Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                  0 var di'it;
                    ^^^
                  
                  SyntaxError: Unexpected token 'var'
                      at Object.compileFunction (node:vm:360:18)
                      at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                      at Module._compile (node:internal/modules/cjs/loader:1129:27)
                      at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                      at Module.load (node:internal/modules/cjs/loader:1043:32)
                      at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                      at Module.require (node:internal/modules/cjs/loader:1067:19)
                      at require (node:internal/modules/cjs/helpers:103:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                      at Module._compile (node:internal/modules/cjs/loader:1165:14)
                  
                  
                  Thomas BraunT 1 Reply Last reply
                  0
                  • S SR277

                    @thomas-braun

                    Ne das gleiche. :(

                    pi@raspberrypi:~ $ iob update
                     Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                     Objects database error: read ECONNRESET
                     Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                     Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                     Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                     Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                    Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                    0 var di'it;
                      ^^^
                    
                    SyntaxError: Unexpected token 'var'
                        at Object.compileFunction (node:vm:360:18)
                        at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                        at Module._compile (node:internal/modules/cjs/loader:1129:27)
                        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                        at Module.load (node:internal/modules/cjs/loader:1043:32)
                        at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                        at Module.require (node:internal/modules/cjs/loader:1067:19)
                        at require (node:internal/modules/cjs/helpers:103:18)
                        at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                        at Module._compile (node:internal/modules/cjs/loader:1165:14)
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #16

                    @sr277

                    cd /opt/iobroker
                    sudo -H -u iobroker npm install iobroker.alexa2
                    sudo -H -u iobroker npm install iobroker.iot
                    

                    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

                    S 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @sr277

                      cd /opt/iobroker
                      sudo -H -u iobroker npm install iobroker.alexa2
                      sudo -H -u iobroker npm install iobroker.iot
                      
                      S Offline
                      S Offline
                      SR277
                      wrote on last edited by SR277
                      #17

                      @thomas-braun

                      
                      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.alexa2
                      npm WARN old lockfile
                      npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                      npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                      npm WARN old lockfile
                      npm WARN old lockfile This is a one-time fix-up, please be patient...
                      npm WARN old lockfile
                      
                      added 12 packages, removed 121 packages, and changed 31 packages in 1m
                      
                      137 packages are looking for funding
                        run `npm fund` for details
                      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.iot
                      
                      added 2 packages, removed 1 package, and changed 1 package in 13s
                      
                      138 packages are looking for funding
                        run `npm fund` for details
                      
                      

                      Blöde Frage: Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                      Thomas BraunT 1 Reply Last reply
                      0
                      • S SR277

                        @thomas-braun

                        
                        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.alexa2
                        npm WARN old lockfile
                        npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                        npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                        npm WARN old lockfile
                        npm WARN old lockfile This is a one-time fix-up, please be patient...
                        npm WARN old lockfile
                        
                        added 12 packages, removed 121 packages, and changed 31 packages in 1m
                        
                        137 packages are looking for funding
                          run `npm fund` for details
                        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.iot
                        
                        added 2 packages, removed 1 package, and changed 1 package in 13s
                        
                        138 packages are looking for funding
                          run `npm fund` for details
                        
                        

                        Blöde Frage: Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #18

                        @sr277

                        iob status
                        

                        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

                        S 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @sr277

                          iob status
                          
                          S Offline
                          S Offline
                          SR277
                          wrote on last edited by
                          #19

                          @thomas-braun

                          Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                          pi@raspberrypi:/opt/iobroker $ iob status
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           States database error: connect ECONNREFUSED 127.0.0.1:9000
                           redis get system.host.raspberrypi.alive, error - Connection is closed.
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                           redis get system.host.raspberrypi.plugins.sentry.enabled, error - Connection is closed.
                          Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                          0 var di'it;
                            ^^^
                          
                          SyntaxError: Unexpected token 'var'
                              at Object.compileFunction (node:vm:360:18)
                              at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                              at Module._compile (node:internal/modules/cjs/loader:1129:27)
                              at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                              at Module.load (node:internal/modules/cjs/loader:1043:32)
                              at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                              at Module.require (node:internal/modules/cjs/loader:1067:19)
                              at require (node:internal/modules/cjs/helpers:103:18)
                              at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                              at Module._compile (node:internal/modules/cjs/loader:1165:14)
                          
                          
                          HomoranH Thomas BraunT 2 Replies Last reply
                          0
                          • S SR277

                            @thomas-braun

                            Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                            pi@raspberrypi:/opt/iobroker $ iob status
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             States database error: connect ECONNREFUSED 127.0.0.1:9000
                             redis get system.host.raspberrypi.alive, error - Connection is closed.
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                             redis get system.host.raspberrypi.plugins.sentry.enabled, error - Connection is closed.
                            Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                            0 var di'it;
                              ^^^
                            
                            SyntaxError: Unexpected token 'var'
                                at Object.compileFunction (node:vm:360:18)
                                at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                at Module.load (node:internal/modules/cjs/loader:1043:32)
                                at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                at Module.require (node:internal/modules/cjs/loader:1067:19)
                                at require (node:internal/modules/cjs/helpers:103:18)
                                at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                at Module._compile (node:internal/modules/cjs/loader:1165:14)
                            
                            
                            HomoranH Do not disturb
                            HomoranH Do not disturb
                            Homoran
                            Global Moderator Administrators
                            wrote on last edited by
                            #20

                            @sr277 sagte in Iobroker startet nicht mehr:

                            Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                            warum?

                            da bist du richtig!

                            kein Support per PN! - Fragen im Forum stellen -
                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            1 Reply Last reply
                            0
                            • S SR277

                              @thomas-braun

                              Wie bekomme ich beim nächsten Befehl das "/opt/iobroker $" wieder weg?

                              pi@raspberrypi:/opt/iobroker $ iob status
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               States database error: connect ECONNREFUSED 127.0.0.1:9000
                               redis get system.host.raspberrypi.alive, error - Connection is closed.
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                               redis get system.host.raspberrypi.plugins.sentry.enabled, error - Connection is closed.
                              Uncaught Rejection: /opt/iobroker/node_modules/source-map/lib/base64-vlq.js:91
                              0 var di'it;
                                ^^^
                              
                              SyntaxError: Unexpected token 'var'
                                  at Object.compileFunction (node:vm:360:18)
                                  at wrapSafe (node:internal/modules/cjs/loader:1094:15)
                                  at Module._compile (node:internal/modules/cjs/loader:1129:27)
                                  at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
                                  at Module.load (node:internal/modules/cjs/loader:1043:32)
                                  at Function.Module._load (node:internal/modules/cjs/loader:878:12)
                                  at Module.require (node:internal/modules/cjs/loader:1067:19)
                                  at require (node:internal/modules/cjs/helpers:103:18)
                                  at Object.<anonymous> (/opt/iobroker/node_modules/source-map/lib/source-map-generator.js:8:17)
                                  at Module._compile (node:internal/modules/cjs/loader:1165:14)
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #21

                              @sr277

                              ls -lAh /opt/iobroker/iobroker-data/
                              

                              Im Prompt steht der Verzeichnispfad, in dem du dich gerade befindest. Vollkommen korrekt für den Moment.

                              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

                              S 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @sr277

                                ls -lAh /opt/iobroker/iobroker-data/
                                

                                Im Prompt steht der Verzeichnispfad, in dem du dich gerade befindest. Vollkommen korrekt für den Moment.

                                S Offline
                                S Offline
                                SR277
                                wrote on last edited by
                                #22

                                @thomas-braun

                                pi@raspberrypi:/opt/iobroker $ ls -lAh /opt/iobroker/iobroker-data/
                                total 53M
                                drwxrwxr-x+  2 iobroker iobroker 4.0K Feb 11  2022 backitup
                                drwxrwxr-x+  2 iobroker iobroker  12K Oct  1 20:53 backup-objects
                                drwxrwxr-x+ 70 iobroker iobroker 4.0K May 13  2022 files
                                -rw-rwxr--+  1 iobroker iobroker 5.0K Feb  8  2022 iobroker.json
                                drwxrwxr-x+  3 iobroker iobroker 4.0K Jan 26  2022 jarvis
                                -rw-rwxr--+  1 iobroker iobroker    3 Jan 15 17:19 notifications.json
                                -rw-rwxr--+  1 iobroker iobroker  14M Feb  8  2022 objects.json.bak.migrated
                                -rw-rw-r--+  1 iobroker iobroker  17M Jan 15 17:19 objects.jsonl
                                -rw-rwxr--+  1 iobroker iobroker  14M Feb  8  2022 objects.json.migrated
                                -rw-rwxr--+  1 iobroker iobroker 2.6M Feb  8  2022 states.json.bak.migrated
                                -rw-rw-r--+  1 iobroker iobroker 4.2M Jan 15 17:19 states.jsonl
                                -rw-rwxr--+  1 iobroker iobroker 2.6M Feb  8  2022 states.json.migrated
                                drwxrwxr-x+  2 iobroker iobroker 4.0K May  1  2022 telegram_0
                                drwxrwxr-x+  3 iobroker iobroker 4.0K Feb  8  2022 tmp
                                
                                
                                Thomas BraunT 1 Reply Last reply
                                0
                                • S SR277

                                  @thomas-braun

                                  pi@raspberrypi:/opt/iobroker $ ls -lAh /opt/iobroker/iobroker-data/
                                  total 53M
                                  drwxrwxr-x+  2 iobroker iobroker 4.0K Feb 11  2022 backitup
                                  drwxrwxr-x+  2 iobroker iobroker  12K Oct  1 20:53 backup-objects
                                  drwxrwxr-x+ 70 iobroker iobroker 4.0K May 13  2022 files
                                  -rw-rwxr--+  1 iobroker iobroker 5.0K Feb  8  2022 iobroker.json
                                  drwxrwxr-x+  3 iobroker iobroker 4.0K Jan 26  2022 jarvis
                                  -rw-rwxr--+  1 iobroker iobroker    3 Jan 15 17:19 notifications.json
                                  -rw-rwxr--+  1 iobroker iobroker  14M Feb  8  2022 objects.json.bak.migrated
                                  -rw-rw-r--+  1 iobroker iobroker  17M Jan 15 17:19 objects.jsonl
                                  -rw-rwxr--+  1 iobroker iobroker  14M Feb  8  2022 objects.json.migrated
                                  -rw-rwxr--+  1 iobroker iobroker 2.6M Feb  8  2022 states.json.bak.migrated
                                  -rw-rw-r--+  1 iobroker iobroker 4.2M Jan 15 17:19 states.jsonl
                                  -rw-rwxr--+  1 iobroker iobroker 2.6M Feb  8  2022 states.json.migrated
                                  drwxrwxr-x+  2 iobroker iobroker 4.0K May  1  2022 telegram_0
                                  drwxrwxr-x+  3 iobroker iobroker 4.0K Feb  8  2022 tmp
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #23

                                  @sr277 sagte in Iobroker startet nicht mehr:

                                  getfacl /opt/iobroker/iobroker-data/objects.jsonl
                                  

                                  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

                                  S 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @sr277 sagte in Iobroker startet nicht mehr:

                                    getfacl /opt/iobroker/iobroker-data/objects.jsonl
                                    
                                    S Offline
                                    S Offline
                                    SR277
                                    wrote on last edited by
                                    #24

                                    @thomas-braun

                                    pi@raspberrypi:/opt/iobroker $ getfacl /opt/iobroker/iobroker-data/objects.jsonl
                                    getfacl: Removing leading '/' from absolute path names
                                    # file: opt/iobroker/iobroker-data/objects.jsonl
                                    # owner: iobroker
                                    # group: iobroker
                                    user::rw-
                                    group::r-x                      #effective:r--
                                    group:iobroker:rwx              #effective:rw-
                                    mask::rw-
                                    other::r--
                                    
                                    
                                    
                                    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

                                    339

                                    Online

                                    32.7k

                                    Users

                                    82.5k

                                    Topics

                                    1.3m

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

                                    • Don't have an account? Register

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