Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker startet nicht mehr

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    319

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    9
    1
    292

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    922

iobroker startet nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
29 Beiträge 4 Kommentatoren 2.5k Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M manrum1

    @djmarc75 Mir war nicht bewusst, dass der user nicht iobroker heißen darf. Lief bisher und die directory permissions stehen alle ebenfalls auf iobroker. Aber sicher, wenn es Sinn macht ändere ich das. Nur wie?

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

    @manrum1 sagte in iobroker startet nicht mehr:

    Nur wie?

    Es muss aber auch bereits einen User mit der uid 1000 geben.

    grep 1000 /etc/passwd
    

    sagt?

    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

    M 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @manrum1 sagte in iobroker startet nicht mehr:

      Nur wie?

      Es muss aber auch bereits einen User mit der uid 1000 geben.

      grep 1000 /etc/passwd
      

      sagt?

      M Offline
      M Offline
      manrum1
      schrieb am zuletzt editiert von
      #18

      @thomas-braun Ja, gibt es. Was soll ich tun?

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • M manrum1

        @thomas-braun Ja, gibt es. Was soll ich tun?

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

        @manrum1

        Dich mit diesem user einloggen und NICHT mit dem 'iobroker' Der ist dafür nicht gedacht.

        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

        M 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @manrum1

          Dich mit diesem user einloggen und NICHT mit dem 'iobroker' Der ist dafür nicht gedacht.

          M Offline
          M Offline
          manrum1
          schrieb am zuletzt editiert von
          #20

          @thomas-braun Ja, habe ich genacht. Deshalb läuft aber mein iobroker immer noch nicht.

          1 Antwort Letzte Antwort
          0
          • Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #21

            @manrum1

            Das vielleicht nicht unmittelbar, aber ordentlicher Umgang mit Usern und deren Rechte ist die Grundlage für ein sauber laufendes System.

            iob diag
            

            sagt nun?

            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

            M 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @manrum1

              Das vielleicht nicht unmittelbar, aber ordentlicher Umgang mit Usern und deren Rechte ist die Grundlage für ein sauber laufendes System.

              iob diag
              

              sagt nun?

              M Offline
              M Offline
              manrum1
              schrieb am zuletzt editiert von manrum1
              #22

              @thomas-braun So, habs jetzt hinbekommen.

              1. Verzeichnis /opt/iobroker/node_modules gelöscht
              2. Mit " npm clean --force" npm cache gelöscht
              3. Mit "sudo -H -u iobroker npm install iobroker.js-controller" installiert

              Vielen Dank für Deine/Eure Hilfe!!!

              Als Warnung an Nachahmer sei gesagt: Das hat bei mir so funktioniert und soll keine Anleitung für ähnliche Probleme sein.

              HomoranH 1 Antwort Letzte Antwort
              0
              • M manrum1

                @thomas-braun So, habs jetzt hinbekommen.

                1. Verzeichnis /opt/iobroker/node_modules gelöscht
                2. Mit " npm clean --force" npm cache gelöscht
                3. Mit "sudo -H -u iobroker npm install iobroker.js-controller" installiert

                Vielen Dank für Deine/Eure Hilfe!!!

                Als Warnung an Nachahmer sei gesagt: Das hat bei mir so funktioniert und soll keine Anleitung für ähnliche Probleme sein.

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

                @manrum1 sagte in iobroker startet nicht mehr:

                So, habs jetzt hinbekommen.

                eher nicht
                mit der nachfolgenden "Anleitung" wahrscheinlich mehr Schaden angerichtet.

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

                M 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @manrum1 sagte in iobroker startet nicht mehr:

                  So, habs jetzt hinbekommen.

                  eher nicht
                  mit der nachfolgenden "Anleitung" wahrscheinlich mehr Schaden angerichtet.

                  M Offline
                  M Offline
                  manrum1
                  schrieb am zuletzt editiert von
                  #24

                  @homoran Kann ja nur sagen, was ich gemacht habe.

                  ======================= SUMMARY =======================
                                          v.2024-05-22
                  
                  
                     Static hostname: iob2
                           Icon name: computer
                    Operating System: Debian GNU/Linux 11 (bullseye)
                              Kernel: Linux 6.1.21-v8+
                        Architecture: arm64
                  
                  Installation:           native
                  Kernel:                 aarch64
                  Userland:               64 bit
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  Display-Server:         false
                  Boot Target:            multi-user.target
                  
                  Pending OS-Updates:     0
                  Pending iob updates:    2
                  
                  Nodejs-Installation:
                  /usr/bin/nodejs         v18.20.3
                  /usr/bin/node           v18.20.3
                  /usr/bin/npm            10.7.0
                  /usr/bin/npx            10.7.0
                  /usr/bin/corepack       0.28.0
                  
                  Recommended versions are nodejs 18.20.3 and npm 10.7.0
                  Your nodejs installation is correct
                  
                  MEMORY:
                                 total        used        free      shared  buff/cache   available
                  Mem:            1.8G        313M        824M        0.0K        711M        1.5G
                  Swap:            99M         64M         35M
                  Total:          1.9G        378M        859M
                  
                  Active iob-Instances:   1
                  Active repo(s): stable
                  
                  ioBroker Core:          js-controller           5.0.19
                                          admin                   6.13.16
                  
                  ioBroker Status:        iobroker is not running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin and web instance:
                    system.adapter.admin.0                  : admin                 : iob2                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    system.adapter.web.0                    : web                   : iob2                                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  Objects:                6693
                  States:                 5242
                  
                  Size of iob-Database:
                  
                  7.9M    /opt/iobroker/iobroker-data/objects.jsonl
                  1.3M    /opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  
                  HomoranH 1 Antwort Letzte Antwort
                  0
                  • M manrum1

                    @homoran Kann ja nur sagen, was ich gemacht habe.

                    ======================= SUMMARY =======================
                                            v.2024-05-22
                    
                    
                       Static hostname: iob2
                             Icon name: computer
                      Operating System: Debian GNU/Linux 11 (bullseye)
                                Kernel: Linux 6.1.21-v8+
                          Architecture: arm64
                    
                    Installation:           native
                    Kernel:                 aarch64
                    Userland:               64 bit
                    Timezone:               Europe/Berlin (CEST, +0200)
                    User-ID:                1000
                    Display-Server:         false
                    Boot Target:            multi-user.target
                    
                    Pending OS-Updates:     0
                    Pending iob updates:    2
                    
                    Nodejs-Installation:
                    /usr/bin/nodejs         v18.20.3
                    /usr/bin/node           v18.20.3
                    /usr/bin/npm            10.7.0
                    /usr/bin/npx            10.7.0
                    /usr/bin/corepack       0.28.0
                    
                    Recommended versions are nodejs 18.20.3 and npm 10.7.0
                    Your nodejs installation is correct
                    
                    MEMORY:
                                   total        used        free      shared  buff/cache   available
                    Mem:            1.8G        313M        824M        0.0K        711M        1.5G
                    Swap:            99M         64M         35M
                    Total:          1.9G        378M        859M
                    
                    Active iob-Instances:   1
                    Active repo(s): stable
                    
                    ioBroker Core:          js-controller           5.0.19
                                            admin                   6.13.16
                    
                    ioBroker Status:        iobroker is not running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Status admin and web instance:
                      system.adapter.admin.0                  : admin                 : iob2                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      system.adapter.web.0                    : web                   : iob2                                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    Objects:                6693
                    States:                 5242
                    
                    Size of iob-Database:
                    
                    7.9M    /opt/iobroker/iobroker-data/objects.jsonl
                    1.3M    /opt/iobroker/iobroker-data/states.jsonl
                    
                    
                    
                    =================== END OF SUMMARY ====================
                    
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von
                    #25

                    @manrum1 sagte in iobroker startet nicht mehr:

                    Active iob-Instances: 1

                    du hast alle Informationen gelöscht.
                    da läuft nur noch eine Instanz

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

                    M 1 Antwort Letzte Antwort
                    0
                    • HomoranH Homoran

                      @manrum1 sagte in iobroker startet nicht mehr:

                      Active iob-Instances: 1

                      du hast alle Informationen gelöscht.
                      da läuft nur noch eine Instanz

                      M Offline
                      M Offline
                      manrum1
                      schrieb am zuletzt editiert von
                      #26

                      @homoran Soweit ich sehe läuft alles. Daten sind bis zum Ausfall alle da.

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • M manrum1

                        @homoran Soweit ich sehe läuft alles. Daten sind bis zum Ausfall alle da.

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

                        @manrum1 sagte in iobroker startet nicht mehr:

                        @homoran Soweit ich sehe läuft alles. Daten sind bis zum Ausfall alle da.

                        dann ist aber die Verwaltung/ Datenbank defekt.
                        oder du hast eine weitere Installation parallel installiert und iob diag greift auf diese zu.

                        leider ist das gepostete nur die Summary

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

                        M 1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @manrum1 sagte in iobroker startet nicht mehr:

                          @homoran Soweit ich sehe läuft alles. Daten sind bis zum Ausfall alle da.

                          dann ist aber die Verwaltung/ Datenbank defekt.
                          oder du hast eine weitere Installation parallel installiert und iob diag greift auf diese zu.

                          leider ist das gepostete nur die Summary

                          M Offline
                          M Offline
                          manrum1
                          schrieb am zuletzt editiert von
                          #28

                          @homoran Anbei der komplette Output:

                          ======== Start marking the full check here =========

                          Skript v.2024-05-22
                          
                          *** BASE SYSTEM ***
                             Static hostname: iob2
                                   Icon name: computer
                            Operating System: Debian GNU/Linux 11 (bullseye)
                                      Kernel: Linux 6.1.21-v8+
                                Architecture: arm64
                          
                          Model           : Raspberry Pi 4 Model B Rev 1.1
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           12:14:35 up 20 min,  1 user,  load average: 0.22, 0.29, 0.27
                          CPU threads: 4
                          
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          No throttling issues detected.
                          
                          *** Time and Time Zones ***
                                         Local time: Mon 2024-06-24 12:14:35 CEST
                                     Universal time: Mon 2024-06-24 10:14:35 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Berlin (CEST, +0200)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          erwin
                          HOME=/home/erwin
                          GROUPS=erwin adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                          
                          User that is running 'js-controller':
                          iobroker
                          HOME=/home/iobroker
                          GROUPS=iobroker tty dialout sudo audio video plugdev bluetooth gpio i2c
                          
                          *** Display-Server-Setup ***
                          Display-Server: false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    multi-user.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            1.8G        1.1G        207M        1.0M        496M        636M
                          Swap:            99M          0B         99M
                          Total:          1.9G        1.1G        307M
                          
                          Active iob-Instances:   14
                          
                                   1849 M total memory
                                   1145 M used memory
                                   1357 M active memory
                                    166 M inactive memory
                                    207 M free memory
                                     41 M buffer memory
                                    455 M swap cache
                                     99 M total swap
                                      0 M used swap
                                     99 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 12:14:36 up 20 min,  1 user,  load average: 0.22, 0.29, 0.27
                          Tasks: 172 total,   1 running, 171 sleeping,   0 stopped,   0 zombie
                          %Cpu(s): 11.4 us,  1.4 sy,  0.0 ni, 87.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                          MiB Mem :   1849.2 total,    206.6 free,   1145.8 used,    496.8 buff/cache
                          MiB Swap:    100.0 total,    100.0 free,      0.0 used.    635.7 avail Mem
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          /dev/root      ext4       29G  7.9G   20G  29% /
                          devtmpfs       devtmpfs  667M     0  667M   0% /dev
                          tmpfs          tmpfs     925M     0  925M   0% /dev/shm
                          tmpfs          tmpfs     370M  1.1M  369M   1% /run
                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                          /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
                          tmpfs          tmpfs     185M     0  185M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Mon Jun 24 11:53:40 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:13:59:70 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=20988741-02 rootfstype=ext4 fsck.repair=yes rootwait
                          [Mon Jun 24 11:53:41 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                          [Mon Jun 24 11:53:41 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [Mon Jun 24 11:53:43 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                       SOURCE         FSTYPE     OPTIONS
                          /                            /dev/mmcblk0p2 ext4       rw,noatime
                          |-/dev                       devtmpfs       devtmpfs   rw,relatime,size=682572k,nr_inodes=170643,mode=755
                          | |-/dev/shm                 tmpfs          tmpfs      rw,nosuid,nodev
                          | |-/dev/pts                 devpts         devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                          | `-/dev/mqueue              mqueue         mqueue     rw,nosuid,nodev,noexec,relatime
                          |-/proc                      proc           proc       rw,relatime
                          | `-/proc/sys/fs/binfmt_misc systemd-1      autofs     rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                          |-/sys                       sysfs          sysfs      rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/security     securityfs     securityfs rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/cgroup           cgroup2        cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                          | |-/sys/fs/pstore           pstore         pstore     rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/bpf              bpf            bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                          | |-/sys/kernel/debug        debugfs        debugfs    rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/tracing      tracefs        tracefs    rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/fuse/connections fusectl        fusectl    rw,nosuid,nodev,noexec,relatime
                          | `-/sys/kernel/config       configfs       configfs   rw,nosuid,nodev,noexec,relatime
                          |-/run                       tmpfs          tmpfs      rw,nosuid,nodev,size=378720k,nr_inodes=819200,mode=755
                          | |-/run/lock                tmpfs          tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                          | |-/run/rpc_pipefs          sunrpc         rpc_pipefs rw,relatime
                          | `-/run/user/1000           tmpfs          tmpfs      rw,nosuid,nodev,relatime,size=189356k,nr_inodes=47339,mode=700,uid=1000,gid=1000
                          `-/boot                      /dev/mmcblk0p1 vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          4.7G    /var/
                          3.8G    /var/log
                          3.0G    /var/log/journal/879f6c73ec204cb2920b3b859423412b
                          3.0G    /var/log/journal
                          454M    /var/cache
                          
                          Archived and active journals take up 2.9G in the file system.
                          
                          /opt/iobroker/backups:
                          38M     /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          255M    /opt/iobroker/iobroker-data/
                          200M    /opt/iobroker/iobroker-data/files
                          138M    /opt/iobroker/iobroker-data/files/javascript.admin
                          118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                          117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                          
                          The five largest files in iobroker-data are:
                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          11M     /opt/iobroker/iobroker-data/objects.jsonl
                          8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                          7.0M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/675.a9c6d34a.chunk.js.map
                          7.0M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/61.54b23816.chunk.js.map
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          No Devices found 'by-id'
                          
                          
                          
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v18.20.3
                          /usr/bin/node           v18.20.3
                          /usr/bin/npm            10.7.0
                          /usr/bin/npx            10.7.0
                          /usr/bin/corepack       0.28.0
                          
                          
                          nodejs:
                            Installed: 18.20.3-1nodesource1
                            Candidate: 18.20.3-1nodesource1
                            Version table:
                           *** 18.20.3-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                  100 /var/lib/dpkg/status
                               18.20.2-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.20.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.20.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.19.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.19.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.18.2-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.18.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.18.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.17.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.17.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.16.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.16.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.15.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.14.2-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.14.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.14.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.13.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.12.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.11.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.10.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.9.1-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.9.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.8.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.7.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.6.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.5.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.4.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.3.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.2.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.1.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.0.0-1nodesource1 600
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               12.22.12~dfsg-1~deb11u4 500
                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller:  5.0.19
                          admin:          6.13.16
                          javascript:     8.3.1
                          
                          nodejs modules from github:     1
                          +-- iobroker.fronius-solarweb@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#ca2f1a4972992cbd0d14bb25f5f7546219dd5b9e)
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : iob2                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.backitup.0               : backitup              : iob2                                     -  enabled
                          + system.adapter.discovery.0              : discovery             : iob2                                     -  enabled
                          + system.adapter.email.0                  : email                 : iob2                                     -  enabled
                          + system.adapter.energiefluss.0           : energiefluss          : iob2                                     -  enabled
                          + system.adapter.fronius-solarweb.0       : fronius-solarweb      : iob2                                     -  enabled
                          + system.adapter.influxdb.0               : influxdb              : iob2                                     -  enabled, port: 8086
                          + system.adapter.javascript.0             : javascript            : iob2                                     -  enabled
                            system.adapter.mqtt.0                   : mqtt                  : iob2                                     - disabled, port: 1886, bind: 0.0.0.0
                          + system.adapter.ping.0                   : ping                  : iob2                                     -  enabled
                          + system.adapter.shelly.0                 : shelly                : iob2                                     -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.sonoff.0                 : sonoff                : iob2                                     -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : iob2                                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.wolf-smartset.0          : wolf-smartset         : iob2                                     -  enabled
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : iob2                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.influxdb.0               : influxdb              : iob2                                     -  enabled, port: 8086
                          + system.adapter.shelly.0                 : shelly                : iob2                                     -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.sonoff.0                 : sonoff                : iob2                                     -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : iob2                                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          ioBroker-Repositories
                          stable        : http://download.iobroker.net/sources-dist.json
                          beta          : http://download.iobroker.net/sources-dist-latest.json
                          
                          Active repo(s): stable
                          
                          Installed ioBroker-Instances
                          Used repository: stable
                          Adapter    "admin"        : 6.13.16  , installed 6.13.16
                          Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                          Adapter    "email"        : 1.3.0    , installed 1.3.0
                          Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                          Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                          Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                          Controller "js-controller": 5.0.19   , installed 5.0.19
                          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                          Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "wolf-smartset": 1.2.3    , installed 1.2.3
                          Adapter    "ws"           : 2.6.1    , installed 2.6.1
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        6697
                          States:         5361
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                          Hit:2 http://deb.debian.org/debian bullseye InRelease
                          Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                          Hit:4 https://repos.influxdata.com/debian bullseye InRelease
                          Hit:5 https://apt.grafana.com stable InRelease
                          Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                          Hit:7 http://archive.raspberrypi.org/debian bullseye InRelease
                          Reading package lists...
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14542      525/sshd: /usr/sbin
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       15371      706/iobroker.js-con
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15364      706/iobroker.js-con
                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       13955      829/io.shelly.0
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15675      844/io.sonoff.0
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          14544      525/sshd: /usr/sbin
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15828      936/io.web.0
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14684      732/io.admin.0
                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        13761      632/influxd
                          tcp6       0      0 :::3000                 :::*                    LISTEN      110        13819      705/grafana
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13654      369/avahi-daemon: r
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14553      628/dhcpcd
                          udp        0      0 0.0.0.0:57475           0.0.0.0:*                           108        13656      369/avahi-daemon: r
                          udp6       0      0 :::5353                 :::*                                108        13655      369/avahi-daemon: r
                          udp6       0      0 :::51656                :::*                                108        13657      369/avahi-daemon: r
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-06-24 12:11:00.008  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                          2024-06-24 12:11:00.019  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                          2024-06-24 12:11:00.033  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                          2024-06-24 12:11:00.034  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                          2024-06-24 12:11:00.045  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                          2024-06-24 12:12:00.008  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                          2024-06-24 12:12:00.021  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                          2024-06-24 12:12:00.021  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                          2024-06-24 12:12:00.034  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                          2024-06-24 12:12:00.047  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                          2024-06-24 12:13:00.008  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                          2024-06-24 12:13:00.020  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                          2024-06-24 12:13:00.033  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                          2024-06-24 12:13:00.034  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                          2024-06-24 12:13:00.044  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                          2024-06-24 12:14:00.008  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                          2024-06-24 12:14:00.020  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                          2024-06-24 12:14:00.020  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                          2024-06-24 12:14:00.035  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                          2024-06-24 12:14:00.047  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                          2024-06-24 12:15:00.007  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                          2024-06-24 12:15:00.023  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                          2024-06-24 12:15:00.036  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                          2024-06-24 12:15:00.037  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                          2024-06-24 12:15:00.052  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                          
                          

                          ============ Mark until here for C&P =============

                          HomoranH 1 Antwort Letzte Antwort
                          0
                          • M manrum1

                            @homoran Anbei der komplette Output:

                            ======== Start marking the full check here =========

                            Skript v.2024-05-22
                            
                            *** BASE SYSTEM ***
                               Static hostname: iob2
                                     Icon name: computer
                              Operating System: Debian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v8+
                                  Architecture: arm64
                            
                            Model           : Raspberry Pi 4 Model B Rev 1.1
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : 64 bit
                            
                            Systemuptime and Load:
                             12:14:35 up 20 min,  1 user,  load average: 0.22, 0.29, 0.27
                            CPU threads: 4
                            
                            
                            *** RASPBERRY THROTTLING ***
                            Current issues:
                            No throttling issues detected.
                            
                            Previously detected issues:
                            No throttling issues detected.
                            
                            *** Time and Time Zones ***
                                           Local time: Mon 2024-06-24 12:14:35 CEST
                                       Universal time: Mon 2024-06-24 10:14:35 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** Users and Groups ***
                            User that called 'iob diag':
                            erwin
                            HOME=/home/erwin
                            GROUPS=erwin adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                            
                            User that is running 'js-controller':
                            iobroker
                            HOME=/home/iobroker
                            GROUPS=iobroker tty dialout sudo audio video plugdev bluetooth gpio i2c
                            
                            *** Display-Server-Setup ***
                            Display-Server: false
                            Desktop:
                            Terminal:       tty
                            Boot Target:    multi-user.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            1.8G        1.1G        207M        1.0M        496M        636M
                            Swap:            99M          0B         99M
                            Total:          1.9G        1.1G        307M
                            
                            Active iob-Instances:   14
                            
                                     1849 M total memory
                                     1145 M used memory
                                     1357 M active memory
                                      166 M inactive memory
                                      207 M free memory
                                       41 M buffer memory
                                      455 M swap cache
                                       99 M total swap
                                        0 M used swap
                                       99 M free swap
                            
                            *** top - Table Of Processes  ***
                            top - 12:14:36 up 20 min,  1 user,  load average: 0.22, 0.29, 0.27
                            Tasks: 172 total,   1 running, 171 sleeping,   0 stopped,   0 zombie
                            %Cpu(s): 11.4 us,  1.4 sy,  0.0 ni, 87.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                            MiB Mem :   1849.2 total,    206.6 free,   1145.8 used,    496.8 buff/cache
                            MiB Swap:    100.0 total,    100.0 free,      0.0 used.    635.7 avail Mem
                            
                            *** FAILED SERVICES ***
                            
                              UNIT LOAD ACTIVE SUB DESCRIPTION
                            0 loaded units listed.
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4       29G  7.9G   20G  29% /
                            devtmpfs       devtmpfs  667M     0  667M   0% /dev
                            tmpfs          tmpfs     925M     0  925M   0% /dev/shm
                            tmpfs          tmpfs     370M  1.1M  369M   1% /run
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
                            tmpfs          tmpfs     185M     0  185M   0% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Mon Jun 24 11:53:40 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:13:59:70 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=20988741-02 rootfstype=ext4 fsck.repair=yes rootwait
                            [Mon Jun 24 11:53:41 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                            [Mon Jun 24 11:53:41 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [Mon Jun 24 11:53:43 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems:
                            TARGET                       SOURCE         FSTYPE     OPTIONS
                            /                            /dev/mmcblk0p2 ext4       rw,noatime
                            |-/dev                       devtmpfs       devtmpfs   rw,relatime,size=682572k,nr_inodes=170643,mode=755
                            | |-/dev/shm                 tmpfs          tmpfs      rw,nosuid,nodev
                            | |-/dev/pts                 devpts         devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                            | `-/dev/mqueue              mqueue         mqueue     rw,nosuid,nodev,noexec,relatime
                            |-/proc                      proc           proc       rw,relatime
                            | `-/proc/sys/fs/binfmt_misc systemd-1      autofs     rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                            |-/sys                       sysfs          sysfs      rw,nosuid,nodev,noexec,relatime
                            | |-/sys/kernel/security     securityfs     securityfs rw,nosuid,nodev,noexec,relatime
                            | |-/sys/fs/cgroup           cgroup2        cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                            | |-/sys/fs/pstore           pstore         pstore     rw,nosuid,nodev,noexec,relatime
                            | |-/sys/fs/bpf              bpf            bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                            | |-/sys/kernel/debug        debugfs        debugfs    rw,nosuid,nodev,noexec,relatime
                            | |-/sys/kernel/tracing      tracefs        tracefs    rw,nosuid,nodev,noexec,relatime
                            | |-/sys/fs/fuse/connections fusectl        fusectl    rw,nosuid,nodev,noexec,relatime
                            | `-/sys/kernel/config       configfs       configfs   rw,nosuid,nodev,noexec,relatime
                            |-/run                       tmpfs          tmpfs      rw,nosuid,nodev,size=378720k,nr_inodes=819200,mode=755
                            | |-/run/lock                tmpfs          tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                            | |-/run/rpc_pipefs          sunrpc         rpc_pipefs rw,relatime
                            | `-/run/user/1000           tmpfs          tmpfs      rw,nosuid,nodev,relatime,size=189356k,nr_inodes=47339,mode=700,uid=1000,gid=1000
                            `-/boot                      /dev/mmcblk0p1 vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            4.7G    /var/
                            3.8G    /var/log
                            3.0G    /var/log/journal/879f6c73ec204cb2920b3b859423412b
                            3.0G    /var/log/journal
                            454M    /var/cache
                            
                            Archived and active journals take up 2.9G in the file system.
                            
                            /opt/iobroker/backups:
                            38M     /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            255M    /opt/iobroker/iobroker-data/
                            200M    /opt/iobroker/iobroker-data/files
                            138M    /opt/iobroker/iobroker-data/files/javascript.admin
                            118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                            117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                            
                            The five largest files in iobroker-data are:
                            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                            11M     /opt/iobroker/iobroker-data/objects.jsonl
                            8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                            7.0M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/675.a9c6d34a.chunk.js.map
                            7.0M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/61.54b23816.chunk.js.map
                            
                            USB-Devices by-id:
                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                            
                            No Devices found 'by-id'
                            
                            
                            
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.20.3
                            /usr/bin/node           v18.20.3
                            /usr/bin/npm            10.7.0
                            /usr/bin/npx            10.7.0
                            /usr/bin/corepack       0.28.0
                            
                            
                            nodejs:
                              Installed: 18.20.3-1nodesource1
                              Candidate: 18.20.3-1nodesource1
                              Version table:
                             *** 18.20.3-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                    100 /var/lib/dpkg/status
                                 18.20.2-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.20.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.20.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.19.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.19.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.18.2-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.18.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.18.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.17.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.17.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.16.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.16.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.15.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.14.2-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.14.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.14.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.13.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.12.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.11.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.10.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.9.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.9.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.8.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.7.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.6.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.5.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.4.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.3.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.2.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.1.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 18.0.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                    500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            Errors in npm tree:
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Core adapters versions
                            js-controller:  5.0.19
                            admin:          6.13.16
                            javascript:     8.3.1
                            
                            nodejs modules from github:     1
                            +-- iobroker.fronius-solarweb@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#ca2f1a4972992cbd0d14bb25f5f7546219dd5b9e)
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : iob2                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.backitup.0               : backitup              : iob2                                     -  enabled
                            + system.adapter.discovery.0              : discovery             : iob2                                     -  enabled
                            + system.adapter.email.0                  : email                 : iob2                                     -  enabled
                            + system.adapter.energiefluss.0           : energiefluss          : iob2                                     -  enabled
                            + system.adapter.fronius-solarweb.0       : fronius-solarweb      : iob2                                     -  enabled
                            + system.adapter.influxdb.0               : influxdb              : iob2                                     -  enabled, port: 8086
                            + system.adapter.javascript.0             : javascript            : iob2                                     -  enabled
                              system.adapter.mqtt.0                   : mqtt                  : iob2                                     - disabled, port: 1886, bind: 0.0.0.0
                            + system.adapter.ping.0                   : ping                  : iob2                                     -  enabled
                            + system.adapter.shelly.0                 : shelly                : iob2                                     -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.sonoff.0                 : sonoff                : iob2                                     -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : iob2                                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.wolf-smartset.0          : wolf-smartset         : iob2                                     -  enabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : iob2                                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.influxdb.0               : influxdb              : iob2                                     -  enabled, port: 8086
                            + system.adapter.shelly.0                 : shelly                : iob2                                     -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.sonoff.0                 : sonoff                : iob2                                     -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : iob2                                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            ioBroker-Repositories
                            stable        : http://download.iobroker.net/sources-dist.json
                            beta          : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): stable
                            
                            Installed ioBroker-Instances
                            Used repository: stable
                            Adapter    "admin"        : 6.13.16  , installed 6.13.16
                            Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                            Adapter    "email"        : 1.3.0    , installed 1.3.0
                            Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                            Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                            Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                            Controller "js-controller": 5.0.19   , installed 5.0.19
                            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                            Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                            Adapter    "wolf-smartset": 1.2.3    , installed 1.2.3
                            Adapter    "ws"           : 2.6.1    , installed 2.6.1
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        6697
                            States:         5361
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                            Hit:2 http://deb.debian.org/debian bullseye InRelease
                            Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                            Hit:4 https://repos.influxdata.com/debian bullseye InRelease
                            Hit:5 https://apt.grafana.com stable InRelease
                            Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                            Hit:7 http://archive.raspberrypi.org/debian bullseye InRelease
                            Reading package lists...
                            Pending Updates: 0
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14542      525/sshd: /usr/sbin
                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       15371      706/iobroker.js-con
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15364      706/iobroker.js-con
                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       13955      829/io.shelly.0
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15675      844/io.sonoff.0
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          14544      525/sshd: /usr/sbin
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15828      936/io.web.0
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14684      732/io.admin.0
                            tcp6       0      0 :::8086                 :::*                    LISTEN      999        13761      632/influxd
                            tcp6       0      0 :::3000                 :::*                    LISTEN      110        13819      705/grafana
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13654      369/avahi-daemon: r
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14553      628/dhcpcd
                            udp        0      0 0.0.0.0:57475           0.0.0.0:*                           108        13656      369/avahi-daemon: r
                            udp6       0      0 :::5353                 :::*                                108        13655      369/avahi-daemon: r
                            udp6       0      0 :::51656                :::*                                108        13657      369/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2024-06-24 12:11:00.008  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                            2024-06-24 12:11:00.019  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                            2024-06-24 12:11:00.033  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                            2024-06-24 12:11:00.034  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                            2024-06-24 12:11:00.045  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                            2024-06-24 12:12:00.008  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                            2024-06-24 12:12:00.021  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                            2024-06-24 12:12:00.021  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                            2024-06-24 12:12:00.034  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                            2024-06-24 12:12:00.047  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                            2024-06-24 12:13:00.008  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                            2024-06-24 12:13:00.020  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                            2024-06-24 12:13:00.033  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                            2024-06-24 12:13:00.034  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                            2024-06-24 12:13:00.044  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                            2024-06-24 12:14:00.008  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                            2024-06-24 12:14:00.020  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                            2024-06-24 12:14:00.020  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                            2024-06-24 12:14:00.035  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                            2024-06-24 12:14:00.047  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                            2024-06-24 12:15:00.007  - info: javascript.0 (751) script.js.hichi.hichi-run: Strom HichiMB Werte geschrieben
                            2024-06-24 12:15:00.023  - info: javascript.0 (751) script.js.wolf.wolf_run: Wolf 0data updated
                            2024-06-24 12:15:00.036  - info: javascript.0 (751) script.js.Shelly.shelly-run: Wolf 0data updated
                            2024-06-24 12:15:00.037  - info: javascript.0 (751) script.js.Shelly.shelly-run: Stellmotor Solar aus
                            2024-06-24 12:15:00.052  - info: javascript.0 (751) script.js.pv.0-run.fronius: Fronius 0data updated
                            
                            

                            ============ Mark until here for C&P =============

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

                            @manrum1 sagte in iobroker startet nicht mehr:

                            Anbei der komplette Output:

                            aber ist schon seltsam.
                            im summary steht 1 aktive Instanz, hier sind es viel mehr!

                            leider kann man nicht mehr rückwirkend sehen, ob beim Summary noch der rebuild zugange war.

                            dort steht auch
                            @manrum1 sagte in iobroker startet nicht mehr:

                            Pending iob updates: 2

                            und jetzt nichts mehr.

                            @homoran sagte in iobroker startet nicht mehr:

                            oder du hast eine weitere Installation parallel installiert

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

                            1 Antwort Letzte Antwort
                            0

                            Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                            Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                            Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                            Registrieren Anmelden
                            Antworten
                            • In einem neuen Thema antworten
                            Anmelden zum Antworten
                            • Älteste zuerst
                            • Neuste zuerst
                            • Meiste Stimmen


                            Support us

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

                            343

                            Online

                            32.8k

                            Benutzer

                            82.8k

                            Themen

                            1.3m

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

                            • Du hast noch kein Konto? Registrieren

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