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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ioBroker extrem langsam

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

ioBroker extrem langsam

Scheduled Pinned Locked Moved ioBroker Allgemein
iobrokerlangsamkeine aktualisierung möglich
95 Posts 8 Posters 11.5k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @qwerty1896 sagte in ioBroker extrem langsam:

    Ich muss mich allerdings auch um die Installation kümmern - auf meinem Raspberry sehr fehleranfällig.

    Ja, um Updates usw. musst du dich kümmern. Stimmt.

    Q Offline
    Q Offline
    qwerty1896
    wrote on last edited by
    #21

    @thomas-braun

    Fehlerlog eCharts

    Cannot find required modules: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 93. This version of Node.js requires NODE_MODULE_VERSION 108. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`).
    

    Fehlerlog Telegram

    script.js.common.PV_Menue: Cannot find required modules: looks like it is not possible to generate charts on your Hardware/OS
    
    Thomas BraunT 1 Reply Last reply
    0
    • Q qwerty1896

      @thomas-braun

      Fehlerlog eCharts

      Cannot find required modules: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 93. This version of Node.js requires NODE_MODULE_VERSION 108. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`).
      

      Fehlerlog Telegram

      script.js.common.PV_Menue: Cannot find required modules: looks like it is not possible to generate charts on your Hardware/OS
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #22

      @qwerty1896

      echarts bzw. canvas sollte sich bei 'gesunder' Installation von 'alleine' einrenken. Das rebuild dauert aber ggf.

      Hier tut es das jedenfalls:

      echad@chet:/opt/iobroker $ npm ls canvas
      iobroker.inst@3.0.0 /opt/iobroker
      ├─┬ iobroker.echarts@1.5.4
      │ ├── canvas@2.11.2
      │ └─┬ jsdom@22.1.0
      │   └── canvas@2.11.2 deduped
      ├─┬ iobroker.mihome-vacuum@4.0.0
      │ └── canvas@2.11.2 deduped
      └─┬ iobroker.parcel@0.1.2
        └─┬ jsdom@21.1.2
          └── canvas@2.11.2 deduped
      

      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

      Q 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @qwerty1896

        echarts bzw. canvas sollte sich bei 'gesunder' Installation von 'alleine' einrenken. Das rebuild dauert aber ggf.

        Hier tut es das jedenfalls:

        echad@chet:/opt/iobroker $ npm ls canvas
        iobroker.inst@3.0.0 /opt/iobroker
        ├─┬ iobroker.echarts@1.5.4
        │ ├── canvas@2.11.2
        │ └─┬ jsdom@22.1.0
        │   └── canvas@2.11.2 deduped
        ├─┬ iobroker.mihome-vacuum@4.0.0
        │ └── canvas@2.11.2 deduped
        └─┬ iobroker.parcel@0.1.2
          └─┬ jsdom@21.1.2
            └── canvas@2.11.2 deduped
        
        Q Offline
        Q Offline
        qwerty1896
        wrote on last edited by qwerty1896
        #23

        @thomas-braun

        Sollte ich npm rebuild oder npm install testen?

        "Normale" Texte werden noch an Telegram versendet.

        Wie erzeugt man die Übersicht Deines letztes Beitrages ("Hier tut es das jedenfalls ...")?

        Thomas BraunT 2 Replies Last reply
        0
        • Q qwerty1896

          @thomas-braun

          Sollte ich npm rebuild oder npm install testen?

          "Normale" Texte werden noch an Telegram versendet.

          Wie erzeugt man die Übersicht Deines letztes Beitrages ("Hier tut es das jedenfalls ...")?

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

          @qwerty1896 sagte in ioBroker extrem langsam:

          Sollte ich npm rebuild oder npm install testen?

          Nein.

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

          1 Reply Last reply
          0
          • Q qwerty1896

            @thomas-braun

            Sollte ich npm rebuild oder npm install testen?

            "Normale" Texte werden noch an Telegram versendet.

            Wie erzeugt man die Übersicht Deines letztes Beitrages ("Hier tut es das jedenfalls ...")?

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

            @qwerty1896 sagte in ioBroker extrem langsam:

            Wie erzeugt man die Übersicht Deines letztes Beitrages ("Hier tut es das jedenfalls ...")?

            Die Befehlszeile hatte ich bewusst mitkopiert:

            echad@chet:/opt/iobroker $ npm ls canvas
            

            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

            Q 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @qwerty1896 sagte in ioBroker extrem langsam:

              Wie erzeugt man die Übersicht Deines letztes Beitrages ("Hier tut es das jedenfalls ...")?

              Die Befehlszeile hatte ich bewusst mitkopiert:

              echad@chet:/opt/iobroker $ npm ls canvas
              
              Q Offline
              Q Offline
              qwerty1896
              wrote on last edited by qwerty1896
              #26

              @thomas-braun said in ioBroker extrem langsam:

              /opt/iobroker $ npm ls canvas

              Deshalb habe ich gefragt. Das war das Resultat der Befehlszeile.

              pi@raspberrypi:~ $ /opt/iobroker $ npm ls canvas
              -bash: /opt/iobroker: Ist ein Verzeichnis
              
              Thomas BraunT 1 Reply Last reply
              0
              • Q qwerty1896

                @thomas-braun said in ioBroker extrem langsam:

                /opt/iobroker $ npm ls canvas

                Deshalb habe ich gefragt. Das war das Resultat der Befehlszeile.

                pi@raspberrypi:~ $ /opt/iobroker $ npm ls canvas
                -bash: /opt/iobroker: Ist ein Verzeichnis
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #27

                @qwerty1896

                Ja, und in das Verzeichnis musst du zuvor wechseln...

                cd /opt/iobroker && npm ls canvas
                

                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

                Q 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @qwerty1896

                  Ja, und in das Verzeichnis musst du zuvor wechseln...

                  cd /opt/iobroker && npm ls canvas
                  
                  Q Offline
                  Q Offline
                  qwerty1896
                  wrote on last edited by
                  #28

                  @thomas-braun said in ioBroker extrem langsam:

                  cd /opt/iobroker && npm ls canvas

                  
                  pi@raspberrypi:~ $ cd /opt/iobroker && npm ls canvas
                  iobroker.inst@3.0.0 /opt/iobroker
                  ├─┬ iobroker.echarts@1.5.1
                  │ ├── canvas@2.11.2
                  │ └─┬ jsdom@22.1.0
                  │   └── canvas@2.11.2 deduped
                  └─┬ iobroker.energiefluss@3.5.0 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss.git#f5839fb65d074f80b2eb958a890bc7f443675538)
                    └── canvas@2.11.2 deduped
                  
                  
                  Q 1 Reply Last reply
                  0
                  • Q qwerty1896

                    @thomas-braun said in ioBroker extrem langsam:

                    cd /opt/iobroker && npm ls canvas

                    
                    pi@raspberrypi:~ $ cd /opt/iobroker && npm ls canvas
                    iobroker.inst@3.0.0 /opt/iobroker
                    ├─┬ iobroker.echarts@1.5.1
                    │ ├── canvas@2.11.2
                    │ └─┬ jsdom@22.1.0
                    │   └── canvas@2.11.2 deduped
                    └─┬ iobroker.energiefluss@3.5.0 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss.git#f5839fb65d074f80b2eb958a890bc7f443675538)
                      └── canvas@2.11.2 deduped
                    
                    
                    Q Offline
                    Q Offline
                    qwerty1896
                    wrote on last edited by qwerty1896
                    #29

                    @qwerty1896

                    Mal sehen, ich werde mal einen Beitrag erstellen, ob Fehler zwischen eCharts und telegram bekannt sind.

                    Auf jeden Fall werden gerade Adapter zur Aktualisierung angeboten. Vielleicht helfen die ja weiter...

                    Edit:

                    Adapter    "javascript"   : 7.1.4    , installed 7.0.3  [Updatable]
                    Controller "js-controller": 5.0.12   , installed 4.0.24 [Updatable]
                    Adapter    "opendtu"      : 0.1.7    , installed 0.1.7
                    Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                    Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                    Adapter    "socketio"     : 6.5.5    , installed 6.5.3  [Updatable]
                    Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                    Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                    Adapter    "vis"          : 1.4.16   , installed 1.4.16
                    Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                    Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                    Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                    Adapter    "web"          : 6.1.2    , installed 6.1.1  [Updatable]
                    Adapter    "ws"           : 2.5.5    , installed 2.5.4  [Updatable]
                    
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • Q qwerty1896

                      @qwerty1896

                      Mal sehen, ich werde mal einen Beitrag erstellen, ob Fehler zwischen eCharts und telegram bekannt sind.

                      Auf jeden Fall werden gerade Adapter zur Aktualisierung angeboten. Vielleicht helfen die ja weiter...

                      Edit:

                      Adapter    "javascript"   : 7.1.4    , installed 7.0.3  [Updatable]
                      Controller "js-controller": 5.0.12   , installed 4.0.24 [Updatable]
                      Adapter    "opendtu"      : 0.1.7    , installed 0.1.7
                      Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                      Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "socketio"     : 6.5.5    , installed 6.5.3  [Updatable]
                      Adapter    "sonoff"       : 2.5.3    , installed 2.5.3
                      Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                      Adapter    "vis"          : 1.4.16   , installed 1.4.16
                      Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                      Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                      Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                      Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "web"          : 6.1.2    , installed 6.1.1  [Updatable]
                      Adapter    "ws"           : 2.5.5    , installed 2.5.4  [Updatable]
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #30

                      @qwerty1896

                      Bring den ganzen Sums halt auf Stand. Macht man eh immer.
                      Wenn es nach dem Neustart der Kiste dann immer noch klemmt:

                      cd /opt/iobroker/node_modules/canvas && sudo -u iobroker npm rebuild
                      

                      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
                      1
                      • Thomas BraunT Thomas Braun

                        @qwerty1896

                        Bring den ganzen Sums halt auf Stand. Macht man eh immer.
                        Wenn es nach dem Neustart der Kiste dann immer noch klemmt:

                        cd /opt/iobroker/node_modules/canvas && sudo -u iobroker npm rebuild
                        
                        S Offline
                        S Offline
                        Spidermike
                        wrote on last edited by
                        #31

                        @thomas-braun

                        kannst Du mir auch mal helfen ?

                        mein iobroker läuft auch sehr langsam.

                        HomoranH 1 Reply Last reply
                        0
                        • S Spidermike

                          @thomas-braun

                          kannst Du mir auch mal helfen ?

                          mein iobroker läuft auch sehr langsam.

                          HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by
                          #32

                          @spidermike sagte in ioBroker extrem langsam:

                          kannst Du mir auch mal helfen ?

                          und wie?
                          https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                          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 -

                          S 1 Reply Last reply
                          0
                          • HomoranH Homoran

                            @spidermike sagte in ioBroker extrem langsam:

                            kannst Du mir auch mal helfen ?

                            und wie?
                            https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                            S Offline
                            S Offline
                            Spidermike
                            wrote on last edited by Homoran
                            #33

                            @homoran sagte in ioBroker extrem langsam:

                            @spidermike sagte in ioBroker extrem langsam:

                            kannst Du mir auch mal helfen ?

                            und wie?
                            https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                            Sorry war ich noch nicht so weit
                            hoffe es ist besser so und du kannst damit was anfangen?

                            ======================= SUMMARY =======================
                                                    v.2023-10-10
                            
                            
                               Static hostname: raspberrypi4-iobroker
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 5.15.61-v7l+
                                  Architecture: arm
                            
                            Installation:           native
                            Kernel:                 armv7l
                            Userland:               armhf
                            Timezone:               Europe/Berlin (CEST, +0200)
                            User-ID:                1000
                            X-Server:               false
                            Boot Target:            graphical.target
                            
                            Pending OS-Updates:     150
                            Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            Pending iob updates:    0
                            
                            Nodejs-Installation:    /usr/bin/nodejs         v20.7.0
                                                    /usr/bin/node           v20.7.0
                                                    /usr/bin/npm            10.1.0
                                                    /usr/bin/npx            10.1.0
                                                    /usr/bin/corepack       0.19.0
                            
                            Recommended versions are nodejs  Cannot determine Set feature status: Connection is closed.
                             Connection is closed. and npm
                            Your nodejs installation is correct
                            
                            MEMORY:
                                           total        used        free      shared  buff/cache   available
                            Mem:            7.9G        1.9G        4.6G        0.0K        1.4G        5.8G
                            Swap:            99M          0B         99M
                            Total:          8.0G        1.9G        4.7G
                            
                            Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            Active iob-Instances:   0
                            No connection to databases possible ...
                            
                            ioBroker Core:          js-controller           5.0.12
                                                    admin                   6.10.1
                            
                            Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            ioBroker Status:         Cannot determine Set feature status: Connection is closed.
                             Connection is closed.
                            
                            Status admin and web instance:
                            Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            
                            Objects:                3
                            States:                 1
                            
                            Size of iob-Database:
                            
                            18M     /opt/iobroker/iobroker-data/objects.jsonl
                            11M     /opt/iobroker/iobroker-data/objects.json.broken
                            5.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                            5.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                            33M     /opt/iobroker/iobroker-data/states.jsonl
                            3.0M    /opt/iobroker/iobroker-data/states.json.migrated
                            3.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                            0       /opt/iobroker/iobroker-data/states.json.broken
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            

                            === Mark text until here for copying ===
                            pi@raspberrypi4-iobroker:~ $ ======= Start marking the full check here =========
                            -bash: =======: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            vpi@raspberrypi4-iobroker:~ $

                            > Skript v.2023-10-10
                            >
                            > *** BASE SYSTEM ***
                            >    Static hostname: raspberrypi4-iobroker
                            >          Icon name: computer
                            >   Operating System: Raspbian GNU/Linux 11 (bullseye)
                            >             Kernel: Linux 5.15.61-v7l+
                            >       Architecture: arm
                            >
                            /> Model           : Raspberry Pi 4 Model B Rev 1.4
                            > Docker          : false
                            > Virtualization  : none
                            > Kernel          : armv7l
                            > Userland        : armhf
                            >
                            j> Systemuptime and Load:
                            >  14:57:05 up  3:21,  1 user,  load average: 3.31, 3.28, 3.17
                            > CPU threads: 4
                            >
                            l>
                            e> *** RASPBERRY THROTTLING ***
                            > Current issues:
                            > No throttling issues detected.
                            >
                            > Previously detected issues:
                            > No throttling issues detected.
                            >
                            s> *** Time and Time Zones ***
                            >                Local time: Sun 2023-10-15 14:57:05 CEST
                            >            Universal time: Sun 2023-10-15 12:57:05 UTC
                            >                  RTC time: n/a
                            >                 Time zone: Europe/Berlin (CEST, +0200)
                            > System clock synchronized: yes
                            >               NTP service: active
                            >           RTC in local TZ: no
                            >
                            > *** User and Groups ***
                            > pi
                            2> /home/pi
                            > pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                            >
                            *> *** X-Server-Setup ***
                            > X-Server:       false
                            > Desktop:
                            > Terminal:       tty
                            > Boot Target:    graphical.target
                            >
                             > *** MEMORY ***
                            >                total        used        free      shared  buff/cache   available
                            > Mem:            7.9G        1.8G        4.7G        0.0K        1.4G        5.9G
                            > Swap:            99M          0B         99M
                            > Total:          8.0G        1.8G        4.8G
                            >
                            1>          7897 M total memory
                            >          1848 M used memory
                            >           360 M active memory
                            >          2747 M inactive memory
                            >          4650 M free memory
                            >            96 M buffer memory
                            >          1302 M swap cache
                            >            99 M total swap
                            >             0 M used swap
                            >            99 M free swap
                            >
                            > Raspberry only:
                            > oom events: 0
                            > lifetime oom required: 0 Mbytes
                            > total time in oom handler: 0 ms
                            > max time spent in oom handler: 0 ms
                            >
                            > *** FAILED SERVICES ***
                            >
                             >   UNIT LOAD ACTIVE SUB DESCRIPTION
                            > 0 loaded units listed.
                            >
                            m> *** FILESYSTEM ***
                            > Filesystem     Type      Size  Used Avail Use% Mounted on
                            > /dev/root      ext4      118G   23G   90G  21% /
                            > devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                            > tmpfs          tmpfs     3.9G   16K  3.9G   1% /dev/shm
                            > tmpfs          tmpfs     1.6G  896K  1.6G   1% /run
                            > tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            > /dev/sdb1      exfat      29G  3.0G   26G  11% /mnt/usb0
                            > /dev/sda1      vfat      253M   50M  203M  20% /boot
                            > tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                            >
                            > Messages concerning ext4 filesystem in dmesg:
                            > [Sun Oct 15 11:35:23 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:FD:BB:CC vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 console=ttyS0,115200 root=PARTUUID=1045efe5-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                            > [Sun Oct 15 11:35:26 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                            > [Sun Oct 15 11:35:26 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                            > [Sun Oct 15 11:35:30 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
                            >
                            > Show mounted filesystems \(real ones only\):
                            > TARGET      SOURCE    FSTYPE OPTIONS
                            > /           /dev/sda2 ext4   rw,noatime
                            > |-/mnt/usb0 /dev/sdb1 exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                            > `-/boot     /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                            -bash: Skript: Kommando nicht gefunden.
                            iobroker [command]
                            
                            Commands:
                              iobroker setup                                               Setup ioBroker
                              iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                              iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                              iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                              iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                              iobroker info                                                Shows the host info
                              iobroker logs [<adapter>]                                    Monitor log
                              iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                              iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                              iobroker rebuild [<module>]                                  Rebuild all native modules or path
                              iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                              iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                              iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                              iobroker update [<repositoryUrl>]                            Update repository and list adapters
                              iobroker upgrade                                             Upgrade management
                              iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                              iobroker object                                              Object management  [aliases: o]
                              iobroker state                                               State management  [aliases: s]
                              iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                              iobroker list <type> [<filter>]                              List all entries, like objects
                              iobroker chmod <mode> <file>                                 Change file rights
                              iobroker chown <user> <group> <file>                         Change file ownership
                              iobroker touch <file>                                        Touch file
                              iobroker rm <file>                                           Remove file
                              iobroker file                                                File management
                              iobroker user                                                User commands
                              iobroker group                                               group management
                              iobroker host <hostname>                                     Set host to given hostname
                              iobroker set <adapter>.<instance>                            Change settings of adapter config
                              iobroker license <license.file or license.text>              Update license by given file
                              iobroker cert                                                Certificate management
                              iobroker clean <yes>                                         Clears all objects and states
                              iobroker backup                                              Create backup
                              iobroker restore <backup name or path>                       Restore a specified backup
                              iobroker validate <backup name or path>                      Validate a specified backup
                              iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                              iobroker repo [<name>]                                       Show repo information
                              iobroker uuid                                                Show uuid of the installation  [aliases: id]
                              iobroker unsetup                                             Reset license, installation secret and language
                              iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                              iobroker multihost                                           Multihost management
                              iobroker compact                                             compact group management
                              iobroker plugin                                              Plugin management
                              iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                              iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                            
                            Options:
                              --help  Show help  [boolean]
                            -bash: Static: Kommando nicht gefunden.
                            -bash: Icon: Kommando nicht gefunden.
                            -bash: command substitution: Zeile 7: Syntaxfehler beim unerwarteten Symbol »(«
                            -bash: command substitution: Zeile 7: `  Operating System: Raspbian GNU/Linux 11 (bullseye)'
                            -bash: -/boot: Datei oder Verzeichnis nicht gefunden
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ Files in neuralgic directories:
                            -bash: Files: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ /var:
                            -bash: /var:: Datei oder Verzeichnis nicht gefunden
                            pi@raspberrypi4-iobroker:~ $ 4.7G    /var/
                            -bash: 4.7G: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 4.1G    /var/log
                            -bash: 4.1G: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 3.9G    /var/log/journal/ceda8666c83a44189d7d8b22875c3095
                            -bash: 3.9G: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 3.9G    /var/log/journal
                            -bash: 3.9G: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 485M    /var/lib
                            -bash: 485M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ Archived and active journals take up 3.8G in the file system.
                            -bash: Archived: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ /opt/iobroker/backups:
                            -bash: /opt/iobroker/backups:: Datei oder Verzeichnis nicht gefunden
                            pi@raspberrypi4-iobroker:~ $ 6.2G    /opt/iobroker/backups/
                            -bash: 6.2G: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ /opt/iobroker/iobroker-data:
                            -bash: /opt/iobroker/iobroker-data:: Datei oder Verzeichnis nicht gefunden
                            pi@raspberrypi4-iobroker:~ $ 881M    /opt/iobroker/iobroker-data/
                            -bash: 881M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 404M    /opt/iobroker/iobroker-data/history
                            -bash: 404M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 324M    /opt/iobroker/iobroker-data/files
                            -bash: 324M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 84M     /opt/iobroker/iobroker-data/backup-objects
                            -bash: 84M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 52M     /opt/iobroker/iobroker-data/files/javascript.admin
                            -bash: 52M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ The five largest files in iobroker-data are:
                            -bash: The: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                            -bash: 35M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 25M     /opt/iobroker/iobroker-data/states.jsonl
                            -bash: 25M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                            -bash: 21M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                            -bash: 19M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ 18M     /opt/iobroker/iobroker-data/objects.jsonl
                            -bash: 18M: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ USB-Devices by-id:
                            -bash: USB-Devices: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                            -bash: USB-Sticks: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ find: '/dev/serial/by-id/': No such file or directory
                            -bash: find:: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ *** NodeJS-Installation ***
                            iobroker [command]
                            
                            Commands:
                              iobroker setup                                               Setup ioBroker
                              iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                              iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                              iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                              iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                              iobroker info                                                Shows the host info
                              iobroker logs [<adapter>]                                    Monitor log
                              iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                              iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                              iobroker rebuild [<module>]                                  Rebuild all native modules or path
                              iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                              iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                              iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                              iobroker update [<repositoryUrl>]                            Update repository and list adapters
                              iobroker upgrade                                             Upgrade management
                              iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                              iobroker object                                              Object management  [aliases: o]
                              iobroker state                                               State management  [aliases: s]
                              iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                              iobroker list <type> [<filter>]                              List all entries, like objects
                              iobroker chmod <mode> <file>                                 Change file rights
                              iobroker chown <user> <group> <file>                         Change file ownership
                              iobroker touch <file>                                        Touch file
                              iobroker rm <file>                                           Remove file
                              iobroker file                                                File management
                              iobroker user                                                User commands
                              iobroker group                                               group management
                              iobroker host <hostname>                                     Set host to given hostname
                              iobroker set <adapter>.<instance>                            Change settings of adapter config
                              iobroker license <license.file or license.text>              Update license by given file
                              iobroker cert                                                Certificate management
                              iobroker clean <yes>                                         Clears all objects and states
                              iobroker backup                                              Create backup
                              iobroker restore <backup name or path>                       Restore a specified backup
                              iobroker validate <backup name or path>                      Validate a specified backup
                              iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                              iobroker repo [<name>]                                       Show repo information
                              iobroker uuid                                                Show uuid of the installation  [aliases: id]
                              iobroker unsetup                                             Reset license, installation secret and language
                              iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                              iobroker multihost                                           Multihost management
                              iobroker compact                                             compact group management
                              iobroker plugin                                              Plugin management
                              iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                              iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                            
                            Options:
                              --help  Show help  [boolean]
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ /usr/bin/nodejs         v20.7.0
                            node:internal/modules/cjs/loader:1051
                              throw err;
                              ^
                            
                            Error: Cannot find module '/home/pi/v20.7.0'
                                at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
                                at Module._load (node:internal/modules/cjs/loader:901:27)
                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
                                at node:internal/main/run_main_module:23:47 {
                              code: 'MODULE_NOT_FOUND',
                              requireStack: []
                            }
                            
                            Node.js v20.7.0
                            pi@raspberrypi4-iobroker:~ $ /usr/bin/node           v20.7.0
                            node:internal/modules/cjs/loader:1051
                              throw err;
                              ^
                            
                            Error: Cannot find module '/home/pi/v20.7.0'
                                at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
                                at Module._load (node:internal/modules/cjs/loader:901:27)
                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
                                at node:internal/main/run_main_module:23:47 {
                              code: 'MODULE_NOT_FOUND',
                              requireStack: []
                            }
                            
                            Node.js v20.7.0
                            pi@raspberrypi4-iobroker:~ $ /usr/bin/npm            10.1.0
                            Unknown command: "10.1.0"
                            
                            To see a list of supported npm commands, run:
                              npm help
                            pi@raspberrypi4-iobroker:~ $ /usr/bin/npx            10.1.0
                            npm notice
                            npm notice New minor version of npm available! 10.1.0 -> 10.2.0
                            npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.2.0
                            npm notice Run npm install -g npm@10.2.0 to update!
                            npm notice
                            npm ERR! code E404
                            npm ERR! 404 Not Found - GET https://registry.npmjs.org/10.1.0 - Not found
                            npm ERR! 404
                            npm ERR! 404  '10.1.0@*' is not in this registry.
                            npm ERR! 404
                            npm ERR! 404 Note that you can also install from a
                            npm ERR! 404 tarball, folder, http url, or git url.
                            
                            npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-15T13_03_33_846Z-debug-0.log
                            pi@raspberrypi4-iobroker:~ $ /usr/bin/corepack       0.19.0
                            Unknown Syntax Error: Command not found; did you mean one of:
                            
                              0. corepack -h
                              1. corepack -v
                              2. corepack enable [--install-directory #0] ...
                              3. corepack disable [--install-directory #0] ...
                              4. corepack hydrate [--activate] <fileName>
                              5. corepack prepare [--activate] [--all] [--json] [-o,--output] ...
                            
                            While running 0.19.0
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ nodejs:
                            -bash: nodejs:: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $   Installed: 20.7.0-1nodesource1
                            -bash: Installed:: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $   Candidate: 20.8.1-1nodesource1
                            -bash: Candidate:: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $   Version table:
                            -bash: Version: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.8.1-1nodesource1 500
                            -bash: 20.8.1-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.8.0-1nodesource1 500
                            -bash: 20.8.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $  *** 20.7.0-1nodesource1 500
                            iobroker [command]
                            
                            Commands:
                              iobroker setup                                               Setup ioBroker
                              iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                              iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                              iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                              iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                              iobroker info                                                Shows the host info
                              iobroker logs [<adapter>]                                    Monitor log
                              iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                              iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                              iobroker rebuild [<module>]                                  Rebuild all native modules or path
                              iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                              iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                              iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                              iobroker update [<repositoryUrl>]                            Update repository and list adapters
                              iobroker upgrade                                             Upgrade management
                              iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                              iobroker object                                              Object management  [aliases: o]
                              iobroker state                                               State management  [aliases: s]
                              iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                              iobroker list <type> [<filter>]                              List all entries, like objects
                              iobroker chmod <mode> <file>                                 Change file rights
                              iobroker chown <user> <group> <file>                         Change file ownership
                              iobroker touch <file>                                        Touch file
                              iobroker rm <file>                                           Remove file
                              iobroker file                                                File management
                              iobroker user                                                User commands
                              iobroker group                                               group management
                              iobroker host <hostname>                                     Set host to given hostname
                              iobroker set <adapter>.<instance>                            Change settings of adapter config
                              iobroker license <license.file or license.text>              Update license by given file
                              iobroker cert                                                Certificate management
                              iobroker clean <yes>                                         Clears all objects and states
                              iobroker backup                                              Create backup
                              iobroker restore <backup name or path>                       Restore a specified backup
                              iobroker validate <backup name or path>                      Validate a specified backup
                              iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                              iobroker repo [<name>]                                       Show repo information
                              iobroker uuid                                                Show uuid of the installation  [aliases: id]
                              iobroker unsetup                                             Reset license, installation secret and language
                              iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                              iobroker multihost                                           Multihost management
                              iobroker compact                                             compact group management
                              iobroker plugin                                              Plugin management
                              iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                              iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                            
                            Options:
                              --help  Show help  [boolean]
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         100 /var/lib/dpkg/status
                            -bash: 100: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.6.1-1nodesource1 500
                            -bash: 20.6.1-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.6.0-1nodesource1 500
                            -bash: 20.6.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.5.1-1nodesource1 500
                            -bash: 20.5.1-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.5.0-1nodesource1 500
                            -bash: 20.5.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.4.0-1nodesource1 500
                            -bash: 20.4.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.3.1-1nodesource1 500
                            -bash: 20.3.1-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.3.0-1nodesource1 500
                            -bash: 20.3.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.2.0-1nodesource1 500
                            -bash: 20.2.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.1.0-1nodesource1 500
                            -bash: 20.1.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      20.0.0-1nodesource1 500
                            -bash: 20.0.0-1nodesource1: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $      12.22.12~dfsg-1~deb11u4 500
                            -bash: 12.22.12~dfsg-1~deb11u4: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $         500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                            -bash: 500: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            pi@raspberrypi4-iobroker:~ $ Temp directories causing npm8 problem: 0
                            -bash: Temp: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $ No problems detected
                            -bash: No: Kommando nicht gefunden.
                            pi@raspberrypi4-iobroker:~ $
                            
                            ======================= SUMMARY =======================
                                                    v.2023-10-10
                            
                            
                               Static hostname: raspberrypi4-iobroker
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 5.15.61-v7l+
                                  Architecture: arm
                            
                            Installation:           native
                            Kernel:                 armv7l
                            Userland:               armhf
                            Timezone:               Europe/Berlin (CEST, +0200)
                            User-ID:                1000
                            X-Server:               false
                            Boot Target:            graphical.target
                            
                            Pending OS-Updates:     150
                            Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            Pending iob updates:    0
                            
                            Nodejs-Installation:    /usr/bin/nodejs         v20.7.0
                                                    /usr/bin/node           v20.7.0
                                                    /usr/bin/npm            10.1.0
                                                    /usr/bin/npx            10.1.0
                                                    /usr/bin/corepack       0.19.0
                            
                            Recommended versions are nodejs  Cannot determine Set feature status: Connection is closed.
                             Connection is closed. and npm
                            Your nodejs installation is correct
                            
                            MEMORY:
                                           total        used        free      shared  buff/cache   available
                            Mem:            7.9G        1.9G        4.6G        0.0K        1.4G        5.8G
                            Swap:            99M          0B         99M
                            Total:          8.0G        1.9G        4.7G
                            
                            Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            Active iob-Instances:   0
                            No connection to databases possible ...
                            
                            
                            
                            Thomas BraunT HomoranH 2 Replies Last reply
                            0
                            • S Spidermike

                              @homoran sagte in ioBroker extrem langsam:

                              @spidermike sagte in ioBroker extrem langsam:

                              kannst Du mir auch mal helfen ?

                              und wie?
                              https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                              Sorry war ich noch nicht so weit
                              hoffe es ist besser so und du kannst damit was anfangen?

                              ======================= SUMMARY =======================
                                                      v.2023-10-10
                              
                              
                                 Static hostname: raspberrypi4-iobroker
                                       Icon name: computer
                                Operating System: Raspbian GNU/Linux 11 (bullseye)
                                          Kernel: Linux 5.15.61-v7l+
                                    Architecture: arm
                              
                              Installation:           native
                              Kernel:                 armv7l
                              Userland:               armhf
                              Timezone:               Europe/Berlin (CEST, +0200)
                              User-ID:                1000
                              X-Server:               false
                              Boot Target:            graphical.target
                              
                              Pending OS-Updates:     150
                              Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                              Pending iob updates:    0
                              
                              Nodejs-Installation:    /usr/bin/nodejs         v20.7.0
                                                      /usr/bin/node           v20.7.0
                                                      /usr/bin/npm            10.1.0
                                                      /usr/bin/npx            10.1.0
                                                      /usr/bin/corepack       0.19.0
                              
                              Recommended versions are nodejs  Cannot determine Set feature status: Connection is closed.
                               Connection is closed. and npm
                              Your nodejs installation is correct
                              
                              MEMORY:
                                             total        used        free      shared  buff/cache   available
                              Mem:            7.9G        1.9G        4.6G        0.0K        1.4G        5.8G
                              Swap:            99M          0B         99M
                              Total:          8.0G        1.9G        4.7G
                              
                              Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                              Active iob-Instances:   0
                              No connection to databases possible ...
                              
                              ioBroker Core:          js-controller           5.0.12
                                                      admin                   6.10.1
                              
                              Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                              ioBroker Status:         Cannot determine Set feature status: Connection is closed.
                               Connection is closed.
                              
                              Status admin and web instance:
                              Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                              
                              Objects:                3
                              States:                 1
                              
                              Size of iob-Database:
                              
                              18M     /opt/iobroker/iobroker-data/objects.jsonl
                              11M     /opt/iobroker/iobroker-data/objects.json.broken
                              5.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                              5.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                              33M     /opt/iobroker/iobroker-data/states.jsonl
                              3.0M    /opt/iobroker/iobroker-data/states.json.migrated
                              3.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                              0       /opt/iobroker/iobroker-data/states.json.broken
                              
                              
                              
                              =================== END OF SUMMARY ====================
                              

                              === Mark text until here for copying ===
                              pi@raspberrypi4-iobroker:~ $ ======= Start marking the full check here =========
                              -bash: =======: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              vpi@raspberrypi4-iobroker:~ $

                              > Skript v.2023-10-10
                              >
                              > *** BASE SYSTEM ***
                              >    Static hostname: raspberrypi4-iobroker
                              >          Icon name: computer
                              >   Operating System: Raspbian GNU/Linux 11 (bullseye)
                              >             Kernel: Linux 5.15.61-v7l+
                              >       Architecture: arm
                              >
                              /> Model           : Raspberry Pi 4 Model B Rev 1.4
                              > Docker          : false
                              > Virtualization  : none
                              > Kernel          : armv7l
                              > Userland        : armhf
                              >
                              j> Systemuptime and Load:
                              >  14:57:05 up  3:21,  1 user,  load average: 3.31, 3.28, 3.17
                              > CPU threads: 4
                              >
                              l>
                              e> *** RASPBERRY THROTTLING ***
                              > Current issues:
                              > No throttling issues detected.
                              >
                              > Previously detected issues:
                              > No throttling issues detected.
                              >
                              s> *** Time and Time Zones ***
                              >                Local time: Sun 2023-10-15 14:57:05 CEST
                              >            Universal time: Sun 2023-10-15 12:57:05 UTC
                              >                  RTC time: n/a
                              >                 Time zone: Europe/Berlin (CEST, +0200)
                              > System clock synchronized: yes
                              >               NTP service: active
                              >           RTC in local TZ: no
                              >
                              > *** User and Groups ***
                              > pi
                              2> /home/pi
                              > pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                              >
                              *> *** X-Server-Setup ***
                              > X-Server:       false
                              > Desktop:
                              > Terminal:       tty
                              > Boot Target:    graphical.target
                              >
                               > *** MEMORY ***
                              >                total        used        free      shared  buff/cache   available
                              > Mem:            7.9G        1.8G        4.7G        0.0K        1.4G        5.9G
                              > Swap:            99M          0B         99M
                              > Total:          8.0G        1.8G        4.8G
                              >
                              1>          7897 M total memory
                              >          1848 M used memory
                              >           360 M active memory
                              >          2747 M inactive memory
                              >          4650 M free memory
                              >            96 M buffer memory
                              >          1302 M swap cache
                              >            99 M total swap
                              >             0 M used swap
                              >            99 M free swap
                              >
                              > Raspberry only:
                              > oom events: 0
                              > lifetime oom required: 0 Mbytes
                              > total time in oom handler: 0 ms
                              > max time spent in oom handler: 0 ms
                              >
                              > *** FAILED SERVICES ***
                              >
                               >   UNIT LOAD ACTIVE SUB DESCRIPTION
                              > 0 loaded units listed.
                              >
                              m> *** FILESYSTEM ***
                              > Filesystem     Type      Size  Used Avail Use% Mounted on
                              > /dev/root      ext4      118G   23G   90G  21% /
                              > devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                              > tmpfs          tmpfs     3.9G   16K  3.9G   1% /dev/shm
                              > tmpfs          tmpfs     1.6G  896K  1.6G   1% /run
                              > tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                              > /dev/sdb1      exfat      29G  3.0G   26G  11% /mnt/usb0
                              > /dev/sda1      vfat      253M   50M  203M  20% /boot
                              > tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                              >
                              > Messages concerning ext4 filesystem in dmesg:
                              > [Sun Oct 15 11:35:23 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:FD:BB:CC vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 console=ttyS0,115200 root=PARTUUID=1045efe5-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                              > [Sun Oct 15 11:35:26 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                              > [Sun Oct 15 11:35:26 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                              > [Sun Oct 15 11:35:30 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
                              >
                              > Show mounted filesystems \(real ones only\):
                              > TARGET      SOURCE    FSTYPE OPTIONS
                              > /           /dev/sda2 ext4   rw,noatime
                              > |-/mnt/usb0 /dev/sdb1 exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                              > `-/boot     /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                              -bash: Skript: Kommando nicht gefunden.
                              iobroker [command]
                              
                              Commands:
                                iobroker setup                                               Setup ioBroker
                                iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                                iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                                iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                                iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                iobroker info                                                Shows the host info
                                iobroker logs [<adapter>]                                    Monitor log
                                iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                iobroker upgrade                                             Upgrade management
                                iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                iobroker object                                              Object management  [aliases: o]
                                iobroker state                                               State management  [aliases: s]
                                iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                iobroker list <type> [<filter>]                              List all entries, like objects
                                iobroker chmod <mode> <file>                                 Change file rights
                                iobroker chown <user> <group> <file>                         Change file ownership
                                iobroker touch <file>                                        Touch file
                                iobroker rm <file>                                           Remove file
                                iobroker file                                                File management
                                iobroker user                                                User commands
                                iobroker group                                               group management
                                iobroker host <hostname>                                     Set host to given hostname
                                iobroker set <adapter>.<instance>                            Change settings of adapter config
                                iobroker license <license.file or license.text>              Update license by given file
                                iobroker cert                                                Certificate management
                                iobroker clean <yes>                                         Clears all objects and states
                                iobroker backup                                              Create backup
                                iobroker restore <backup name or path>                       Restore a specified backup
                                iobroker validate <backup name or path>                      Validate a specified backup
                                iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                iobroker repo [<name>]                                       Show repo information
                                iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                iobroker unsetup                                             Reset license, installation secret and language
                                iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                iobroker multihost                                           Multihost management
                                iobroker compact                                             compact group management
                                iobroker plugin                                              Plugin management
                                iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                                iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                              
                              Options:
                                --help  Show help  [boolean]
                              -bash: Static: Kommando nicht gefunden.
                              -bash: Icon: Kommando nicht gefunden.
                              -bash: command substitution: Zeile 7: Syntaxfehler beim unerwarteten Symbol »(«
                              -bash: command substitution: Zeile 7: `  Operating System: Raspbian GNU/Linux 11 (bullseye)'
                              -bash: -/boot: Datei oder Verzeichnis nicht gefunden
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ Files in neuralgic directories:
                              -bash: Files: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ /var:
                              -bash: /var:: Datei oder Verzeichnis nicht gefunden
                              pi@raspberrypi4-iobroker:~ $ 4.7G    /var/
                              -bash: 4.7G: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 4.1G    /var/log
                              -bash: 4.1G: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 3.9G    /var/log/journal/ceda8666c83a44189d7d8b22875c3095
                              -bash: 3.9G: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 3.9G    /var/log/journal
                              -bash: 3.9G: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 485M    /var/lib
                              -bash: 485M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ Archived and active journals take up 3.8G in the file system.
                              -bash: Archived: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ /opt/iobroker/backups:
                              -bash: /opt/iobroker/backups:: Datei oder Verzeichnis nicht gefunden
                              pi@raspberrypi4-iobroker:~ $ 6.2G    /opt/iobroker/backups/
                              -bash: 6.2G: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ /opt/iobroker/iobroker-data:
                              -bash: /opt/iobroker/iobroker-data:: Datei oder Verzeichnis nicht gefunden
                              pi@raspberrypi4-iobroker:~ $ 881M    /opt/iobroker/iobroker-data/
                              -bash: 881M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 404M    /opt/iobroker/iobroker-data/history
                              -bash: 404M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 324M    /opt/iobroker/iobroker-data/files
                              -bash: 324M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 84M     /opt/iobroker/iobroker-data/backup-objects
                              -bash: 84M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 52M     /opt/iobroker/iobroker-data/files/javascript.admin
                              -bash: 52M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ The five largest files in iobroker-data are:
                              -bash: The: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                              -bash: 35M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 25M     /opt/iobroker/iobroker-data/states.jsonl
                              -bash: 25M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                              -bash: 21M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                              -bash: 19M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ 18M     /opt/iobroker/iobroker-data/objects.jsonl
                              -bash: 18M: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ USB-Devices by-id:
                              -bash: USB-Devices: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                              -bash: USB-Sticks: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ find: '/dev/serial/by-id/': No such file or directory
                              -bash: find:: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ *** NodeJS-Installation ***
                              iobroker [command]
                              
                              Commands:
                                iobroker setup                                               Setup ioBroker
                                iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                                iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                                iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                                iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                iobroker info                                                Shows the host info
                                iobroker logs [<adapter>]                                    Monitor log
                                iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                iobroker upgrade                                             Upgrade management
                                iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                iobroker object                                              Object management  [aliases: o]
                                iobroker state                                               State management  [aliases: s]
                                iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                iobroker list <type> [<filter>]                              List all entries, like objects
                                iobroker chmod <mode> <file>                                 Change file rights
                                iobroker chown <user> <group> <file>                         Change file ownership
                                iobroker touch <file>                                        Touch file
                                iobroker rm <file>                                           Remove file
                                iobroker file                                                File management
                                iobroker user                                                User commands
                                iobroker group                                               group management
                                iobroker host <hostname>                                     Set host to given hostname
                                iobroker set <adapter>.<instance>                            Change settings of adapter config
                                iobroker license <license.file or license.text>              Update license by given file
                                iobroker cert                                                Certificate management
                                iobroker clean <yes>                                         Clears all objects and states
                                iobroker backup                                              Create backup
                                iobroker restore <backup name or path>                       Restore a specified backup
                                iobroker validate <backup name or path>                      Validate a specified backup
                                iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                iobroker repo [<name>]                                       Show repo information
                                iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                iobroker unsetup                                             Reset license, installation secret and language
                                iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                iobroker multihost                                           Multihost management
                                iobroker compact                                             compact group management
                                iobroker plugin                                              Plugin management
                                iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                                iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                              
                              Options:
                                --help  Show help  [boolean]
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ /usr/bin/nodejs         v20.7.0
                              node:internal/modules/cjs/loader:1051
                                throw err;
                                ^
                              
                              Error: Cannot find module '/home/pi/v20.7.0'
                                  at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
                                  at Module._load (node:internal/modules/cjs/loader:901:27)
                                  at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
                                  at node:internal/main/run_main_module:23:47 {
                                code: 'MODULE_NOT_FOUND',
                                requireStack: []
                              }
                              
                              Node.js v20.7.0
                              pi@raspberrypi4-iobroker:~ $ /usr/bin/node           v20.7.0
                              node:internal/modules/cjs/loader:1051
                                throw err;
                                ^
                              
                              Error: Cannot find module '/home/pi/v20.7.0'
                                  at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
                                  at Module._load (node:internal/modules/cjs/loader:901:27)
                                  at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
                                  at node:internal/main/run_main_module:23:47 {
                                code: 'MODULE_NOT_FOUND',
                                requireStack: []
                              }
                              
                              Node.js v20.7.0
                              pi@raspberrypi4-iobroker:~ $ /usr/bin/npm            10.1.0
                              Unknown command: "10.1.0"
                              
                              To see a list of supported npm commands, run:
                                npm help
                              pi@raspberrypi4-iobroker:~ $ /usr/bin/npx            10.1.0
                              npm notice
                              npm notice New minor version of npm available! 10.1.0 -> 10.2.0
                              npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.2.0
                              npm notice Run npm install -g npm@10.2.0 to update!
                              npm notice
                              npm ERR! code E404
                              npm ERR! 404 Not Found - GET https://registry.npmjs.org/10.1.0 - Not found
                              npm ERR! 404
                              npm ERR! 404  '10.1.0@*' is not in this registry.
                              npm ERR! 404
                              npm ERR! 404 Note that you can also install from a
                              npm ERR! 404 tarball, folder, http url, or git url.
                              
                              npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-15T13_03_33_846Z-debug-0.log
                              pi@raspberrypi4-iobroker:~ $ /usr/bin/corepack       0.19.0
                              Unknown Syntax Error: Command not found; did you mean one of:
                              
                                0. corepack -h
                                1. corepack -v
                                2. corepack enable [--install-directory #0] ...
                                3. corepack disable [--install-directory #0] ...
                                4. corepack hydrate [--activate] <fileName>
                                5. corepack prepare [--activate] [--all] [--json] [-o,--output] ...
                              
                              While running 0.19.0
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ nodejs:
                              -bash: nodejs:: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $   Installed: 20.7.0-1nodesource1
                              -bash: Installed:: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $   Candidate: 20.8.1-1nodesource1
                              -bash: Candidate:: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $   Version table:
                              -bash: Version: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.8.1-1nodesource1 500
                              -bash: 20.8.1-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.8.0-1nodesource1 500
                              -bash: 20.8.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $  *** 20.7.0-1nodesource1 500
                              iobroker [command]
                              
                              Commands:
                                iobroker setup                                               Setup ioBroker
                                iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                                iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                                iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                                iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                iobroker info                                                Shows the host info
                                iobroker logs [<adapter>]                                    Monitor log
                                iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                iobroker upgrade                                             Upgrade management
                                iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                iobroker object                                              Object management  [aliases: o]
                                iobroker state                                               State management  [aliases: s]
                                iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                iobroker list <type> [<filter>]                              List all entries, like objects
                                iobroker chmod <mode> <file>                                 Change file rights
                                iobroker chown <user> <group> <file>                         Change file ownership
                                iobroker touch <file>                                        Touch file
                                iobroker rm <file>                                           Remove file
                                iobroker file                                                File management
                                iobroker user                                                User commands
                                iobroker group                                               group management
                                iobroker host <hostname>                                     Set host to given hostname
                                iobroker set <adapter>.<instance>                            Change settings of adapter config
                                iobroker license <license.file or license.text>              Update license by given file
                                iobroker cert                                                Certificate management
                                iobroker clean <yes>                                         Clears all objects and states
                                iobroker backup                                              Create backup
                                iobroker restore <backup name or path>                       Restore a specified backup
                                iobroker validate <backup name or path>                      Validate a specified backup
                                iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                iobroker repo [<name>]                                       Show repo information
                                iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                iobroker unsetup                                             Reset license, installation secret and language
                                iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                iobroker multihost                                           Multihost management
                                iobroker compact                                             compact group management
                                iobroker plugin                                              Plugin management
                                iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                                iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                              
                              Options:
                                --help  Show help  [boolean]
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         100 /var/lib/dpkg/status
                              -bash: 100: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.6.1-1nodesource1 500
                              -bash: 20.6.1-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.6.0-1nodesource1 500
                              -bash: 20.6.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.5.1-1nodesource1 500
                              -bash: 20.5.1-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.5.0-1nodesource1 500
                              -bash: 20.5.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.4.0-1nodesource1 500
                              -bash: 20.4.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.3.1-1nodesource1 500
                              -bash: 20.3.1-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.3.0-1nodesource1 500
                              -bash: 20.3.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.2.0-1nodesource1 500
                              -bash: 20.2.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.1.0-1nodesource1 500
                              -bash: 20.1.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      20.0.0-1nodesource1 500
                              -bash: 20.0.0-1nodesource1: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $      12.22.12~dfsg-1~deb11u4 500
                              -bash: 12.22.12~dfsg-1~deb11u4: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $         500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                              -bash: 500: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              pi@raspberrypi4-iobroker:~ $ Temp directories causing npm8 problem: 0
                              -bash: Temp: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $ No problems detected
                              -bash: No: Kommando nicht gefunden.
                              pi@raspberrypi4-iobroker:~ $
                              
                              ======================= SUMMARY =======================
                                                      v.2023-10-10
                              
                              
                                 Static hostname: raspberrypi4-iobroker
                                       Icon name: computer
                                Operating System: Raspbian GNU/Linux 11 (bullseye)
                                          Kernel: Linux 5.15.61-v7l+
                                    Architecture: arm
                              
                              Installation:           native
                              Kernel:                 armv7l
                              Userland:               armhf
                              Timezone:               Europe/Berlin (CEST, +0200)
                              User-ID:                1000
                              X-Server:               false
                              Boot Target:            graphical.target
                              
                              Pending OS-Updates:     150
                              Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                              Pending iob updates:    0
                              
                              Nodejs-Installation:    /usr/bin/nodejs         v20.7.0
                                                      /usr/bin/node           v20.7.0
                                                      /usr/bin/npm            10.1.0
                                                      /usr/bin/npx            10.1.0
                                                      /usr/bin/corepack       0.19.0
                              
                              Recommended versions are nodejs  Cannot determine Set feature status: Connection is closed.
                               Connection is closed. and npm
                              Your nodejs installation is correct
                              
                              MEMORY:
                                             total        used        free      shared  buff/cache   available
                              Mem:            7.9G        1.9G        4.6G        0.0K        1.4G        5.8G
                              Swap:            99M          0B         99M
                              Total:          8.0G        1.9G        4.7G
                              
                              Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                              Active iob-Instances:   0
                              No connection to databases possible ...
                              
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #34

                              @spidermike

                              Mach es nochmal.
                              Und auf Basis von nodejs@18.

                              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
                              • S Spidermike

                                @homoran sagte in ioBroker extrem langsam:

                                @spidermike sagte in ioBroker extrem langsam:

                                kannst Du mir auch mal helfen ?

                                und wie?
                                https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                                Sorry war ich noch nicht so weit
                                hoffe es ist besser so und du kannst damit was anfangen?

                                ======================= SUMMARY =======================
                                                        v.2023-10-10
                                
                                
                                   Static hostname: raspberrypi4-iobroker
                                         Icon name: computer
                                  Operating System: Raspbian GNU/Linux 11 (bullseye)
                                            Kernel: Linux 5.15.61-v7l+
                                      Architecture: arm
                                
                                Installation:           native
                                Kernel:                 armv7l
                                Userland:               armhf
                                Timezone:               Europe/Berlin (CEST, +0200)
                                User-ID:                1000
                                X-Server:               false
                                Boot Target:            graphical.target
                                
                                Pending OS-Updates:     150
                                Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                                Pending iob updates:    0
                                
                                Nodejs-Installation:    /usr/bin/nodejs         v20.7.0
                                                        /usr/bin/node           v20.7.0
                                                        /usr/bin/npm            10.1.0
                                                        /usr/bin/npx            10.1.0
                                                        /usr/bin/corepack       0.19.0
                                
                                Recommended versions are nodejs  Cannot determine Set feature status: Connection is closed.
                                 Connection is closed. and npm
                                Your nodejs installation is correct
                                
                                MEMORY:
                                               total        used        free      shared  buff/cache   available
                                Mem:            7.9G        1.9G        4.6G        0.0K        1.4G        5.8G
                                Swap:            99M          0B         99M
                                Total:          8.0G        1.9G        4.7G
                                
                                Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                                Active iob-Instances:   0
                                No connection to databases possible ...
                                
                                ioBroker Core:          js-controller           5.0.12
                                                        admin                   6.10.1
                                
                                Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                                ioBroker Status:         Cannot determine Set feature status: Connection is closed.
                                 Connection is closed.
                                
                                Status admin and web instance:
                                Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                                
                                Objects:                3
                                States:                 1
                                
                                Size of iob-Database:
                                
                                18M     /opt/iobroker/iobroker-data/objects.jsonl
                                11M     /opt/iobroker/iobroker-data/objects.json.broken
                                5.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                                5.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                33M     /opt/iobroker/iobroker-data/states.jsonl
                                3.0M    /opt/iobroker/iobroker-data/states.json.migrated
                                3.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                0       /opt/iobroker/iobroker-data/states.json.broken
                                
                                
                                
                                =================== END OF SUMMARY ====================
                                

                                === Mark text until here for copying ===
                                pi@raspberrypi4-iobroker:~ $ ======= Start marking the full check here =========
                                -bash: =======: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                vpi@raspberrypi4-iobroker:~ $

                                > Skript v.2023-10-10
                                >
                                > *** BASE SYSTEM ***
                                >    Static hostname: raspberrypi4-iobroker
                                >          Icon name: computer
                                >   Operating System: Raspbian GNU/Linux 11 (bullseye)
                                >             Kernel: Linux 5.15.61-v7l+
                                >       Architecture: arm
                                >
                                /> Model           : Raspberry Pi 4 Model B Rev 1.4
                                > Docker          : false
                                > Virtualization  : none
                                > Kernel          : armv7l
                                > Userland        : armhf
                                >
                                j> Systemuptime and Load:
                                >  14:57:05 up  3:21,  1 user,  load average: 3.31, 3.28, 3.17
                                > CPU threads: 4
                                >
                                l>
                                e> *** RASPBERRY THROTTLING ***
                                > Current issues:
                                > No throttling issues detected.
                                >
                                > Previously detected issues:
                                > No throttling issues detected.
                                >
                                s> *** Time and Time Zones ***
                                >                Local time: Sun 2023-10-15 14:57:05 CEST
                                >            Universal time: Sun 2023-10-15 12:57:05 UTC
                                >                  RTC time: n/a
                                >                 Time zone: Europe/Berlin (CEST, +0200)
                                > System clock synchronized: yes
                                >               NTP service: active
                                >           RTC in local TZ: no
                                >
                                > *** User and Groups ***
                                > pi
                                2> /home/pi
                                > pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                                >
                                *> *** X-Server-Setup ***
                                > X-Server:       false
                                > Desktop:
                                > Terminal:       tty
                                > Boot Target:    graphical.target
                                >
                                 > *** MEMORY ***
                                >                total        used        free      shared  buff/cache   available
                                > Mem:            7.9G        1.8G        4.7G        0.0K        1.4G        5.9G
                                > Swap:            99M          0B         99M
                                > Total:          8.0G        1.8G        4.8G
                                >
                                1>          7897 M total memory
                                >          1848 M used memory
                                >           360 M active memory
                                >          2747 M inactive memory
                                >          4650 M free memory
                                >            96 M buffer memory
                                >          1302 M swap cache
                                >            99 M total swap
                                >             0 M used swap
                                >            99 M free swap
                                >
                                > Raspberry only:
                                > oom events: 0
                                > lifetime oom required: 0 Mbytes
                                > total time in oom handler: 0 ms
                                > max time spent in oom handler: 0 ms
                                >
                                > *** FAILED SERVICES ***
                                >
                                 >   UNIT LOAD ACTIVE SUB DESCRIPTION
                                > 0 loaded units listed.
                                >
                                m> *** FILESYSTEM ***
                                > Filesystem     Type      Size  Used Avail Use% Mounted on
                                > /dev/root      ext4      118G   23G   90G  21% /
                                > devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                > tmpfs          tmpfs     3.9G   16K  3.9G   1% /dev/shm
                                > tmpfs          tmpfs     1.6G  896K  1.6G   1% /run
                                > tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                > /dev/sdb1      exfat      29G  3.0G   26G  11% /mnt/usb0
                                > /dev/sda1      vfat      253M   50M  203M  20% /boot
                                > tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                                >
                                > Messages concerning ext4 filesystem in dmesg:
                                > [Sun Oct 15 11:35:23 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:FD:BB:CC vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 console=ttyS0,115200 root=PARTUUID=1045efe5-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                > [Sun Oct 15 11:35:26 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                > [Sun Oct 15 11:35:26 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                > [Sun Oct 15 11:35:30 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
                                >
                                > Show mounted filesystems \(real ones only\):
                                > TARGET      SOURCE    FSTYPE OPTIONS
                                > /           /dev/sda2 ext4   rw,noatime
                                > |-/mnt/usb0 /dev/sdb1 exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                                > `-/boot     /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                -bash: Skript: Kommando nicht gefunden.
                                iobroker [command]
                                
                                Commands:
                                  iobroker setup                                               Setup ioBroker
                                  iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                                  iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                                  iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                                  iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                  iobroker info                                                Shows the host info
                                  iobroker logs [<adapter>]                                    Monitor log
                                  iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                  iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                  iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                  iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                  iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                  iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                  iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                  iobroker upgrade                                             Upgrade management
                                  iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                  iobroker object                                              Object management  [aliases: o]
                                  iobroker state                                               State management  [aliases: s]
                                  iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                  iobroker list <type> [<filter>]                              List all entries, like objects
                                  iobroker chmod <mode> <file>                                 Change file rights
                                  iobroker chown <user> <group> <file>                         Change file ownership
                                  iobroker touch <file>                                        Touch file
                                  iobroker rm <file>                                           Remove file
                                  iobroker file                                                File management
                                  iobroker user                                                User commands
                                  iobroker group                                               group management
                                  iobroker host <hostname>                                     Set host to given hostname
                                  iobroker set <adapter>.<instance>                            Change settings of adapter config
                                  iobroker license <license.file or license.text>              Update license by given file
                                  iobroker cert                                                Certificate management
                                  iobroker clean <yes>                                         Clears all objects and states
                                  iobroker backup                                              Create backup
                                  iobroker restore <backup name or path>                       Restore a specified backup
                                  iobroker validate <backup name or path>                      Validate a specified backup
                                  iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                  iobroker repo [<name>]                                       Show repo information
                                  iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                  iobroker unsetup                                             Reset license, installation secret and language
                                  iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                  iobroker multihost                                           Multihost management
                                  iobroker compact                                             compact group management
                                  iobroker plugin                                              Plugin management
                                  iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                                  iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                                
                                Options:
                                  --help  Show help  [boolean]
                                -bash: Static: Kommando nicht gefunden.
                                -bash: Icon: Kommando nicht gefunden.
                                -bash: command substitution: Zeile 7: Syntaxfehler beim unerwarteten Symbol »(«
                                -bash: command substitution: Zeile 7: `  Operating System: Raspbian GNU/Linux 11 (bullseye)'
                                -bash: -/boot: Datei oder Verzeichnis nicht gefunden
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ Files in neuralgic directories:
                                -bash: Files: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ /var:
                                -bash: /var:: Datei oder Verzeichnis nicht gefunden
                                pi@raspberrypi4-iobroker:~ $ 4.7G    /var/
                                -bash: 4.7G: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 4.1G    /var/log
                                -bash: 4.1G: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 3.9G    /var/log/journal/ceda8666c83a44189d7d8b22875c3095
                                -bash: 3.9G: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 3.9G    /var/log/journal
                                -bash: 3.9G: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 485M    /var/lib
                                -bash: 485M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ Archived and active journals take up 3.8G in the file system.
                                -bash: Archived: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ /opt/iobroker/backups:
                                -bash: /opt/iobroker/backups:: Datei oder Verzeichnis nicht gefunden
                                pi@raspberrypi4-iobroker:~ $ 6.2G    /opt/iobroker/backups/
                                -bash: 6.2G: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ /opt/iobroker/iobroker-data:
                                -bash: /opt/iobroker/iobroker-data:: Datei oder Verzeichnis nicht gefunden
                                pi@raspberrypi4-iobroker:~ $ 881M    /opt/iobroker/iobroker-data/
                                -bash: 881M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 404M    /opt/iobroker/iobroker-data/history
                                -bash: 404M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 324M    /opt/iobroker/iobroker-data/files
                                -bash: 324M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 84M     /opt/iobroker/iobroker-data/backup-objects
                                -bash: 84M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 52M     /opt/iobroker/iobroker-data/files/javascript.admin
                                -bash: 52M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ The five largest files in iobroker-data are:
                                -bash: The: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                -bash: 35M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 25M     /opt/iobroker/iobroker-data/states.jsonl
                                -bash: 25M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                                -bash: 21M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                                -bash: 19M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ 18M     /opt/iobroker/iobroker-data/objects.jsonl
                                -bash: 18M: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ USB-Devices by-id:
                                -bash: USB-Devices: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                -bash: USB-Sticks: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ find: '/dev/serial/by-id/': No such file or directory
                                -bash: find:: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ *** NodeJS-Installation ***
                                iobroker [command]
                                
                                Commands:
                                  iobroker setup                                               Setup ioBroker
                                  iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                                  iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                                  iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                                  iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                  iobroker info                                                Shows the host info
                                  iobroker logs [<adapter>]                                    Monitor log
                                  iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                  iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                  iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                  iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                  iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                  iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                  iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                  iobroker upgrade                                             Upgrade management
                                  iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                  iobroker object                                              Object management  [aliases: o]
                                  iobroker state                                               State management  [aliases: s]
                                  iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                  iobroker list <type> [<filter>]                              List all entries, like objects
                                  iobroker chmod <mode> <file>                                 Change file rights
                                  iobroker chown <user> <group> <file>                         Change file ownership
                                  iobroker touch <file>                                        Touch file
                                  iobroker rm <file>                                           Remove file
                                  iobroker file                                                File management
                                  iobroker user                                                User commands
                                  iobroker group                                               group management
                                  iobroker host <hostname>                                     Set host to given hostname
                                  iobroker set <adapter>.<instance>                            Change settings of adapter config
                                  iobroker license <license.file or license.text>              Update license by given file
                                  iobroker cert                                                Certificate management
                                  iobroker clean <yes>                                         Clears all objects and states
                                  iobroker backup                                              Create backup
                                  iobroker restore <backup name or path>                       Restore a specified backup
                                  iobroker validate <backup name or path>                      Validate a specified backup
                                  iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                  iobroker repo [<name>]                                       Show repo information
                                  iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                  iobroker unsetup                                             Reset license, installation secret and language
                                  iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                  iobroker multihost                                           Multihost management
                                  iobroker compact                                             compact group management
                                  iobroker plugin                                              Plugin management
                                  iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                                  iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                                
                                Options:
                                  --help  Show help  [boolean]
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ /usr/bin/nodejs         v20.7.0
                                node:internal/modules/cjs/loader:1051
                                  throw err;
                                  ^
                                
                                Error: Cannot find module '/home/pi/v20.7.0'
                                    at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
                                    at Module._load (node:internal/modules/cjs/loader:901:27)
                                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
                                    at node:internal/main/run_main_module:23:47 {
                                  code: 'MODULE_NOT_FOUND',
                                  requireStack: []
                                }
                                
                                Node.js v20.7.0
                                pi@raspberrypi4-iobroker:~ $ /usr/bin/node           v20.7.0
                                node:internal/modules/cjs/loader:1051
                                  throw err;
                                  ^
                                
                                Error: Cannot find module '/home/pi/v20.7.0'
                                    at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
                                    at Module._load (node:internal/modules/cjs/loader:901:27)
                                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
                                    at node:internal/main/run_main_module:23:47 {
                                  code: 'MODULE_NOT_FOUND',
                                  requireStack: []
                                }
                                
                                Node.js v20.7.0
                                pi@raspberrypi4-iobroker:~ $ /usr/bin/npm            10.1.0
                                Unknown command: "10.1.0"
                                
                                To see a list of supported npm commands, run:
                                  npm help
                                pi@raspberrypi4-iobroker:~ $ /usr/bin/npx            10.1.0
                                npm notice
                                npm notice New minor version of npm available! 10.1.0 -> 10.2.0
                                npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.2.0
                                npm notice Run npm install -g npm@10.2.0 to update!
                                npm notice
                                npm ERR! code E404
                                npm ERR! 404 Not Found - GET https://registry.npmjs.org/10.1.0 - Not found
                                npm ERR! 404
                                npm ERR! 404  '10.1.0@*' is not in this registry.
                                npm ERR! 404
                                npm ERR! 404 Note that you can also install from a
                                npm ERR! 404 tarball, folder, http url, or git url.
                                
                                npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-15T13_03_33_846Z-debug-0.log
                                pi@raspberrypi4-iobroker:~ $ /usr/bin/corepack       0.19.0
                                Unknown Syntax Error: Command not found; did you mean one of:
                                
                                  0. corepack -h
                                  1. corepack -v
                                  2. corepack enable [--install-directory #0] ...
                                  3. corepack disable [--install-directory #0] ...
                                  4. corepack hydrate [--activate] <fileName>
                                  5. corepack prepare [--activate] [--all] [--json] [-o,--output] ...
                                
                                While running 0.19.0
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ nodejs:
                                -bash: nodejs:: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $   Installed: 20.7.0-1nodesource1
                                -bash: Installed:: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $   Candidate: 20.8.1-1nodesource1
                                -bash: Candidate:: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $   Version table:
                                -bash: Version: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.8.1-1nodesource1 500
                                -bash: 20.8.1-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.8.0-1nodesource1 500
                                -bash: 20.8.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $  *** 20.7.0-1nodesource1 500
                                iobroker [command]
                                
                                Commands:
                                  iobroker setup                                               Setup ioBroker
                                  iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                                  iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                                  iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                                  iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                                  iobroker info                                                Shows the host info
                                  iobroker logs [<adapter>]                                    Monitor log
                                  iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                                  iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                                  iobroker rebuild [<module>]                                  Rebuild all native modules or path
                                  iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                                  iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                                  iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                                  iobroker update [<repositoryUrl>]                            Update repository and list adapters
                                  iobroker upgrade                                             Upgrade management
                                  iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                                  iobroker object                                              Object management  [aliases: o]
                                  iobroker state                                               State management  [aliases: s]
                                  iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                                  iobroker list <type> [<filter>]                              List all entries, like objects
                                  iobroker chmod <mode> <file>                                 Change file rights
                                  iobroker chown <user> <group> <file>                         Change file ownership
                                  iobroker touch <file>                                        Touch file
                                  iobroker rm <file>                                           Remove file
                                  iobroker file                                                File management
                                  iobroker user                                                User commands
                                  iobroker group                                               group management
                                  iobroker host <hostname>                                     Set host to given hostname
                                  iobroker set <adapter>.<instance>                            Change settings of adapter config
                                  iobroker license <license.file or license.text>              Update license by given file
                                  iobroker cert                                                Certificate management
                                  iobroker clean <yes>                                         Clears all objects and states
                                  iobroker backup                                              Create backup
                                  iobroker restore <backup name or path>                       Restore a specified backup
                                  iobroker validate <backup name or path>                      Validate a specified backup
                                  iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                                  iobroker repo [<name>]                                       Show repo information
                                  iobroker uuid                                                Show uuid of the installation  [aliases: id]
                                  iobroker unsetup                                             Reset license, installation secret and language
                                  iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                                  iobroker multihost                                           Multihost management
                                  iobroker compact                                             compact group management
                                  iobroker plugin                                              Plugin management
                                  iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                                  iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                                
                                Options:
                                  --help  Show help  [boolean]
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         100 /var/lib/dpkg/status
                                -bash: 100: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.6.1-1nodesource1 500
                                -bash: 20.6.1-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.6.0-1nodesource1 500
                                -bash: 20.6.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.5.1-1nodesource1 500
                                -bash: 20.5.1-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.5.0-1nodesource1 500
                                -bash: 20.5.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.4.0-1nodesource1 500
                                -bash: 20.4.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.3.1-1nodesource1 500
                                -bash: 20.3.1-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.3.0-1nodesource1 500
                                -bash: 20.3.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.2.0-1nodesource1 500
                                -bash: 20.2.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.1.0-1nodesource1 500
                                -bash: 20.1.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      20.0.0-1nodesource1 500
                                -bash: 20.0.0-1nodesource1: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $      12.22.12~dfsg-1~deb11u4 500
                                -bash: 12.22.12~dfsg-1~deb11u4: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $         500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                -bash: 500: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                pi@raspberrypi4-iobroker:~ $ Temp directories causing npm8 problem: 0
                                -bash: Temp: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $ No problems detected
                                -bash: No: Kommando nicht gefunden.
                                pi@raspberrypi4-iobroker:~ $
                                
                                ======================= SUMMARY =======================
                                                        v.2023-10-10
                                
                                
                                   Static hostname: raspberrypi4-iobroker
                                         Icon name: computer
                                  Operating System: Raspbian GNU/Linux 11 (bullseye)
                                            Kernel: Linux 5.15.61-v7l+
                                      Architecture: arm
                                
                                Installation:           native
                                Kernel:                 armv7l
                                Userland:               armhf
                                Timezone:               Europe/Berlin (CEST, +0200)
                                User-ID:                1000
                                X-Server:               false
                                Boot Target:            graphical.target
                                
                                Pending OS-Updates:     150
                                Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/build/lib/objects/objectsInRedisClient.js:493:23)
                                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                                Pending iob updates:    0
                                
                                Nodejs-Installation:    /usr/bin/nodejs         v20.7.0
                                                        /usr/bin/node           v20.7.0
                                                        /usr/bin/npm            10.1.0
                                                        /usr/bin/npx            10.1.0
                                                        /usr/bin/corepack       0.19.0
                                
                                Recommended versions are nodejs  Cannot determine Set feature status: Connection is closed.
                                 Connection is closed. and npm
                                Your nodejs installation is correct
                                
                                MEMORY:
                                               total        used        free      shared  buff/cache   available
                                Mem:            7.9G        1.9G        4.6G        0.0K        1.4G        5.8G
                                Swap:            99M          0B         99M
                                Total:          8.0G        1.9G        4.7G
                                
                                Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-redis/build/lib/states/statesInRedisClient.js:459:23)
                                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                                Active iob-Instances:   0
                                No connection to databases possible ...
                                
                                
                                
                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #35

                                @spidermike wieso sind da so seltsam zeilen/zeichen mittendr7n?

                                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 -

                                S 1 Reply Last reply
                                0
                                • HomoranH Homoran

                                  @spidermike wieso sind da so seltsam zeilen/zeichen mittendr7n?

                                  S Offline
                                  S Offline
                                  Spidermike
                                  wrote on last edited by
                                  #36

                                  @homoran sagte in ioBroker extrem langsam:

                                  @spidermike wieso sind da so seltsam zeilen/zeichen mittendr7n?

                                  keine ahnung hab es mit Putty laufen lassen und dann wollte ich es einfach nur kopieren und dann kam das raus ☹

                                  haselchenH 1 Reply Last reply
                                  0
                                  • S Spidermike

                                    @homoran sagte in ioBroker extrem langsam:

                                    @spidermike wieso sind da so seltsam zeilen/zeichen mittendr7n?

                                    keine ahnung hab es mit Putty laufen lassen und dann wollte ich es einfach nur kopieren und dann kam das raus ☹

                                    haselchenH Offline
                                    haselchenH Offline
                                    haselchen
                                    Most Active
                                    wrote on last edited by
                                    #37

                                    @spidermike

                                    Vielleicht solltest Du auch mal die 150! Updates einspielen.....

                                    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                    Thomas BraunT S 2 Replies Last reply
                                    0
                                    • haselchenH haselchen

                                      @spidermike

                                      Vielleicht solltest Du auch mal die 150! Updates einspielen.....

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

                                      @haselchen sagte in ioBroker extrem langsam:

                                      Vielleicht solltest Du auch mal die 150! Updates einspielen.....

                                      Das selbstverständlich auch.

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

                                      1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @spidermike

                                        Mach es nochmal.
                                        Und auf Basis von nodejs@18.

                                        S Offline
                                        S Offline
                                        Spidermike
                                        wrote on last edited by
                                        #39

                                        @thomas-braun sagte in ioBroker extrem langsam:

                                        @spidermike

                                        Mach es nochmal.
                                        Und auf Basis von nodejs@18.

                                        wie komme ich jetzt wieder auf nodejs 18?

                                        ich hatte letzte Woche extreme Probleme und bin froh das es jetzt wieder halbwegs läuft.
                                        Dachte schon alles verloren zu haben und iobroker komplett neu machen zu müssen.

                                        noch nichtmal mein backup wurde mehr akzeptiert.

                                        Ich brauche mal jemanden der mir schreibt was hier falsch läuft und wie ich was richtig einstelle

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • haselchenH haselchen

                                          @spidermike

                                          Vielleicht solltest Du auch mal die 150! Updates einspielen.....

                                          S Offline
                                          S Offline
                                          Spidermike
                                          wrote on last edited by
                                          #40

                                          @haselchen sagte in ioBroker extrem langsam:

                                          @spidermike

                                          Vielleicht solltest Du auch mal die 150! Updates einspielen.....

                                          150 Updates? Dashboard zeigt mit nichts mit Updates?

                                          ? HomoranH 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          511

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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